korhonen.cc/config/_default/security.toml
Marko Korhonen c94c68a167
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix GOROOT not being usable in hugo
2024-01-27 19:15:34 +02:00

13 lines
243 B
TOML

enableInlineShortcodes = false
[exec]
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$']
[funcs]
getenv = ['^HUGO_']
[http]
methods = ['(?i)GET|POST']