about summary refs log tree commit diff stats
path: root/config.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 /config.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 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index d2a8833..78e9f9a 100644
--- a/config.toml
+++ b/config.toml
@@ -20,6 +20,7 @@ highlight_code = true
 
 [extra]
 date_format="%d %b, %Y"
+webserver_sends_csp_headers=true
 
 [[extra.main_menu]]
 name = "Bear"