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'"