all repos — website @ d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d

My website

fix misplaced quote in CSP header

Alan Pearce
commit

d1a3c7ba0d3aa1644d526d69b6c22f7d0b55028d

parent

e1524c7db6634f9b7c7d2a6073a997a5433594ea

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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"