Snippets How to fix insecure content with .htaccess 2017-08-16 by Alex Moise 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