Skip to content

Commit

Permalink
Use the same DNS blockers order as the other clients
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed May 29, 2024
1 parent 489e812 commit 2193fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final class CustomDNSDataSource: UITableViewDiffableDataSource<
case dnsServerInfo

static var contentBlockers: [Item] {
[.blockAdvertising, .blockTracking, .blockMalware, .blockAdultContent, .blockGambling, .blockSocialMedia]
[.blockAdvertising, .blockTracking, .blockMalware, .blockGambling, .blockAdultContent, .blockSocialMedia]
}

var accessibilityIdentifier: AccessibilityIdentifier {
Expand Down

0 comments on commit 2193fd1

Please sign in to comment.