Compare commits

...

2 commits

Author SHA1 Message Date
e66f06d304
merge branch 'main' of ssh://git.toufy.me/toufy/adonis
All checks were successful
/ deploy (push) Successful in 34s
2026-03-10 10:08:34 +02:00
0bdc2fc68c
nginx set x-frame-options to sameorigin 2026-03-10 10:08:00 +02:00

View file

@ -38,7 +38,7 @@ in {
more_set_headers 'Strict-Transport-Security: $hsts_header'; more_set_headers 'Strict-Transport-Security: $hsts_header';
more_set_headers 'Content-Security-Policy: upgrade-insecure-requests'; more_set_headers 'Content-Security-Policy: upgrade-insecure-requests';
more_set_headers 'Referrer-Policy: origin-when-cross-origin'; more_set_headers 'Referrer-Policy: origin-when-cross-origin';
more_set_headers 'X-Frame-Options: DENY'; more_set_headers 'X-Frame-Options: SAMEORIGIN';
more_set_headers 'X-Content-Type-Options: nosniff'; more_set_headers 'X-Content-Type-Options: nosniff';
more_set_headers 'X-XSS-Protection: 0'; more_set_headers 'X-XSS-Protection: 0';
''; '';