aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-11-11 17:34:12 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-11-12 11:26:28 +0100
commit27a0e6e868fdc4bfd4c06f26d0b8690a352a9a77 (patch)
tree2aa8d56d60051d72337c2050239bbf0262046821
parent7b179fea73cca6a1d5f1e33ff979cde5d588a73c (diff)
Doc: added a warning about opening ports
Task-number: QTCREATORBUG-3074 Reviewed-by: Olivier Goffart
-rw-r--r--doc/qtcreator.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 2c2b63fdc78..46534a0f74c 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -3527,6 +3527,11 @@
\endlist
+ \note Opening a socket at a well-known port presents a security risk. Anyone
+ on the Internet could connect to the application that you are debugging and
+ execute any JavaScript functions. Therefore, you must make sure that the port
+ is properly protected by a firewall.
+
\image qmldesigner-run-settings.png "Run settings for Qt Quick projects"
*/