Show More
@@ -53,7 +53,7 class ZMQStreamHandler(websocket.WebSocketHandler): | |||
|
53 | 53 | |
|
54 | 54 | # Check to see that origin matches host directly, including ports |
|
55 | 55 | if origin != host: |
|
56 |
self.log.critical("Cross Origin WebSocket Attempt." |
|
|
56 | self.log.critical("Cross Origin WebSocket Attempt.") | |
|
57 | 57 | raise web.HTTPError(404) |
|
58 | 58 | |
|
59 | 59 |
General Comments 0
You need to be logged in to leave comments.
Login now