dev → stage: CSP unsafe-eval fix #89

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 16:45:16 +00:00
Owner

Brings in the unsafe-eval CSP fix needed for El native_js() to work.

Brings in the unsafe-eval CSP fix needed for El native_js() to work.
will.anderson added 2 commits 2026-05-11 16:45:05 +00:00
add unsafe-eval to CSP for El runtime native_js() compatibility
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 3m9s
90f7c3655e
El's native_js() compiles to eval(). checkout-auth.el uses native_js()
to embed the auth logic, so all window globals (showSignIn, initStripe,
etc.) live inside an eval call. Stage CSP was blocking it, leaving the
page with no auth functions defined.
Merge fix/stage-ci-paths into dev
will.anderson merged commit f4a202e220 into stage 2026-05-11 16:45:16 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#89