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

chore: Remove csp directive script-src 'unsafe-eval' in project #139 #260

Merged

Conversation

nwittstruck
Copy link
Contributor

@nwittstruck nwittstruck commented Mar 24, 2024

Further Notes

  • The use of script-src: unsafe-eval, as well as style-src: unsafe-inline is dangerous. Therefore, we'll disallow it in the CSP for all other environments except development.

New Features / Enhancements

  • Harden CSP Policy

After Merge Checklist

  • Test CSP

@nwittstruck nwittstruck linked an issue Mar 24, 2024 that may be closed by this pull request
@nwittstruck nwittstruck merged commit db428a2 into master Mar 24, 2024
5 checks passed
@nwittstruck nwittstruck deleted the 139-analyze-csp-directive-script-src-unsafe-eval-in-project branch March 24, 2024 13:48
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 this pull request may close these issues.

Analyze csp directive script-src 'unsafe-eval' in project
1 participant