Source code of my website
1
fork

Configure Feed

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

๐Ÿ› : add missing connect-src CSP rule

+1
+1
Caddyfile
··· 10 10 X-Content-Type-Options nosniff 11 11 Content-Security-Policy " 12 12 script-src 'self' codeka.io plausible.io; 13 + connect-src 'self' codeka.io plausible.io; 13 14 frame-src 'self' plausible.io www.youtube-nocookie.com openfeedback.io; 14 15 img-src 'self' img.shields.io; 15 16 default-src 'self';