This commit is contained in:
Andras Bacsai
2023-05-26 11:31:46 +02:00
parent e517afc306
commit 6b2ff63255
2 changed files with 5 additions and 1 deletions

View File

@@ -19,3 +19,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
<IfModule mod_headers.c>
Header always set Content-Security-Policy "upgrade-insecure-requests;"
</IfModule>