Skip to content

Commit

Permalink
Enable local proxy on Windows prod for fox fooders
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Oct 23, 2024
1 parent 2cb8754 commit 8eb6872
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/feature/featurelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eb6872

Please sign in to comment.