my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add analytics.ewancroft.uk to CSP script-src

Allows Umami tracking script to load from self-hosted analytics instance

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+1 -1
+1 -1
svelte.config.js
··· 48 48 mode: 'auto', 49 49 directives: { 50 50 'default-src': ['self'], 51 - 'script-src': ['self', 'unsafe-inline'], 51 + 'script-src': ['self', 'unsafe-inline', 'https://analytics.ewancroft.uk'], 52 52 'style-src': ['self', 'unsafe-inline', 'https://fonts.googleapis.com'], 53 53 'style-src-elem': ['self', 'unsafe-inline', 'https://fonts.googleapis.com'], 54 54 'img-src': ['self', 'data:', 'https:'],