websocket on by default

This commit is contained in:
arpruss 2015-09-27 18:41:28 -05:00
parent f4c43255f8
commit 205eb6e7c0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
python = python
restrict_to_local_connections = false
support_websockets = false
support_websockets = true