Quote:
Originally Posted by rekha
How to Block Mixed Content ?
|
If you have ssl installed and are not seeing green lock icon in browser for https version of your site you can add this to the header template or headinclude bottom:
HTML Code:
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
https://developer.mozilla.org/en-US/...ecure-requests
To block you could use:
HTML Code:
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
I would inquire about this in the correct forum though not in this thread.