summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/services/git-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix
index 5919ab87..b1de0c34 100644
--- a/system/settings/services/git-server.nix
+++ b/system/settings/services/git-server.nix
@@ -134,7 +134,7 @@ in
               script-src = [ "self" "unsafe-inline" ];
               form-action = [ "self" ];
               connect-src = [ "self" ];
-              img-src = [ "https" ];
+              img-src = [ "https:" ];
               object-src = [ "none" ];
             };
           }}