Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 2baa4e6

Browse files
Fix an issue that caused the TunnelVision-fix not to be publicly available (#3889)
Task/Issue URL: https://app.asana.com/0/1207603085593419/1209262365365751/f ## Description Our TunnelVision exploit fix was not released publicly due to a mistake that's being addressed here.
1 parent c861845 commit 2baa4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ extension FeatureFlag: FeatureFlagDescribing {
139139
case .textZoom:
140140
return .remoteReleasable(.feature(.textZoom))
141141
case .networkProtectionEnforceRoutes:
142-
return .remoteDevelopment(.subfeature(NetworkProtectionSubfeature.enforceRoutes))
142+
return .remoteReleasable(.subfeature(NetworkProtectionSubfeature.enforceRoutes))
143143
case .adAttributionReporting:
144144
return .remoteReleasable(.feature(.adAttributionReporting))
145145
case .crashReportOptInStatusResetting:

0 commit comments

Comments
 (0)