Update security.toml

Add BRANCH to env whitelist.
This commit is contained in:
Bjørn Erik Pedersen
2021-12-17 13:22:58 +01:00
committed by GitHub
parent 2c38aa356c
commit dbf9514fd6
+2 -2
View File
@@ -6,8 +6,8 @@
osEnv = ['^PATH$']
[funcs]
getenv = ['^HUGO_', '^REPOSITORY_URL$']
getenv = ['^HUGO_', '^REPOSITORY_URL$', '^BRANCH$']
[http]
methods = ['(?i)GET|POST']
urls = ['.*']
urls = ['.*']