0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00

If X-Frame-Options set to "DENY", FIDO2 WebAuthn can't display

老兄 2023-03-10 11:23:26 +08:00
parent b9aa03665a
commit 1c6e3ec6bb

@ -46,7 +46,7 @@ If you prefer, you can also directly specify a value instead of substituting an
# # Enable cross-site filter (XSS) and tell browser to block detected attacks
# X-XSS-Protection "1; mode=block"
# # Disallow the site to be rendered within a frame (clickjacking protection)
# X-Frame-Options "DENY"
# X-Frame-Options "SAMEORIGIN"
# # Prevent search engines from indexing (optional)
# X-Robots-Tag "none"
# # Server name removing