Skip to content

Commit

Permalink
Update tds endpoint and embedded tds (#34)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1148434556963201/1204602434877143/f

Update tds endpoint and embedded tds
  • Loading branch information
jaceklyp committed May 25, 2023
1 parent 0e860e3 commit 3ee219c
Show file tree
Hide file tree
Showing 2 changed files with 25,261 additions and 22,229 deletions.
2 changes: 1 addition & 1 deletion TrackerBlockingFramework/TrackerDataService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public protocol TrackerDataService {
public class DefaultTrackerDataService: TrackerDataService {

struct Paths {
static let tds = "/trackerblocking/v3/apple-tds.json"
static let tds = "/trackerblocking/v5/current/extension-safari-tds.json"
}

private let apiRequest: APIRequest.Factory
Expand Down

0 comments on commit 3ee219c

Please sign in to comment.