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

CSP support #9

Closed
resure opened this issue May 22, 2023 · 0 comments · Fixed by #29 or #28
Closed

CSP support #9

resure opened this issue May 22, 2023 · 0 comments · Fixed by #29 or #28

Comments

@resure
Copy link
Contributor

resure commented May 22, 2023

Currently, in our private core framework, we use internal CSP package which wraps express-csp-header adding some common-used internal csp rules.

We should implement CSP support in ExpressKit using express-csp-header, and:

  1. Check if there is any additional differences between express-csp-header and our internal package that we should implement here (except for included default rules)
  2. Understand how can we continue define/extend ExpressKit CSP rules using that internal package in our apps
ValeraS added a commit that referenced this issue Oct 10, 2023
ValeraS added a commit that referenced this issue Oct 10, 2023
ValeraS added a commit that referenced this issue Oct 16, 2023
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

Successfully merging a pull request may close this issue.

1 participant