Page MenuHomePhabricator

[Cashtab] Implement CSP header
ClosedPublic

Authored by bytesofman on Jan 10 2024, 13:56.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC7c09a4215bc5: [Cashtab] Implement CSP header
Summary

D15106 was deployed with no issues. Cashtab functions worked, also sideshift swap.

So, move from 'report-only' to actually implemented header.

Test Plan
cd web/cashtab
docker build -t cashtab_local .
docker run --rm -p 8080:80 --name cashtab cashtab_local

In another terminal,

curl -I http://localhost:8080

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable