1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-02 02:09:16 +00:00

5 lines
212 B
Plaintext

add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";