HomePhabricator

[e.cash] Fix preview builds

Description

[e.cash] Fix preview builds

Summary: Disable https CSP header during e.cash preview builds

Test Plan:
./contrib/teamcity/build-configurations.py preview-e.cash

note the url from the Preview is available at http://127.0.0.1:41868 for the next 60 minutes. output

curl -I http://127.0.0.1:41868 and no headers

Then, build a prod-like docker instance:

docker build -t ecash_local .
docker run -it --rm -p 3000:3000 ecash_local
curl -I http://localhost:3000

note the expected headers are there

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D15268

Details

Provenance
bytesofmanAuthored on Jan 24 2024, 18:49
bytesofmanPushed on Jan 24 2024, 20:47
Reviewer
Restricted Project
Differential Revision
D15268: [e.cash] Fix preview builds
Parents
rABCf3ae568974f9: [Cashtab] Remove unreachable loadStoredWallet migration helper fn
Branches
Unknown
Tags
Unknown