Skip to content

Commit

Permalink
Remove test rollout feature (#1061)
Browse files Browse the repository at this point in the history
Required:

Task/Issue URL: https://app.asana.com/0/1205278999335242/1208159133216403/f
iOS PR: duckduckgo/iOS#3536
macOS PR: duckduckgo/macos-browser#3510
What kind of version bump will this require?: Major

Description:

This PR removes the test rollout feature.
  • Loading branch information
samsymons authored Nov 6, 2024
1 parent 1d228b8 commit d00f87a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public enum PrivacyFeature: String {
case brokenSitePrompt
case remoteMessaging
case additionalCampaignPixelParams
case backgroundAgentPixelTest
case newTabPageImprovements
case syncPromotion
case autofillSurveys
Expand Down Expand Up @@ -169,11 +168,6 @@ public enum DuckPlayerSubfeature: String, PrivacySubfeature {
case enableDuckPlayer // iOS DuckPlayer rollout feature
}

public enum BackgroundAgentPixelTestSubfeature: String, PrivacySubfeature {
public var parent: PrivacyFeature { .backgroundAgentPixelTest }
case pixelTest
}

public enum PhishingDetectionSubfeature: String, PrivacySubfeature {
public var parent: PrivacyFeature { .phishingDetection }
case allowErrorPage
Expand Down

0 comments on commit d00f87a

Please sign in to comment.