summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-21 05:48:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-21 05:48:53 +0000
commitc42e262c389f64425b9d71ce5a2a536641b4e8cc (patch)
treeb453fc3ba8182dc90156a9a8acf145858405dfcf
parentUpdating http links to https in copyright. (diff)
downloadnetdata-c42e262c389f64425b9d71ce5a2a536641b4e8cc.tar.xz
netdata-c42e262c389f64425b9d71ce5a2a536641b4e8cc.zip
Removing csp in apache2 config to not interfere with csp set elsewhere.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 c7f03870..140b39bc 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>