updated .htaccess
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2019-12-17 18:40:01 +01:00
parent edf8428e8e
commit f763e6dd84

View file

@ -1,5 +1,6 @@
RewriteEngine On
Header always set "Content-Security-Policy" "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'"
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Header add Content-Security-Policy "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'"