summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketcorsauthenticator.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-04-07 09:52:29 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2016-04-07 12:46:21 +0000
commitbe4bfc5feeb61e97378bee325d36bb74f007fe04 (patch)
tree8b7fa16f684a7df6e8f5b927d32e4b4dea94e91a /src/websockets/qwebsocketcorsauthenticator.cpp
parent3b128f9b45f4fafc305ff0c89cfc2cb665c856d5 (diff)
downloadqtwebsockets-be4bfc5feeb61e97378bee325d36bb74f007fe04.tar.gz
Doc: Add external-resources.qdoc
Also sanitize some linking, e.g. by referencing to the paper by title, not by link. Change-Id: I95482994ca569001a23a3beb0e3cbe6739f4ed77 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
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 4645302..7e544a6 100644
--- a/src/websockets/qwebsocketcorsauthenticator.cpp
+++ b/src/websockets/qwebsocketcorsauthenticator.cpp
@@ -53,7 +53,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
*/