This repository has no description
0

Configure Feed

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

disable csp

Jakob Ankarhem (Jun 8, 2026, 6:07 PM +0200) d763bba4 6eb1a79a

+2 -1
+2 -1
zola.toml
··· 43 43 [extra.content_security_policy] 44 44 enable = true 45 45 allowed_domains = [ 46 + { directive = "base-uri", domains = ["'self'"] }, 46 47 { directive = "connect-src", domains = ["'self'", "cloudflareinsights.com"] }, 47 48 { directive = "form-action", domains = ["'self'"] }, 48 - { directive = "script-src", domains = ["'self'", "static.cloudflareinsights.com", "'sha256-gRg57CfNyUJYjz7FV73YDiTxJqvtTalSBHg5UDnC4Qg='"] }, 49 + { directive = "script-src", domains = ["'self'", "static.cloudflareinsights.com", "'sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg=='"] }, 49 50 ]