CORS: add support for more parameters

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-08-02 18:44:34 +02:00
parent 455bb550ee
commit fdc10aa6c7
10 changed files with 89 additions and 52 deletions

View File

@@ -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": "",