summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-11 17:56:22 +0200
committerAlan Pearce2023-09-11 17:56:22 +0200
commit9e9a194497c5c9ca61664bcd9699a7c15551936d (patch)
tree5ff910d8cdabf60154b4c558134e86cda3b41298
parent6c57254fd8e936caf7da5841f3c779ee966a78f3 (diff)
downloadwebsite-9e9a194497c5c9ca61664bcd9699a7c15551936d.tar.lz
website-9e9a194497c5c9ca61664bcd9699a7c15551936d.tar.zst
website-9e9a194497c5c9ca61664bcd9699a7c15551936d.zip
Improve CSP setup
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 55e8931..c3377d5 100644
--- a/config.toml
+++ b/config.toml
@@ -23,6 +23,7 @@ author_name = "Alan Pearce"
 author_image = "/img/me-thumb.jpg"
 hide_made_with_line = true
 date_format = "%F"
+webserver_sends_csp_headers = true
 
 [[extra.main_menu]]
     name = "Posts"