5 lines
178 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header Strict-Transport-Security $hsts_header;