summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/local/apache2/netdata.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/local/apache2/netdata.conf b/debian/local/apache2/netdata.conf
index c7f038700..140b39bc8 100644
--- a/debian/local/apache2/netdata.conf
+++ b/debian/local/apache2/netdata.conf
@@ -11,9 +11,3 @@
RewriteRule ^/netdata$ %{HTTP_HOST}/netdata/ [L,R=301]
</IfModule>
-
-<Location /netdata>
- <IfModule mod_headers.c>
- Header always set Content-Security-Policy "default-src 'unsafe-inline' http: 'self' 'unsafe-eval'; script-src 'unsafe-inline' http: 'self' 'unsafe-eval'; style-src http: 'self' 'unsafe-inline'"
- </IfModule>
-</Location>