From 0e328c46b2abc713ec7f803854d985bc01f5c6cc Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 26 Mar 2022 15:14:14 +0100 Subject: [PATCH] Fix Hugo new security config related to https://github.com/gohugoio/hugo/releases/tag/v0.91.0 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1f5b70c..c8a8c50 100644 --- a/config.toml +++ b/config.toml @@ -10,4 +10,4 @@ disableKinds = ["taxonomy", "taxonomyTerm"] quality = 95 [security] [security.funcs] - getenv = [ "^HUGO_", "CONTEXT" ] + getenv = [ "^HUGO_", "CONTEXT", "URL" ]