korhonen.cc/config/_default/security.toml
Marko Korhonen f9b99e3444
All checks were successful
continuous-integration/drone Build is passing
Split configuration, add ko-fi floating button
2022-07-19 00:12:21 +03:00

13 lines
239 B
TOML

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