From dbab740981645411efa1e899c1409e68c4fa4fea Mon Sep 17 00:00:00 2001 From: Shawn Ding Date: Fri, 17 Feb 2017 01:07:41 -0500 Subject: [PATCH] Fix a typo --- tornado/websocket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/websocket.py b/tornado/websocket.py index 6e1220b3e..543cc29bc 100644 --- a/tornado/websocket.py +++ b/tornado/websocket.py @@ -319,7 +319,7 @@ class WebSocketHandler(tornado.web.RequestHandler): This is an important security measure; don't disable it without understanding the security implications. In - particular, if your authenticatino is cookie-based, you + particular, if your authentication is cookie-based, you must either restrict the origins allowed by ``check_origin()`` or implement your own XSRF-like protection for websocket connections. See `these -- 2.47.2