diff options
author | Alan Pearce | 2023-09-11 17:56:22 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-11 17:56:22 +0200 |
commit | 9e9a194497c5c9ca61664bcd9699a7c15551936d (patch) | |
tree | 5ff910d8cdabf60154b4c558134e86cda3b41298 /config.toml | |
parent | 6c57254fd8e936caf7da5841f3c779ee966a78f3 (diff) | |
download | website-9e9a194497c5c9ca61664bcd9699a7c15551936d.tar.lz website-9e9a194497c5c9ca61664bcd9699a7c15551936d.tar.zst website-9e9a194497c5c9ca61664bcd9699a7c15551936d.zip |
Improve CSP setup
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
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" |