From bd322542ca91a77bc13f19545b3160f513f43301 Mon Sep 17 00:00:00 2001 From: Bloshchetsov Andrey Evgenyevich Date: Wed, 20 Aug 2014 10:11:21 +0400 Subject: [PATCH] Fixed broken url to Clickjacking description. --- docs/manual/src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/asciidoc/index.adoc b/docs/manual/src/asciidoc/index.adoc index ff019bd2ad..d908239dfc 100644 --- a/docs/manual/src/asciidoc/index.adoc +++ b/docs/manual/src/asciidoc/index.adoc @@ -3566,7 +3566,7 @@ public class WebSecurityConfig extends [[headers-frame-options]] ==== X-Frame-Options -Allowing your website to be added to a frame can be a security issue. For example, using clever CSS styling users could be tricked into clicking on something that they were not intending (http://www.youtube.com/watch?v=3mk0RySeNsU[video demo]). For example, a user that is logged into their bank might click a button that grants access to other users. This sort of attack is known ashttp://en.wikipedia.org/wiki/Clickjacking[Clickjacking]. +Allowing your website to be added to a frame can be a security issue. For example, using clever CSS styling users could be tricked into clicking on something that they were not intending (http://www.youtube.com/watch?v=3mk0RySeNsU[video demo]). For example, a user that is logged into their bank might click a button that grants access to other users. This sort of attack is known as http://en.wikipedia.org/wiki/Clickjacking[Clickjacking]. [NOTE] ====