diff --git a/templates/ssl.conf.j2 b/templates/ssl.conf.j2 index b67bc7e..ba94ddd 100644 --- a/templates/ssl.conf.j2 +++ b/templates/ssl.conf.j2 @@ -25,6 +25,6 @@ proxy_hide_header X-Frame-Options; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"; add_header X-Content-Type-Options "nosniff"; add_header X-XSS-Protection "1; mode=block"; -add_header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval'; connect-src https: wss:; img-src data: https://*"; +add_header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval'; connect-src https: wss:; img-src data: https://*; frame-src 'self' blob:; font-src data: https:"; add_header Referrer-Policy "strict-origin-when-cross-origin"; add_header X-Frame-Options "SAMEORIGIN";