dev → stage: remove --obfuscate (CSP/eval fix) #87

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

Brings in the --obfuscate removal that fixes all checkout E2E test failures on stage. Root cause: javascript-obfuscator introduces eval() which stage CSP blocks.

Brings in the --obfuscate removal that fixes all checkout E2E test failures on stage. Root cause: javascript-obfuscator introduces eval() which stage CSP blocks.
will.anderson added 2 commits 2026-05-11 16:11:54 +00:00
remove --obfuscate from elc JS compile step
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 2m8s
637b05af98
Stage CSP blocks 'unsafe-eval' which javascript-obfuscator introduces.
checkout-auth.js IIFE was crashing before assigning window globals,
causing all checkout E2E tests to fail.
will.anderson merged commit 3482e7e0f5 into stage 2026-05-11 16:12:05 +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#87