You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: