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
Hi! There's an eval usage, which is actually used not to evaluate code, but to get a global object reference. This doesn't allow using the library with unsafe-eval CSP policy without patches.
Would it be possible to remove this eval?
The text was updated successfully, but these errors were encountered:
Hi! There's an
eval
usage, which is actually used not to evaluate code, but to get a global object reference. This doesn't allow using the library withunsafe-eval
CSP policy without patches.Would it be possible to remove this
eval
?The text was updated successfully, but these errors were encountered: