#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: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 3.3.1 |
| Severity: | normal | Keywords: | close |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related #17048