diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-21 05:48:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-21 05:48:53 +0000 |
commit | c42e262c389f64425b9d71ce5a2a536641b4e8cc (patch) | |
tree | b453fc3ba8182dc90156a9a8acf145858405dfcf | |
parent | Updating http links to https in copyright. (diff) | |
download | netdata-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>
Diffstat (limited to '')
-rw-r--r-- | debian/local/apache2/netdata.conf | 6 |
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> |