mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
cannot block iframes due to duo and u2f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user