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

regeneratorRuntime CSP issue in create-react-app #455

Closed
caranad opened this issue May 15, 2021 · 2 comments
Closed

regeneratorRuntime CSP issue in create-react-app #455

caranad opened this issue May 15, 2021 · 2 comments

Comments

@caranad
Copy link

caranad commented May 15, 2021

I'm currently working on a healthcare application and recently I've noticed that my application will fail when attempting to use CSP on the grounds that line 748 of regenerator/runtime.js is apparently violating an unsafe-eval option.

image

Unfortunately, disabling CSP or adding the unsafe-eval option is not an option for my application, and it's preventing new releases from happening.

Does anyone have a workaround for this, specifically for create-react-app? I'm at my wits' end and don't know where else to proceed. Thanks!

@caranad
Copy link
Author

caranad commented May 17, 2021

bump

@caranad caranad closed this as completed May 18, 2021
@caranad
Copy link
Author

caranad commented May 18, 2021

Nvm, it appears this is not the package I was looking for.

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

1 participant