security.toml (214B)
1
2 enableInlineShortcodes = false
3
4 [exec]
5 allow = ['^go$']
6 osEnv = ['^PATH$']
7
8 [funcs]
9 getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
10
11 [http]
12 methods = ['(?i)GET|POST']
13 urls = ['.*']