diff --git a/Core/AppURLs.swift b/Core/AppURLs.swift index 7851870c26..9a00c1c23d 100644 --- a/Core/AppURLs.swift +++ b/Core/AppURLs.swift @@ -42,7 +42,8 @@ public extension URL { // The following URLs shall match the ones in update_embedded.sh. // Danger checks that the URLs match on every PR. If the code changes, the regex that Danger uses may need an update. - static let privacyConfig = URL(string: "\(staticBase)/trackerblocking/config/v4/ios-config.json")! + // static let privacyConfig = URL(string: "\(staticBase)/trackerblocking/config/v4/ios-config.json")! + static let privacyConfig = URL(string: "https://jsonblob.com/api/1253721903368888320")! static let trackerDataSet = URL(string: "\(staticBase)/trackerblocking/v5/current/ios-tds.json")! static let bloomFilter = URL(string: "\(staticBase)/https/https-mobile-v2-bloom.bin")! static let bloomFilterSpec = URL(string: "\(staticBase)/https/https-mobile-v2-bloom-spec.json")!