-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
[secaudit-blocking] Missing security headers #333
Comments
I'm working through this, setting the CSP header is causing some breakage that I'm trying to fix. I'm currently trying to find a workaround for this bug: twbs/bootstrap#25394. The story is that Bootstrap use |
Fixes fedora-infra#333 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Fixes fedora-infra#333 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Fixes fedora-infra#333 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Fixes fedora-infra#333 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Fixes fedora-infra#333 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Fixes #333 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Part of secaudit #316, blocking.
There are multiple security headers missing that are required per the Fedora Infrastructure Application Security Policy.
After logging in, the profile page is missing:
X-Frame-Options
: missing,MUST
X-Xss-Protection
: missing,MUST
X-Content-Type-Options
: missing,MUST
Referrer-Policy
: missing,MUST
Content-Security-Policy
, missingMUST
The text was updated successfully, but these errors were encountered: