From 0acf2b101b6986f4e9dfb28712bc5d8289e31a98 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Tue, 15 Oct 2024 12:32:08 -0500 Subject: [PATCH] Enable local proxy on Windows prod for fox fooders --- src/feature/featurelist.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/feature/featurelist.h b/src/feature/featurelist.h index 945fef472a..8046a7f5e9 100644 --- a/src/feature/featurelist.h +++ b/src/feature/featurelist.h @@ -241,10 +241,11 @@ FEATURE(localProxy, // Feature ID byPlatform({ .windows = true, .gnu_linux = true, - }), // Can be flipped on - FeatureCallback_true, // Can be flipped off - QStringList("splitTunnel"), // feature dependencies - FeatureCallback_inStaging) + }), // Can be flipped on + FeatureCallback_true, // Can be flipped off + QStringList(), // feature dependencies + byPlatform({ // default value + .windows = true})) FEATURE(webExtension, // Feature ID "webExtension", // Feature name