about 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
commit8002766378b1153e749297ed1d01ba221ee72b41 (patch)
tree070039ee0b76ea576791418f72e76e95c2c5e7ab /config.toml
parent45a2e290aa2bc59deb5971255accba517500cc25 (diff)
downloadwebsite-8002766378b1153e749297ed1d01ba221ee72b41.tar.lz
website-8002766378b1153e749297ed1d01ba221ee72b41.tar.zst
website-8002766378b1153e749297ed1d01ba221ee72b41.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'",
   ]