From 7481aacd8244b0dfb548e5e44c6f130dca389e1d Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Sat, 8 Apr 2023 10:18:41 +0300 Subject: [PATCH] gitweb: Disable snapshot feature Closes: #2335. Signed-off-by: Veiko Aasa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/gitweb/data/etc/gitweb-freedombox.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf b/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf index 332fd327c..386910f6e 100644 --- a/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf +++ b/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf @@ -40,6 +40,9 @@ $feature{'pickaxe'}{'default'} = [1]; # enable syntax highlighting $feature{'highlight'}{'default'} = [1]; +# disable snapshots +$feature{'snapshot'}{'default'} = []; + # do not recursively scan for Git repositories our $project_maxdepth = 1;