From c42e262c389f64425b9d71ce5a2a536641b4e8cc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Jul 2022 07:48:23 +0200 Subject: Removing csp in apache2 config to not interfere with csp set elsewhere. Signed-off-by: Daniel Baumann --- debian/local/apache2/netdata.conf | 6 ------ 1 file changed, 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] - - - - 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'" - - -- cgit v1.2.3