Open tricky42 opened 3 months 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?
frame-ancestors
No, we aren't embedding the docs anywhere at the moment.
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?