Closed FreddyDevelop closed 11 months ago
Use a pointer for allow_unsafe_wildcard otherwise the config can not be updated when allow_unsafe_wildcard: false. Because the validation library interprets the value false as not present (for more info see here).
allow_unsafe_wildcard
allow_unsafe_wildcard: false
false
Use a pointer for
allow_unsafe_wildcard
otherwise the config can not be updated whenallow_unsafe_wildcard: false
. Because the validation library interprets the valuefalse
as not present (for more info see here).