summaryrefslogtreecommitdiffstats
path: root/addon_chrome/ismitmlink/bg.js
diff options
context:
space:
mode:
authornot_cloudflare <not_cloudflare@noreply.codeberg.org>2019-07-13 04:03:47 +0200
committernot_cloudflare <not_cloudflare@noreply.codeberg.org>2019-07-13 04:03:47 +0200
commitcb75b7305f89187182d9fbee0e240976512837ec (patch)
tree727f1c286aaa2777986e205730136d614f7228f7 /addon_chrome/ismitmlink/bg.js
parent6705390dceeec7fece8b2f064e587a35f9777aee (diff)
downloadcloudflare-tor-cb75b7305f89187182d9fbee0e240976512837ec.tar
cloudflare-tor-cb75b7305f89187182d9fbee0e240976512837ec.tar.gz
cloudflare-tor-cb75b7305f89187182d9fbee0e240976512837ec.tar.lz
cloudflare-tor-cb75b7305f89187182d9fbee0e240976512837ec.tar.xz
cloudflare-tor-cb75b7305f89187182d9fbee0e240976512837ec.zip
Upload files to 'addon_chrome/ismitmlink'
Diffstat (limited to 'addon_chrome/ismitmlink/bg.js')
-rw-r--r--addon_chrome/ismitmlink/bg.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/addon_chrome/ismitmlink/bg.js b/addon_chrome/ismitmlink/bg.js
index 5f585ff9..53beb299 100644
--- a/addon_chrome/ismitmlink/bg.js
+++ b/addon_chrome/ismitmlink/bg.js
@@ -1,11 +1,11 @@
-let apiurl = 'https://searxes.eu.org/collab/open/ismitm.php';
+let apiurl = 'https://api.searxes.eu.org/_/ismitm.php';
-fetch('http://xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/ok.php', {
+fetch('http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ok.php', {
method: 'GET',
mode: 'cors'
}).then(r => r.text()).then(r => {
if (r == 'ok') {
- apiurl = 'http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/ismitm.php';
+ apiurl = 'http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ismitm.php';
}
}).catch(() => {});