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:
|
||||
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;
|
||||
% endif
|
||||
|
||||
|
|
|
@ -151,7 +151,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'vliedel.random.franzi.business': {},
|
||||
'webmail.mx0.kunbox.net': {
|
||||
'do_not_set_content_security_headers': True,
|
||||
'index': 'index.php',
|
||||
'php': True,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue