mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
CORS: add support for more parameters
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
10
sftpgo.json
10
sftpgo.json
@@ -165,7 +165,10 @@
|
||||
"allowed_headers": [],
|
||||
"exposed_headers": [],
|
||||
"allow_credentials": false,
|
||||
"max_age": 0
|
||||
"max_age": 0,
|
||||
"options_passthrough": false,
|
||||
"options_success_status": 0,
|
||||
"allow_private_network": false
|
||||
},
|
||||
"cache": {
|
||||
"users": {
|
||||
@@ -330,7 +333,10 @@
|
||||
"allowed_headers": [],
|
||||
"exposed_headers": [],
|
||||
"allow_credentials": false,
|
||||
"max_age": 0
|
||||
"max_age": 0,
|
||||
"options_passthrough": false,
|
||||
"options_success_status": 0,
|
||||
"allow_private_network": false
|
||||
},
|
||||
"setup": {
|
||||
"installation_code": "",
|
||||
|
||||
Reference in New Issue
Block a user