Source code of my website
1
fork

Configure Feed

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

๐Ÿ”’ : enhance security headers in Caddyfile

+8 -1
+8 -1
Caddyfile
··· 6 6 } 7 7 8 8 header { 9 - Strict-Transport-Security: max-age=63072000 9 + Strict-Transport-Security "max-age=63072000" 10 + X-Content-Type-Options nosniff 11 + Content-Security-Policy " 12 + script-src 'self' codeka.io plausible.io; 13 + frame-src 'self' plausible.io www.youtube-nocookie.com openfeedback.io; 14 + img-src 'self' img.shields.io; 15 + default-src 'self'; 16 + " 10 17 } 11 18 12 19 encode