Add x frame resource (#6621)

pull/6513/head^2
Maximo Comperatore 3 months ago committed by GitHub
parent 998e6510a6
commit 2d98e1beae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/best-practices/api-security/content/x-frame-options-deny.md

@ -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)
Loading…
Cancel
Save