summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-24 18:23:11 +0200
committerAlan Pearce2024-04-24 18:23:11 +0200
commit9f8fe7298f8b0af2f56725e97c6f13c7c6f9457a (patch)
treefab1f5de8dfc64c19023cef4f133992ae0ed970f
parent0c5bf9f3f55286ddfd6bb1fe2537795820b4af48 (diff)
downloadwebsite-9f8fe7298f8b0af2f56725e97c6f13c7c6f9457a.tar.lz
website-9f8fe7298f8b0af2f56725e97c6f13c7c6f9457a.tar.zst
website-9f8fe7298f8b0af2f56725e97c6f13c7c6f9457a.zip
fix misplaced quote in CSP header
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index e79653d..603c8d3 100644
--- a/config.toml
+++ b/config.toml
@@ -16,7 +16,7 @@ feed = true
 [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"