From 1c6e3ec6bb750190e46764bd7fd4cc56a2e60802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=85=84?= Date: Fri, 10 Mar 2023 11:23:26 +0800 Subject: [PATCH] If X-Frame-Options set to "DENY", FIDO2 WebAuthn can't display --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index a4f1e0e..f1e72c2 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -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