From 7e95947947b6b31c860e1b01a5d185ff27914f1c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 25 Feb 2025 07:41:46 +0100 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Settings.md b/Settings.md index 8790892..1cb3696 100644 --- a/Settings.md +++ b/Settings.md @@ -141,6 +141,9 @@ Allow a Body for all HTTP Methods. (default set to false). Allow any HttpStatusCode in the response. Also null, 0, empty or invalid. (default set to false). _Note : this will not work when hosting a Docker container in Azure_ +### AllowedCustomHandlebarHelpers +Defines the allowed custom HandlebarHelpers which can be used. Possible values are `None`, `File` and `All`. By default it's `None`. + ### AdminUsername The username needed for __admin access.