commit d1a970091c5454cffd460529a2fd6c3577447fd2 parent 66c6a856e43874387e34765d9a548522b1c76ec8 Author: David Eisinger <[email protected]> Date: Thu, 1 Feb 2024 22:52:19 -0500 whitelist DITHER_SERVER ENV var Diffstat:
| M | config.toml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml @@ -21,3 +21,7 @@ timeout = '120s' [markup.goldmark.parser] autoHeadingID = true autoHeadingIDType = 'blackfriday' + +[security] + [security.funcs] + getenv = ['DITHER_SERVER']