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;