From fa4145f524d5be5134dba1ae959310b9b42eceaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Mon, 7 Mar 2022 11:09:14 +0100 Subject: [PATCH] Update config.toml --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 90216ac..4ddcd92 100644 --- a/config.toml +++ b/config.toml @@ -20,3 +20,7 @@ defaultContentLanguage = 'fr' [minify] minifyOutput = true + +[security] + [security.exec] + allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^pandoc$'] -- GitLab