hugo/docs/config/_default/security.toml

10 lines
160 B
TOML
Raw Normal View History

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