diff options
author | Prefetch | 2022-01-08 14:09:13 +0100 |
---|---|---|
committer | Prefetch | 2022-01-08 14:13:44 +0100 |
commit | 7c2d27ca89c5b096694b950c766e50df2dc87001 (patch) | |
tree | ed9ee3c02fe746350b9e0714f4648a554ade52b0 /config.toml | |
parent | 63966407338ed0bdb061ddfd67f8940c2ccb51d2 (diff) |
Minor fixes, rename "Ion Sound Wave" and "Ito Process"
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$'] |