From 8002766378b1153e749297ed1d01ba221ee72b41 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Jun 2024 13:51:24 +0200 Subject: style external nav menu links --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') 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'", ] -- cgit 1.4.1