diff options
author | surveillanceeconomy <surveillance@eco.nomy> | 2019-05-29 07:17:59 +0000 |
---|---|---|
committer | surveillanceeconomy <surveillance@eco.nomy> | 2019-05-29 07:17:59 +0000 |
commit | 7bc7988d4c769d0275a9dfa41017e44b2729ef86 (patch) | |
tree | 516d275c8cc5af02191687cc43550d6f53adfa41 | |
parent | d689bf7ee0b515787e014275924183eefe9262bd (diff) | |
download | cloudflare-tor-7bc7988d4c769d0275a9dfa41017e44b2729ef86.tar cloudflare-tor-7bc7988d4c769d0275a9dfa41017e44b2729ef86.tar.gz cloudflare-tor-7bc7988d4c769d0275a9dfa41017e44b2729ef86.tar.lz cloudflare-tor-7bc7988d4c769d0275a9dfa41017e44b2729ef86.tar.xz cloudflare-tor-7bc7988d4c769d0275a9dfa41017e44b2729ef86.zip |
Fuck Mozilla ;)
-rw-r--r-- | addon_firefox/ismitmlink/bg.js | 2 | ||||
-rw-r--r-- | addon_firefox/ismitmlink/cs.js | 2 | ||||
-rw-r--r-- | addon_firefox/ismitmlink/manifest.json | 7 |
3 files changed, 6 insertions, 5 deletions
diff --git a/addon_firefox/ismitmlink/bg.js b/addon_firefox/ismitmlink/bg.js index f8258147..3486ff3c 100644 --- a/addon_firefox/ismitmlink/bg.js +++ b/addon_firefox/ismitmlink/bg.js @@ -1,7 +1,7 @@ let apiurl = 'https://searxes.eu.org/collab/open/ismitm.php'; let TORapiurl = 'http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/ismitm.php'; -fetch('http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/ok', { +fetch('http://xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/ok.php', { method: 'GET', mode: 'cors' }).then(r => r.text()).then(r => { diff --git a/addon_firefox/ismitmlink/cs.js b/addon_firefox/ismitmlink/cs.js index 29679564..33468e18 100644 --- a/addon_firefox/ismitmlink/cs.js +++ b/addon_firefox/ismitmlink/cs.js @@ -1,4 +1,4 @@ -if (document.body && !['searxes.danwin1210.me', 'searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org'].includes(location.hostname)) { +if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org', 'searxes.danwin1210.me'].includes(location.hostname)) { let cs = (function () { let s = document.createElement('style'); document.head.appendChild(s); diff --git a/addon_firefox/ismitmlink/manifest.json b/addon_firefox/ismitmlink/manifest.json index 62a995ee..2c528fb4 100644 --- a/addon_firefox/ismitmlink/manifest.json +++ b/addon_firefox/ismitmlink/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Are links vulnerable to MITM attack?", "description": "Scan FQDN using Searxes' API", - "version": "1.0.6", + "version": "1.0.7", "homepage_url": "https://notabug.org/crimeflare/cloudflare-tor", "author": "Maslin Bossé", "permissions": [ @@ -31,8 +31,9 @@ ], "applications": { "gecko": { - "id": "ismitm@searxes.danwin1210.me", - "strict_min_version": "56.0" + "id": "ismitmlink@searxes.danwin1210.me", + "strict_min_version": "56.0", + "update_url":"https://searxes.eu.org/collab/addon/au.php?for=ismitmlink" } } }
\ No newline at end of file |