bundles/nginx: set default X-Frame-Options to SAMEORIGIN
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
9f760f9a88
commit
d7862918a6
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,7 @@ server {
|
||||||
|
|
||||||
% if not do_not_set_content_security_headers:
|
% if not do_not_set_content_security_headers:
|
||||||
add_header Referrer-Policy same-origin;
|
add_header Referrer-Policy same-origin;
|
||||||
add_header X-Frame-Options "DENY";
|
add_header X-Frame-Options "SAMEORIGIN";
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,6 @@ nodes['htz.ex42-1048908'] = {
|
||||||
},
|
},
|
||||||
'vliedel.random.franzi.business': {},
|
'vliedel.random.franzi.business': {},
|
||||||
'webmail.mx0.kunbox.net': {
|
'webmail.mx0.kunbox.net': {
|
||||||
'do_not_set_content_security_headers': True,
|
|
||||||
'index': 'index.php',
|
'index': 'index.php',
|
||||||
'php': True,
|
'php': True,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue