Skip to content

Commit

Permalink
Add Malicious Site Protection subfeature
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Jan 10, 2025
1 parent 7342913 commit 744d6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extension FeatureFlag: FeatureFlagDescribing {
case .freeTrials:
return .remoteDevelopment(.subfeature(PrivacyProSubfeature.freeTrials))
case .maliciousSiteProtection:
return .internalOnly()
return .remoteDevelopment(.subfeature(MaliciousSiteProtectionSubfeature.onByDefault))
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"branch" : "alessandro/malicious-site-protection-address-bar-and-privacy-dashboard",
"revision" : "ed36daf7bf939669a27711c3113937db06d64a41"
"revision" : "99c0009d13e4b7ac1540e29f51d0a871adec1253"
}
},
{
Expand Down

0 comments on commit 744d6aa

Please sign in to comment.