all repos — website @ d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d

My website

fix misplaced quote in CSP header
Alan Pearce alan@alanpearce.eu
Wed, 24 Apr 2024 18:23:11 +0200
commit

d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d

parent

e1524c7db6634f9b7c7d2a6073a997a5433594ea

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.tomlconfig.toml
@@ -16,7 +16,7 @@ [extra.headers]
 cache-control = "max-age=14400"
 x-content-type-options = "nosniff"
-content-security-policy = "default-src 'none'; img-src 'self' https://gc.zgo.at; script-src 'self https://gc.zgo.at'; style-src 'unsafe-inline'; frame-ancestors https://kagi.com; connect-src https://alanpearce-eu.goatcounter.com/count; require-trusted-types-for 'script'"
+content-security-policy = "default-src 'none'; img-src 'self' https://gc.zgo.at; script-src 'self' https://gc.zgo.at; style-src 'unsafe-inline'; frame-ancestors https://kagi.com; connect-src https://alanpearce-eu.goatcounter.com/count; require-trusted-types-for 'script'"
 
 [[menus.main]]
     name = "Home"