This commit is contained in:
j 2015-11-03 18:32:53 +01:00
parent 2c71bc44f2
commit b0fa92ca6a

View file

@ -22,7 +22,7 @@ class Handler(WebSocketHandler):
origin in ( origin in (
'http://127.0.0.1:9841', 'http://127.0.0.1:9841',
'http://127.0.0.1:9842', 'http://127.0.0.1:9842',
'file:///', 'file://',
'null' 'null'
) )