aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_services_network_public_cpp_features.cc
blob: d2cc30bdf15ae80b4e85f60b3250169995631db0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/services/network/public/cpp/features.cc.orig	2023-12-12 22:08:45 UTC
+++ src/3rdparty/chromium/services/network/public/cpp/features.cc
@@ -383,7 +383,7 @@ CONSTINIT const base::Feature kOutOfProcessSystemDnsRe
 // that can be adequately sandboxed.
 CONSTINIT const base::Feature kOutOfProcessSystemDnsResolution(
              "OutOfProcessSystemDnsResolution",
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
              base::FEATURE_ENABLED_BY_DEFAULT
 #else
              base::FEATURE_DISABLED_BY_DEFAULT