reverse: add configuration files

This commit is contained in:
Wonderfall
2016-05-27 17:51:57 +02:00
parent ffdc56fb65
commit dd53f09501
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
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";