dockerfiles/boring-nginx/headers_params

5 lines
212 B
Plaintext
Raw Normal View History

add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
2016-05-29 02:09:20 +02:00
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";