nodes/voc.pretalx: work around content-security-policy issues
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-05 08:18:21 +02:00
parent aad27851bb
commit 24f04e59aa
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 4 additions and 3 deletions

View file

@ -26,9 +26,6 @@ server {
client_max_body_size 5M;
% endif
add_header Referrer-Policy same-origin;
add_header X-Content-Type-Options nosniff;
location /.well-known/acme-challenge/ {
alias /var/www/dehydrated;
}