summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-06-19 13:51:24 +0200
committerAlan Pearce2024-06-19 14:10:44 +0200
commitb0ba784486ca2e5dcc6329e15580060d7518aec5 (patch)
tree00fd4c813b62c850e9bf5d07f5f0a0e97a4b2c35 /config.toml
parent7cf82af4dfa4f96fd69d0b005f4eca5a984bfb33 (diff)
downloadwebsite-b0ba784486ca2e5dcc6329e15580060d7518aec5.tar.lz
website-b0ba784486ca2e5dcc6329e15580060d7518aec5.tar.zst
website-b0ba784486ca2e5dcc6329e15580060d7518aec5.zip
style external nav menu links
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index fa26b27..769ebd8 100644
--- a/config.toml
+++ b/config.toml
@@ -18,6 +18,9 @@ oidc_host = "https://id.alanpearce.eu/"
   default-src = [
     "'none'",
   ]
+  img-src = [
+    "'self'",
+  ]
   form-action = [
     "'none'",
   ]