1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

cannot block iframes due to duo and u2f

This commit is contained in:
Kyle Spearrin 2017-09-18 18:25:29 -04:00
parent 9b790b7edc
commit cb9f3d00d4

View File

@ -333,8 +333,8 @@ server {{
}
sw.WriteLine($@"
# X-Frame-Options is to prevent from clickJacking attack
add_header X-Frame-Options SAMEORIGIN;
# X-Frame-Options is to prevent from click-jacking attack
#add_header X-Frame-Options SAMEORIGIN;
# disable content-type sniffing on some browsers.
add_header X-Content-Type-Options nosniff;