From 078a25047d0f07d45907ed2a6f9f9aa3e782a802 Mon Sep 17 00:00:00 2001 From: Daniel Bernal Date: Mon, 19 Aug 2024 13:45:08 +0200 Subject: [PATCH] Override App config --- Core/AppURLs.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")!