2
0
Эх сурвалжийг харах

Fix link to CSP in Reference Doc

Previously the link in the reference from x-frame-options to the
content security policy section was broken.

This commit fixes the link.

Issue gh-4063
Rob Winch 9 жил өмнө
parent
commit
7f54c8b8b4

+ 1 - 1
docs/manual/src/docs/asciidoc/index.adoc

@@ -4038,7 +4038,7 @@ Allowing your website to be added to a frame can be a security issue. For exampl
 
 
 [NOTE]
 [NOTE]
 ====
 ====
-Another modern approach to dealing with clickjacking is to use <<headers-content-security-policy>>.
+Another modern approach to dealing with clickjacking is to use <<headers-csp>>.
 ====
 ====
 
 
 There are a number ways to mitigate clickjacking attacks. For example, to protect legacy browsers from clickjacking attacks you can use https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet#Best-for-now_Legacy_Browser_Frame_Breaking_Script[frame breaking code]. While not perfect, the frame breaking code is the best you can do for the legacy browsers.
 There are a number ways to mitigate clickjacking attacks. For example, to protect legacy browsers from clickjacking attacks you can use https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet#Best-for-now_Legacy_Browser_Frame_Breaking_Script[frame breaking code]. While not perfect, the frame breaking code is the best you can do for the legacy browsers.