add unsafe-eval to CSP (El native_js compatibility) #88
Reference in New Issue
Block a user
Delete Branch "fix/stage-ci-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
El runtime native_js() compiles to eval(). checkout-auth.el uses it for all auth logic. CSP was blocking eval, leaving window.showSignIn / window.initStripe undefined and all checkout E2E tests failing.