about summary refs log tree commit diff stats
path: root/theme.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-09-09 19:10:40 +0200
committerAlan Pearce2023-09-09 19:10:40 +0200
commitf51202d961e6d2337a96ef3552c4efced1fe2beb (patch)
treec51891d5f1d6c54208ac0ff3afc32c047638b16d /theme.toml
parent093ac10f7e5c9bd40e9def573c654069e4cba1a9 (diff)
downloadzola-bearblog-f51202d961e6d2337a96ef3552c4efced1fe2beb.tar.lz
zola-bearblog-f51202d961e6d2337a96ef3552c4efced1fe2beb.tar.zst
zola-bearblog-f51202d961e6d2337a96ef3552c4efced1fe2beb.zip
Allow end-user to disable CSP header meta tags without editing theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 1bba50d..902c8ec 100644
--- a/theme.toml
+++ b/theme.toml
@@ -13,6 +13,7 @@ demo = "https://zola-bearblog.netlify.app/"
 # Use snake_casing to be consistent with the rest of Zola
 [extra]
 date_format="%d %b, %Y"
+webserver_sends_csp_headers=false
 
 [author]
 name = "Alan Pearce"