Skip to content
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

Implement CSP #625

Closed
cavacado opened this issue Sep 30, 2022 · 0 comments
Closed

Implement CSP #625

cavacado opened this issue Sep 30, 2022 · 0 comments

Comments

@cavacado
Copy link
Contributor

Adding the CSP headers will completely break the app as there are tricky interdependencies regarding all our external sources and internal source. ie

  1. webpack outputting inline-evaluation which csp disallows (this can be fixed, but the fix brings about another set of problems, not trivial to handle).
  2. vendor chunk/modules utilise inline-src for their styles which again csp disallows
  3. font-awesome kit will call a subresource which then would be flagged out.
  4. probably other resources as well but I was not able to even get to the places where the other resources were called.

If anyone wants to have a stab at it feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants