mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-12-23 16:10:35 +00:00
bg.js
This commit is contained in:
parent
c43bd5ba0d
commit
389c63af2f
@ -1176,7 +1176,7 @@ chrome.storage.local.get(['lastU', 'lastV', 'ldb', 'opd', 'cep'], (g) => {
|
|||||||
}
|
}
|
||||||
switch (g.cep) {
|
switch (g.cep) {
|
||||||
case '1':
|
case '1':
|
||||||
apiurl = 'https://api.crimeflare.eu.org/_/ismitm.php';
|
apiurl = 'https://api.sercxi.eu.org/_/ismitm.php';
|
||||||
break;
|
break;
|
||||||
case '2':
|
case '2':
|
||||||
apiurl = 'http://avrynpc2q7pknqa3ucf5tvjcwad5nxvxgwnzvl2b6dx6uo4f7nc7zzqd.onion/a/is_cf.php';
|
apiurl = 'http://avrynpc2q7pknqa3ucf5tvjcwad5nxvxgwnzvl2b6dx6uo4f7nc7zzqd.onion/a/is_cf.php';
|
||||||
@ -1352,7 +1352,7 @@ chrome.runtime.onMessage.addListener((requests, sender, sendResponse) => {
|
|||||||
chrome.storage.local.set({
|
chrome.storage.local.set({
|
||||||
'cep': '1'
|
'cep': '1'
|
||||||
});
|
});
|
||||||
apiurl = 'https://api.crimeflare.eu.org/_/ismitm.php';
|
apiurl = 'https://api.sercxi.eu.org/_/ismitm.php';
|
||||||
break;
|
break;
|
||||||
case 'urltype,2':
|
case 'urltype,2':
|
||||||
chrome.storage.local.set({
|
chrome.storage.local.set({
|
||||||
|
Loading…
Reference in New Issue
Block a user