Warnings in Firefox Web Console – Mixed Content error

When a page on your website has this problem, the Firefox Web Console shows a mixed content warning notice in the Net window. The text “mixed content” and the mixed content resource that was loaded through HTTP will appear in red and link to this page.

Screen shot of the web console displaying a mixed content warning.

To fix this type of error, all requests to HTTP content should be removed and replaced with content served over HTTPS. Some common examples of mixed content include JavaScript files, stylesheets, images, videos, and other media.

Note: The console will display a message indicating if mixed-display content is being successfully upgraded from HTTP to HTTPS (instead of a warning about “Loading mixed (insecure) display content”).

Leave a comment

Your email address will not be published. Required fields are marked *