about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-09-16 12:34:25 +0200
committerAlan Pearce2023-09-16 12:34:25 +0200
commitb88c1dc84d04ced9c1d1749a458bc938124573bd (patch)
tree980d7fd5b3a4b19cbfcfa00ea6e9674eef7c73fb /config.toml
parentf27b6cf19a450a45e665e6d2ea16b2cfeb3d9275 (diff)
downloadwebsite-b88c1dc84d04ced9c1d1749a458bc938124573bd.tar.lz
website-b88c1dc84d04ced9c1d1749a458bc938124573bd.tar.zst
website-b88c1dc84d04ced9c1d1749a458bc938124573bd.zip
Fix XML feed style
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index d2a22ad..7dbffcc 100644
--- a/config.toml
+++ b/config.toml
@@ -29,7 +29,7 @@ webserver_sends_csp_headers = true
 cache-control = "max-age=14400"
 x-content-type-options = "nosniff"
 strict-transport-security = "max-age=31536000; includeSubdomains; preload"
-content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'"
+content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'"
 
 [[extra.main_menu]]
     name = "Posts"