mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Update security.toml
Add BRANCH to env whitelist.
This commit is contained in:
committed by
GitHub
parent
2c38aa356c
commit
dbf9514fd6
@@ -6,8 +6,8 @@
|
||||
osEnv = ['^PATH$']
|
||||
|
||||
[funcs]
|
||||
getenv = ['^HUGO_', '^REPOSITORY_URL$']
|
||||
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
|
||||
|
||||
[http]
|
||||
methods = ['(?i)GET|POST']
|
||||
urls = ['.*']
|
||||
urls = ['.*']
|
||||
|
||||
Reference in New Issue
Block a user