Conversation
The Umami script tag shipped in #176 is blocked by our own CSP: neither script-src nor connect-src allows analytics.administration.ae, so browsers refuse to load the tracker and to send events. Adds the host to both.
|
Claude finished @manager's task in 44s —— View job Reviewing PR #179
SummaryThis is a release PR ( Assessment: LGTM. The change is minimal, config-only, and matches the existing array-based CSP pattern in A few things worth noting, not blockers:
Since this PR only promotes an already-reviewed fix (#178) to |
Ships the CSP fix from #178 to production, so the tracker shipped in #176 can actually load and send events.
Verified on staging: the rebuilt container is healthy, the site answers 200, and the served CSP header now lists
analytics.administration.aein bothscript-srcandconnect-src.🤖 Generated with Claude Code