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
When trying to use this in a Chrome Extension/App, CSP throws an error due to the use of new Function. Would it be possible to use function () {}, instead, to avoid this problem?
The text was updated successfully, but these errors were encountered:
When trying to use this in a Chrome Extension/App, CSP throws an error due to the use of
new Function
. Would it be possible to usefunction () {}
, instead, to avoid this problem?The text was updated successfully, but these errors were encountered: