summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketcorsauthenticator.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:44:07 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:44:07 +0200
commit2baa571e0d95d3e9bf182dc035c8ff0970bb68ea (patch)
tree174e872c084319e19cd0ebd74915048d99c18c84 /src/websockets/qwebsocketcorsauthenticator.cpp
parent40c0c43f59b97e5bee4a8994a499800e1f46b8d1 (diff)
parent00156d63eea2fb7681a8a00a3144392d6325e5cb (diff)
downloadqtwebsockets-2baa571e0d95d3e9bf182dc035c8ff0970bb68ea.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: I8a2d6875b68c99786f99ec0dc380f8725c6abd42
Diffstat (limited to 'src/websockets/qwebsocketcorsauthenticator.cpp')
-rw-r--r--src/websockets/qwebsocketcorsauthenticator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsocketcorsauthenticator.cpp b/src/websockets/qwebsocketcorsauthenticator.cpp
index 360cb43..5d1cde4 100644
--- a/src/websockets/qwebsocketcorsauthenticator.cpp
+++ b/src/websockets/qwebsocketcorsauthenticator.cpp
@@ -59,7 +59,7 @@
\note Checking on the origin does not make much sense when the server is accessed
via a non-browser client, as that client can set whatever origin header it likes.
In case of a browser client, the server SHOULD check the validity of the origin.
- \sa http://tools.ietf.org/html/rfc6455#section-10
+ \sa {WebSocket Security Considerations}
\sa QWebSocketServer
*/