diff options
author | Rio Pesino <8a9a46ca389@cloudflare.com> | 2020-12-12 02:33:43 +0100 |
---|---|---|
committer | Rio Pesino <8a9a46ca389@cloudflare.com> | 2020-12-12 02:33:43 +0100 |
commit | 4a4861f1b543aeebc9bc8e99bc416fc65af86889 (patch) | |
tree | 4d2dec3c274601c7cb96fc5df051a1393944c067 | |
parent | d3590ccfbc4a39c56e25c52a934b216848df40bf (diff) | |
download | cloudflare-tor-4a4861f1b543aeebc9bc8e99bc416fc65af86889.tar.lz cloudflare-tor-4a4861f1b543aeebc9bc8e99bc416fc65af86889.tar.xz cloudflare-tor-4a4861f1b543aeebc9bc8e99bc416fc65af86889.zip |
bg.js
-rw-r--r-- | addons/isattlinkCR/bg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/isattlinkCR/bg.js b/addons/isattlinkCR/bg.js index cd25c1db..87dd03d8 100644 --- a/addons/isattlinkCR/bg.js +++ b/addons/isattlinkCR/bg.js @@ -100,7 +100,7 @@ chrome.storage.local.get(['lastU', 'lastV', 'ldb', 'opd', 'cep'], g => { localDB = JSON.parse(g.ldb || '[]'); switch (g.cep) { case '1': - apiurl = 'https://api.crimeflare.eu.org/_/is_antitor.php'; + apiurl = 'https://api.sercxi.eu.org/_/is_antitor.php'; break; case '2': apiurl = 'http://avrynpc2q7pknqa3ucf5tvjcwad5nxvxgwnzvl2b6dx6uo4f7nc7zzqd.onion/a/is_at.php'; @@ -235,7 +235,7 @@ chrome.runtime.onMessage.addListener((requests, sender, sendResponse) => { chrome.storage.local.set({ 'cep': '1' }); - apiurl = 'https://api.crimeflare.eu.org/_/is_antitor.php'; + apiurl = 'https://api.sercxi.eu.org/_/is_antitor.php'; break; case 'urltype,2': chrome.storage.local.set({ |