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
Currently we are compiling with an (implied) DYNAMIC_EXECUTION=1 flag, which allows the use of the eval-equivalen new Fuction statement. This violates the ban on unsafe-eval in the more secure v3 spec of webextension manifests. For discussion, see kiwix/kiwix-js#755.
I have tested compiling with an explicit -s DYNAMIC_EXECUTION=0 flag, and this solves the issue.
The text was updated successfully, but these errors were encountered:
Currently we are compiling with an (implied) DYNAMIC_EXECUTION=1 flag, which allows the use of the
eval
-equivalennew Fuction
statement. This violates the ban onunsafe-eval
in the more secure v3 spec of webextension manifests. For discussion, see kiwix/kiwix-js#755.I have tested compiling with an explicit
-s DYNAMIC_EXECUTION=0
flag, and this solves the issue.The text was updated successfully, but these errors were encountered: