hugo/docs/config/_default/security.toml
2023-08-07 10:38:12 +02:00

10 lines
160 B
TOML

enableInlineShortcodes = false
[funcs]
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
[http]
methods = ['(?i)GET|POST']
urls = ['.*']