mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 16:46:09 -04:00
Revert "config/security: Add HOME to default exec env var whitelist"
There have been one report in the wild suggesting that this needs to be tested better before doing: https://discourse.gohugo.io/t/hugo-mod-failing-in-v0-91-1-but-works-in-v0-91-0/36180/5 This reverts commit fca266ebbb81af3d4479873a7a79759033c7ce25.
This commit is contained in:
parent
b343bfd7aa
commit
af2970180d
@ -1839,7 +1839,7 @@
|
|||||||
"^postcss$"
|
"^postcss$"
|
||||||
],
|
],
|
||||||
"osEnv": [
|
"osEnv": [
|
||||||
"(?i)^(PATH|PATHEXT|APPDATA|HOME|TMP|TEMP|TERM)$"
|
"(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"funcs": {
|
"funcs": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user