reverse: fix conf files

This commit is contained in:
Wonderfall
2016-05-27 18:10:08 +02:00
parent dd364bbc3c
commit 80372628b7
4 changed files with 21 additions and 4 deletions

4
reverse/headers_params Normal file
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";