mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 11:06:36 -04:00
Update security.toml
Add BRANCH to env whitelist.
This commit is contained in:
parent
2c38aa356c
commit
dbf9514fd6
@ -6,7 +6,7 @@
|
|||||||
osEnv = ['^PATH$']
|
osEnv = ['^PATH$']
|
||||||
|
|
||||||
[funcs]
|
[funcs]
|
||||||
getenv = ['^HUGO_', '^REPOSITORY_URL$']
|
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
methods = ['(?i)GET|POST']
|
methods = ['(?i)GET|POST']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user