Skip to content

Commit ae1a549

Browse files
Rename unprotected URL (#1091)
1 parent c3128c3 commit ae1a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/app/trackerdetection/api/TrackerListService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface TrackerListService {
2424
@GET("https://staticcdn.duckduckgo.com/trackerblocking/v2.1/tds.json")
2525
fun tds(): Call<TdsJson>
2626

27-
@GET("/contentblocking/trackers-whitelist-temporary.txt")
27+
@GET("/contentblocking/trackers-unprotected-temporary.txt")
2828
fun temporaryWhitelist(): Call<String>
2929

3030
}

0 commit comments

Comments
 (0)