diff options
author | Alan Pearce | 2024-04-24 18:23:11 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 18:23:11 +0200 |
commit | d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d (patch) | |
tree | a2e1c0f397dc826b56216a867a10c993eb4e8402 | |
parent | e1524c7db6634f9b7c7d2a6073a997a5433594ea (diff) | |
download | website-d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d.tar.lz website-d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d.tar.zst website-d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d.zip |
fix misplaced quote in CSP header
-rw-r--r-- | config.toml | 2 |
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" |