We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently do not have a policy header for frames and should add one.
I do not think we use iframes anywhere on the site so we should probably just block them outright?
Add the following headers (one we have and you just need to append to the CSP).
Content-Security-Policy: frame-ancestors 'none' X-Frame-Options: DENY
X-Frame-Options
DENY
The text was updated successfully, but these errors were encountered:
We need to check if our logout process uses an iframe. If it does, we can add it to a whitelist.
Sorry, something went wrong.
No branches or pull requests
♻️ Debt/Refactor
We currently do not have a policy header for frames and should add one.
🕵️ Details
I do not think we use iframes anywhere on the site so we should probably just block them outright?
🙋♀️ Proposed Solution
Add the following headers (one we have and you just need to append to the CSP).
✅ Acceptance Criteria
X-Frame-Options
header set toDENY
The text was updated successfully, but these errors were encountered: