summaryrefslogtreecommitdiffstats
path: root/docs/config/_default/security.toml
blob: 8bd91945fefd8daba4b4abf27a8ee31355d67001 (plain)
1
2
3
4
5
6
7
8
9
  enableInlineShortcodes = false

  [funcs]
    getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']

  [http]
    methods = ['(?i)GET|POST']
    urls = ['.*']