mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add a setting to skip natural keys validation
Enabling the "skip_natural_keys_validation" data provider setting, the natural keys for REST API/Web Admin as usernames, admin names, folder names are not restricted to unreserved URI chars Fixes #334 #308
This commit is contained in:
@@ -146,7 +146,8 @@
|
||||
"parallelism": 2
|
||||
}
|
||||
},
|
||||
"update_mode": 0
|
||||
"update_mode": 0,
|
||||
"skip_natural_keys_validation": false
|
||||
},
|
||||
"httpd": {
|
||||
"bindings": [
|
||||
|
||||
Reference in New Issue
Block a user