lib/rubyfox/server/data/config/admin/descriptors/config_server.txt in rubyfox-server-2.13.3.1 vs lib/rubyfox/server/data/config/admin/descriptors/config_server.txt in rubyfox-server-2.13.4.1
- old
+ new
@@ -363,9 +363,30 @@
"category":"Web server",
"type":"CheckBox",
"value":{$BasicValue=webServer.useWSBinaryProtocol}
},
+// ALLOWED WEBSOCKET ORIGINS
+{
+ "name":"webServer.allowedWebsocketOrigins",
+ "label":"Allowed client origins",
+ "tooltip":"List of origins from which the client should be allowed to connect. It should represent only the URL(s) where the client can be downloaded from",
+ "category":"Web server",
+ "type":"DataGrid",
+ "defaultListItem":
+ [
+ {
+ "name":"origin",
+ "label":"Valid origins",
+ "tooltip":"Origin URL",
+ "type":"TextInput",
+ "value":"",
+ "validator":"notNull"
+ }
+ ],
+ "listValues":{$List=allowedWebsocketOrigins, instance=webServer, createField=origin}
+},
+
// BLUEBOX POLLING TIMEOUT
{
"name":"webServer.blueBoxPollingTimeout",
"label":"BlueBox polling timeout",
"tooltip":"The amount of seconds after which a client connected through the BlueBox is considered disconnected if he doesn't send a polling request",
\ No newline at end of file