diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 22f7612..4de99f8 100644 --- a/config.toml +++ b/config.toml @@ -65,3 +65,8 @@ email = "rss-spam@pablotron.org" noClasses = false style = 'monokai' tabWidth = 4 + +# allow executing vim (2023-12-29) +[security.exec] + allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^vim$'] + osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+)$'] |