Force https

Force SSL/https - Uncomment if you need it
Resolving insecure site and mixed-content warnings
pull/4218/head
Nosolored SL 4 years ago committed by GitHub
parent 19be68d658
commit 19e158041b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .htaccess

@ -91,3 +91,12 @@ AddType application/font-woff .woff .woff2
ExpiresActive On
ExpiresByType application/font-woff "access plus 1 month"
</IfModule>
# Force SSL/https - Uncomment if you need it
# RewriteCond %{HTTPS} !=on
# RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# Resolving insecure site and mixed-content warnings
# <IfModule mod_headers.c>
# Header always set Content-Security-Policy "upgrade-insecure-requests;"
# </IfModule>

Loading…
Cancel
Save