Added option to check HTTP origin.

This commit is contained in:
Ylian Saint-Hilaire
2024-02-17 11:22:38 -08:00
parent 5c1249ccca
commit f2e43cc6da
4 changed files with 29 additions and 1 deletions

View File

@@ -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."