diff --git a/config.toml b/config.toml index 7523ef3..0a06d08 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,10 @@ defaultContentLanguageInSubdir = false timeZone = "Europe/Berlin" +[security] + [security.exec] + allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$'] + [params] subtitle = "I write things here." description = "A place where I pile up everything that I want to be permanently findable."