ory / docs

The Ory documentation
https://www.ory.sh/docs
Apache License 2.0
133 stars 365 forks source link

Protect Ory Docs against Clickjacking Attacks #1826

Open tricky42 opened 1 month ago

tricky42 commented 1 month ago

To protect against Clickjacking Attacks, it is best practice to:

Full details can be found here: https://cheatsheetseries.owasp.org/cheatsheets/Clickjacking_Defense_Cheat_Sheet.html

Current Status

For the CSP headers, we need to define all aspects, not only frame-ancestors and have a report-only testing phase. @vinckr I don't think we are currently embedding the docs somewhere else via iframes, or?

vinckr commented 1 month ago

No, we aren't embedding the docs anywhere at the moment.