[wp-trac] [WordPress Trac] #52730: Mixed content error with RSS widget
WordPress Trac
noreply at wordpress.org
Fri Mar 12 19:27:36 UTC 2021
#52730: Mixed content error with RSS widget
-------------------------------------------+------------------------------
Reporter: gregmagn1 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 5.6.2
Severity: normal | Resolution:
Keywords: needs-patch reporter-feedback | Focuses: ui
-------------------------------------------+------------------------------
Changes (by desrosj):
* keywords: needs-patch => needs-patch reporter-feedback
Comment:
Hi @gregmagn1,
Can you provide some additional details? Which theme are you using? Also,
have you tested this on a fresh install?
@sabernhardt is correct in that the RSS icon is output by passing the URL
through the `includes_url()` function. Ultimately, `is_ssl()` is called to
detect whether the site supports SSL or not.
It's likely code on your site is either filtering the result of
`includes_url()` or `set_url_scheme()`, or something is incorrectly
configured causing WordPress to guess wrong in this situation, It could
also be an issue in Core, but there is not enough information for the
reasons to be clear yet.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52730#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list