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

Commit 744d6aa

Browse files
Add Malicious Site Protection subfeature
1 parent 7342913 commit 744d6aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ extension FeatureFlag: FeatureFlagDescribing {
151151
case .freeTrials:
152152
return .remoteDevelopment(.subfeature(PrivacyProSubfeature.freeTrials))
153153
case .maliciousSiteProtection:
154-
return .internalOnly()
154+
return .remoteDevelopment(.subfeature(MaliciousSiteProtectionSubfeature.onByDefault))
155155
}
156156
}
157157
}

DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)