From 758b24ce5c9a1ba2ba8893f6cc9091059163955c Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Thu, 18 Oct 2018 12:34:33 +0300 Subject: [PATCH] fix for epub build --- 4-frames-and-windows/06-clickjacking/article.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/4-frames-and-windows/06-clickjacking/article.md b/4-frames-and-windows/06-clickjacking/article.md index 5ac68f65..de8dcfa0 100644 --- a/4-frames-and-windows/06-clickjacking/article.md +++ b/4-frames-and-windows/06-clickjacking/article.md @@ -137,15 +137,20 @@ The header may have 3 values: `ALLOW-FROM domain` : Allow inside a frame if the parent document is from the given domain. -For instance, Twitter uses `X-Frame-Options: SAMEORIGIN`. Here's the result: +For instance, Twitter uses `X-Frame-Options: SAMEORIGIN`. + +````online +Here's the result: ```html ``` + Depending on your browser, the `iframe` above is either empty or alerting you that the browser won't permit that page to be navigating in this way. +```` ## Showing with disabled functionality