websocket on by default
This commit is contained in:
parent
f4c43255f8
commit
205eb6e7c0
@ -53,7 +53,7 @@ if local_only == nil then
|
||||
end
|
||||
local ws = settings:get_bool("support_websockets")
|
||||
if ws == nil then
|
||||
ws = false
|
||||
ws = true
|
||||
update_settings = true
|
||||
settings:set("support_websockets", tostring(ws))
|
||||
end
|
||||
|
@ -1,3 +1,3 @@
|
||||
python = python
|
||||
restrict_to_local_connections = false
|
||||
support_websockets = false
|
||||
support_websockets = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user