Skip to content

Commit

Permalink
Add VPN App Exclusions remote feature-flag (#1164)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1203108348835387/1209150117333883/f

iOS PR: duckduckgo/iOS#3808
macOS PR: duckduckgo/macos-browser#3734

What kind of version bump will this require?: Patch

**Description**:

Updated BSK to add the VPN App Exclusions feature flag.
  • Loading branch information
diegoreymendez authored Jan 15, 2025
1 parent 58efae8 commit a2a5a32
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ public enum NetworkProtectionSubfeature: String, Equatable, PrivacySubfeature {
.networkProtection
}

/// App Exclusions for the VPN
/// https://app.asana.com/0/1206580121312550/1209150117333883/f
case appExclusions

/// Display user tips for Network Protection
/// https://app.asana.com/0/72649045549333/1208231259093710/f
case userTips
Expand Down

0 comments on commit a2a5a32

Please sign in to comment.