From 4ee24f6785873c35d7c9b213c38652467227435d Mon Sep 17 00:00:00 2001 From: Jesse Orndorff Date: Tue, 24 Mar 2026 21:48:03 +0700 Subject: [PATCH] hugo: allow git in security.exec for GitInfo --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index cd8f6038..6a045082 100644 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ googleAnalytics: "G-80FMX4TPM0" security: exec: - allow: ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$'] + allow: ['^dart-sass-embedded$', '^go$', '^git$', '^npx$', '^postcss$', '^asciidoctor$'] # --- markup settings ---