Skip to content

Commit dafbb8a

Browse files
authored
Update maxcdn network to stackpath
1 parent 2eae8b4 commit dafbb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/app/trackerdetection/model/TrackerNetworks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TrackerNetworks @Inject constructor() : Serializable {
3636
TrackerNetwork("oracle", "oracle.com", 10, true),
3737
TrackerNetwork("mediamath", "mediamath.com", 9, true),
3838
TrackerNetwork("yahoo", "yahoo.com", 9, true),
39-
TrackerNetwork("maxcdn", "maxcdn.com", 7, true),
39+
TrackerNetwork("stackpath", "stackpath.com", 7, true),
4040
TrackerNetwork("automattic", "automattic.com", 7, true)
4141
)
4242
}

0 commit comments

Comments
 (0)