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
This article just published recommends that web devs in future should not permitting framing of sites: https://www.theregister.com/2021/03/08/post_spectre_programming/ using the header called X-Frame-Options.
X-Frame-Options
There's no reason to allow this, now that the white label sites have been split out of the codebase.
This should be added to various Apache configs.
The text was updated successfully, but these errors were encountered:
mvl22
No branches or pull requests
This article just published recommends that web devs in future should not permitting framing of sites:
https://www.theregister.com/2021/03/08/post_spectre_programming/
using the header called
X-Frame-Options
.There's no reason to allow this, now that the white label sites have been split out of the codebase.
This should be added to various Apache configs.
The text was updated successfully, but these errors were encountered: