From 11453b3f0d9344b1e006d2cf4d18298162df368b Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Mon, 10 Dec 2018 02:48:47 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- SimpleAdBlock/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleAdBlock/Constants.swift b/SimpleAdBlock/Constants.swift index aff0519..3e5c250 100644 --- a/SimpleAdBlock/Constants.swift +++ b/SimpleAdBlock/Constants.swift @@ -8,7 +8,7 @@ import Foundation -let kEasyListDownloadURL = "https://rawgit.com/lbalogh/abp2blocklist/compatible/easylist.json" +let kEasyListDownloadURL = "https://cdn.jsdelivr.net/gh/lbalogh/abp2blocklist@compatible/easylist.json" let kFilterFilename = "easylist.json" let kAppGroupIdentifier = "group.com.balogh.SimpleAdBlock" let kContentBlockerIdentifier = "com.balogh.SimpleAdBlock.ContentBlocker" \ No newline at end of file