Opened 11 years ago
#2387 new defect
Insecure image loaded when site uses https
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Severity: | normal |
| Plugin: | not-listed | Keywords: | security https |
| Cc: |
Description
Problem
When a website uses https and this page is viewed (wp-admin/options-general.php?page=akismet-key-config), the following message is displayed in the dev tools console:
Mixed Content: The page at 'https://akismet.com/web/1.0/snapshot.php?blog=https%3A%2F%2Fwww.website.com&api_key=XXXXXXXXX&height=180&locale=en_US' was loaded over HTTPS, but requested an insecure image 'http://s0.wp.com/i/stats/stats-tooltip-arrow-right.png'. This content should also be served over HTTPS.
The offending image doesn't seem to be respecting the https setting.
http://s0.wp.com/i/stats/stats-tooltip-arrow-right.png
Solution
Inherit whatever protocol the website is currently using.
Note: See
TracTickets for help on using
tickets.