summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-28 14:26:53 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-12 14:02:41 +0000
commit8cbd59dd304688401525bfd96d558e6e8b53da8d (patch)
treee9b8d444a716f9c1e33cd5bcbb9337d9489fb660
parente510ef5ae37a9b91f73080ab52ad911bc7827337 (diff)
Re-enable network-service-in-process
The network-service isn't sandboxed anyway, so there is no added security by the process separation. Fixes: QTBUG-84105 Change-Id: Ie3fbda26f0cf8f31166b37a8537b7e1b6d11b560 Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io> (cherry picked from commit bc175fb62a1d2aba9c98ba761d5e21d3d7426678) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/web_engine_context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index f342e788d..0b6450999 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -671,6 +671,7 @@ WebEngineContext::WebEngineContext()
// upstream Chromium commit ba52f56207a4b9d70b34880fbff2352e71a06422.
enableFeatures.push_back(features::kAllowContentInitiatedDataUrlNavigations.name);
+ enableFeatures.push_back(features::kNetworkServiceInProcess.name);
enableFeatures.push_back(features::kTracingServiceInProcess.name);
// The video-capture service is not functioning at this moment (since 69)