We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3128c3 commit ae1a549Copy full SHA for ae1a549
app/src/main/java/com/duckduckgo/app/trackerdetection/api/TrackerListService.kt
@@ -24,7 +24,7 @@ interface TrackerListService {
24
@GET("https://staticcdn.duckduckgo.com/trackerblocking/v2.1/tds.json")
25
fun tds(): Call<TdsJson>
26
27
- @GET("/contentblocking/trackers-whitelist-temporary.txt")
+ @GET("/contentblocking/trackers-unprotected-temporary.txt")
28
fun temporaryWhitelist(): Call<String>
29
30
}
0 commit comments