#20252 closed defect (bug) (duplicate)
Default img url when adding media includes "http://etc" causing insecure content in https pages
Reported by: | markcunningham | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.1 |
Component: | Media | Keywords: | close |
Focuses: | Cc: |
Description
New post, insert media, select an image and have a look at the <img src="" part. It links to the full "http://website/wp-content" address causing images to be loaded as "insecure content" when the full page is loaded via https://website/
If this was instead just "/wp-content/bla", then when the page is loaded via https, all images would by default load with https as well, mitigating against insecure content loading.
Note: See
TracTickets for help on using
tickets.
Related #17048