new option for checking path/user value

This commit is contained in:
Peter Bieringer
2026-04-21 18:51:58 +02:00
parent e279e4f803
commit af5121ab34
6 changed files with 66 additions and 1 deletions

8
config
View File

@@ -58,6 +58,14 @@
# script name to strip from URI if called by reverse proxy
#script_name = (default taken from HTTP_X_SCRIPT_NAME or SCRIPT_NAME)
# validate user type
# Value: none|minimal|unicodeletter|strict
#validate_user_type = minimal
# validate path value
# Value: none|minimal|unicodeletter|strict
#validate_path_type = minimal
[encoding]