Skip to content
Snippets Groups Projects
Commit 28165876 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Remove CSP stuff from .htaccess

:cry: Seems like Apache is inconsistent fun between versions. Let's remove it thus for now.
parent 48ae3997
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,6 @@
Header set X-Robots-Tag "none"
Header set X-Frame-Options "SAMEORIGIN"
SetEnv modHeadersAvailable true
<IfModule mod_version.c>
<IfVersion >= 2.4.7>
# Add CSP header if not set, used for static resources
Header always setifempty Content-Security-Policy "default-src 'none'; style-src 'self' 'unsafe-inline'; script-src 'self'"
</IfVersion>
</IfModule>
</IfModule>
# Add cache control for CSS and JS files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment