diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index d5a8d6d..3463bda 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,6 @@ languageCode = "en-us" title = "Prefetch" disableKinds = ["taxonomy", "term"] + +[security.exec] +allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^pandoc$'] |