Opened 13 years ago
Closed 13 years ago
#20702 closed defect (bug) (fixed)
Theme Customizer: Insecure content warnings when loading preview
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
When visiting the customizer over ssl, https should be used for all links to resources. This includes the link used for the XHR request to the frontend to populate the preview. Further, the default themes should also use https links for all resources when visited over ssl.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch loads the preview via SSL if is_ssl() and no domain mapping. Fixes some links to image headers. Includes set_url_scheme() from #18017.