summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc
diff options
context:
space:
mode:
authorFredrik Orderud <fredrik.orderud@ge.com>2020-05-12 10:55:27 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-05-20 10:36:10 +0200
commitc2df266315b8724118d878ef820c946d5cf1d12c (patch)
treeec74a490625da2a160c7b178a5ec9197c253ba5f /src/webengine/doc
parent14a4267dec9be4e6230bfa52f295f6c43b1e23f7 (diff)
Add NetworkServiceInProcess feature documentation
Task-number: QTBUG-84105 Change-Id: I7d265c8319850bd32b4525bf0e2453fc35bbfa6e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webengine/doc')
-rw-r--r--src/webengine/doc/src/qtwebengine-debugging.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webengine/doc/src/qtwebengine-debugging.qdoc b/src/webengine/doc/src/qtwebengine-debugging.qdoc
index 088db5f87..9316eb9c6 100644
--- a/src/webengine/doc/src/qtwebengine-debugging.qdoc
+++ b/src/webengine/doc/src/qtwebengine-debugging.qdoc
@@ -97,6 +97,11 @@
\li \c {--single-process} runs the renderer and plugins in the same
process as the browser. This is useful for getting stack traces for
renderer crashes.
+ \li \c {--enable-features=NetworkServiceInProcess} runs networking in
+ the main process. This may help firewall management, since only the
+ application executable will need to be whitelisted and
+ not QtWebEngineProcess. It means losing the security of
+ sandboxing of the network service though.
\endlist
Alternatively, the environment variable QTWEBENGINE_CHROMIUM_FLAGS can be