removed .htaccess updated README.md
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Samuel Philipp 2019-12-18 21:44:37 +01:00
parent f763e6dd84
commit 8b823276d4
2 changed files with 15 additions and 7 deletions

View file

@ -1,6 +0,0 @@
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]