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
eval() is still supported in sandboxed pages. These pages have extremely limited access to extension APIs which minimizes the risk posed by eval. It's possible to use WebAssembly through the wasm-unsafe-eval CSP directive. For details see this comment on issue 98.
Chrome bans
eval
totally in MV3Use cases
Use Secure ECMAScript to prevent supply chain attacks
eval
is required.Load WebAssembly modules
The text was updated successfully, but these errors were encountered: