mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-16 08:25:43 +00:00
Update security.toml
Add BRANCH to env whitelist.
This commit is contained in:
@@ -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