-
Notifications
You must be signed in to change notification settings - Fork 4
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
Setup Content Security Policy header #395
Labels
Comments
kamilpiech97
added a commit
that referenced
this issue
Jul 31, 2024
Merged
kamilpiech97
added a commit
that referenced
this issue
Jul 31, 2024
kamilpiech97
added a commit
that referenced
this issue
Jul 31, 2024
kamilpiech97
added a commit
that referenced
this issue
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We should implement CSP header.
Actually https://observatory.mozilla.org/analyze/toby.blumilk.pl
shows 75/100 score because of that.
I think we can set it in docker compose label as Traefik header middleware or via meta tag.
Rules below should be validated to prevent blocking img-src or font-src.
e.g.
Then add this middleware
csp-header@docker
totraefik.http.routers.toby-prod-app.middlewares
.https://infosec.mozilla.org/guidelines/web_security#content-security-policy
https://csp-evaluator.withgoogle.com/
The text was updated successfully, but these errors were encountered: