boring-nginx: standard capitalisation of includeSubDomains

This commit is contained in:
Wonderfall 2016-06-01 21:56:54 +02:00
parent 092dd8890a
commit a0744f1862

View File

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