summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-28 14:26:53 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-11 08:35:58 +0000
commitbc175fb62a1d2aba9c98ba761d5e21d3d7426678 (patch)
treeda9e29c6977423adf8d363eea7e76ab84e996af5 /src/core/web_engine_context.cpp
parent1e3dd797c381e98425405fd72b6a5d2d7cab7346 (diff)
Re-enable network-service-in-process
The network-service isn't sandboxed anyway, so there is no added security by the process separation. Pick-to: 6.2 5.15 Fixes: QTBUG-84105 Change-Id: Ie3fbda26f0cf8f31166b37a8537b7e1b6d11b560 Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'src/core/web_engine_context.cpp')
-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 2329d27e4..782b94123 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -704,6 +704,7 @@ WebEngineContext::WebEngineContext()
std::vector<std::string> disableFeatures;
std::vector<std::string> enableFeatures;
+ enableFeatures.push_back(features::kNetworkServiceInProcess.name);
enableFeatures.push_back(features::kTracingServiceInProcess.name);
disableFeatures.push_back(network::features::kDnsOverHttpsUpgrade.name);