1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

add X-Frame-Options specifically

This commit is contained in:
Kyle Spearrin
2018-08-31 22:37:49 -04:00
parent 2562d5a40d
commit 6b8fdc1a98
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,3 @@
add_header Referrer-Policy same-origin;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";