Skip to content

Commit 77af1da

Browse files
authored
Update article.md
1 parent 28dd7c6 commit 77af1da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

4-frames-and-windows/06-clickjacking/article.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ The header may have 3 values:
137137
`ALLOW-FROM domain`
138138
: Allow inside a frame if the parent document is from the given domain.
139139

140-
For instance, Twitter uses `X-Frame-Options: SAMEORIGIN`. Here's the result:
140+
For instance, Twitter uses `X-Frame-Options: SAMEORIGIN`.
141+
142+
````online
143+
Here's the result:
141144
142145
```html
143146
<iframe src="https://twitter.com"></iframe>
@@ -146,6 +149,7 @@ For instance, Twitter uses `X-Frame-Options: SAMEORIGIN`. Here's the result:
146149
<iframe src="https://twitter.com"></iframe>
147150
148151
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.
152+
````
149153

150154
## Showing with disabled functionality
151155

0 commit comments

Comments
 (0)