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
The text was updated successfully, but these errors were encountered:
drzraf
changed the title
v3 bundle contains calls to Function which are "unsafe-eval" (CSP)
Bundle contains calls to Function which are "unsafe-eval" (CSP)
Aug 9, 2021
drzraf
changed the title
Bundle contains calls to Function which are "unsafe-eval" (CSP)
Bundle contains calls to Function() which are "unsafe-eval" (CSP)
Aug 9, 2021
Content Security Policy (CSP) might block 'unsafe-eval' which includes eval(), Function(), setTimeout() and setInterval()
One such occurrence comes from
regenerator-runtime
provided by Babel.This was somehow fixed by facebook/regenerator#346 and subsequently but Babel:
regenerator-runtime
inclusion optional ("regenerator-runtime" import now can be controlled through include/exclude option babel/babel#10768)The text was updated successfully, but these errors were encountered: