mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added option to check HTTP origin.
This commit is contained in:
@@ -1134,6 +1134,15 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"allowedOrigin": {
|
||||
"type": [ "array", "boolean" ],
|
||||
"default": false,
|
||||
"uniqueItems": true,
|
||||
"description": "A list of allowed hostnames for HTTP request origin header. If false, a default list is created, if true, all hostnames are allowed.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"welcomeText": {
|
||||
"type": "string",
|
||||
"description": "Text that will be shown on the login screen."
|
||||
|
||||
Reference in New Issue
Block a user