mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Add x frame resource (#6621)
This commit is contained in:
committed by
GitHub
parent
998e6510a6
commit
2d98e1beae
@@ -3,3 +3,5 @@
|
||||
> Send `X-Frame-Options: deny` header.
|
||||
|
||||
The `X-Frame-Options` header prevents the page from being displayed in an iframe, which is commonly used in clickjacking attacks. By setting the value of this header to `deny`, you are telling the browser not to display the page in any iframe. This helps prevent the page from being embedded within an attacker's website and reduces the risk of clickjacking attacks.
|
||||
|
||||
- [@video@Tutorial - X-Frame-Options HTTP Header and Click-Jacking](https://www.youtube.com/watch?v=Els0GRj0CQM)
|
Reference in New Issue
Block a user