From b87dfb39ae1c93e644d20108a493cc79db168355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Mon, 18 Nov 2024 16:34:48 +0100 Subject: [PATCH] Trying to install fody. --- .../modules/soc/templates/intelmq/intelmq-vhost.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb b/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb index e7468f6..97f6afd 100644 --- a/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb +++ b/global/overlay/etc/puppet/modules/soc/templates/intelmq/intelmq-vhost.conf.erb @@ -46,8 +46,8 @@ # RewriteCond %{REQUEST_URI} !^/(index.html|static|api|intelmq-webinput) # RewriteRule .* /index.html [PT] - DocumentRoot /opt/intelmq/www-fody - + DocumentRoot /opt/intelmq/www/fody + Header set Content-Security-Policy "script-src 'self'" Header set X-Content-Security-Policy "script-src 'self'"