Blocked Mixed Content Warnings with Plugin Activated
-
On an https site, the style sheet is included as http, which results in mixed content warnings in browsers set to pay attention to these errors. As seen here:
<link rel=’stylesheet’ id=’se-link-styles-css’ href=’https://some-site.grc.nasa.gov/wp-content/plugins/search-everything/static/css/se-styles.css?ver=3.8.2′ type=’text/css’ media=’all’ />
There are other instances of this in the plugin from my initial pass for links that are not protocol relative links.
Quick info: https://developer.mozilla.org/en-US/docs/Security/MixedContent/How_to_fix_website_with_mixed_content
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Blocked Mixed Content Warnings with Plugin Activated’ is closed to new replies.