1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Fix Hugo new security config

related to https://github.com/gohugoio/hugo/releases/tag/v0.91.0
This commit is contained in:
Tixie 2022-03-26 15:14:14 +01:00
parent 36b581d41d
commit 0e328c46b2

View file

@ -10,4 +10,4 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
quality = 95
[security]
[security.funcs]
getenv = [ "^HUGO_", "CONTEXT" ]
getenv = [ "^HUGO_", "CONTEXT", "URL" ]