How to fix insecure content with .htaccess

Open the .htaccess file in the root of your web and add these rules:

# SSL Mixed content fix
Header always set Content-Security-Policy: upgrade-insecure-requests

 

Leave a Reply