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
With Manifest v2 it was possible to allow unsafe-eval with a Content Security Policy. But Manifest V3 doesn't allow this anymore and Manifest v2 will be removed in 2023.
Is it possible to change this line and avoid the new Function(xxx) and do something like ?
In short this line leads to a 'unsafe-eval' error when this code is used in a Chrome Browser Extension.
graphy.js/src/core/iso/stream.js.jmacs
Line 191 in 5eeccca
With Manifest v2 it was possible to allow unsafe-eval with a Content Security Policy. But Manifest V3 doesn't allow this anymore and Manifest v2 will be removed in 2023.
Is it possible to change this line and avoid the new Function(xxx) and do something like ?
The text was updated successfully, but these errors were encountered: