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
Some of the complexity from our use of AJV (sandboxed page (html, js), proxy object) come because it uses the Function constructor. Since the background page has a CSP that does not include unsafe-eval, this is blocked by default.
I am pretty sure this was ruled out previously, but just in case there's been some update, consider the options mentioned in ajv-validator/ajv#406.
The text was updated successfully, but these errors were encountered:
Some of the complexity from our use of AJV (sandboxed page (html, js), proxy object) come because it uses the
Function
constructor. Since the background page has a CSP that does not includeunsafe-eval
, this is blocked by default.I am pretty sure this was ruled out previously, but just in case there's been some update, consider the options mentioned in ajv-validator/ajv#406.
The text was updated successfully, but these errors were encountered: