summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurveillanceeconomy <surveillance@eco.nomy>2019-05-29 11:36:42 +0000
committersurveillanceeconomy <surveillance@eco.nomy>2019-05-29 11:36:42 +0000
commit1e59aade406757ecc58854520459d0a523afedd1 (patch)
tree1f429dba4407432ba717aa6b5b14ef106b0d5870
parented8b60125025d68c70a923685d5025d253637b51 (diff)
downloadcloudflare-tor-1e59aade406757ecc58854520459d0a523afedd1.tar
cloudflare-tor-1e59aade406757ecc58854520459d0a523afedd1.tar.gz
cloudflare-tor-1e59aade406757ecc58854520459d0a523afedd1.tar.lz
cloudflare-tor-1e59aade406757ecc58854520459d0a523afedd1.tar.xz
cloudflare-tor-1e59aade406757ecc58854520459d0a523afedd1.zip
Upload files to 'addon_firefox/bcma'
-rw-r--r--addon_firefox/bcma/LICENSE.txt2
-rw-r--r--addon_firefox/bcma/anticloudflare.js7
-rw-r--r--addon_firefox/bcma/manifest.json7
3 files changed, 11 insertions, 5 deletions
diff --git a/addon_firefox/bcma/LICENSE.txt b/addon_firefox/bcma/LICENSE.txt
index 4843373f..6cac1ebf 100644
--- a/addon_firefox/bcma/LICENSE.txt
+++ b/addon_firefox/bcma/LICENSE.txt
@@ -3,7 +3,7 @@ The MIT License
Copyright (c) 2017 Project BCMA
Copyright (c) 2017 cypherpunks
Copyright (c) 2017 nullius <nullius@nym.zone>
-Copyright (c) 2018 Searxes <searxes.danwin1210.me>
+Copyright (c) 2019 Searxes <searxes.eu.org>
Copyright (c) 2018 Jeff Cliff <@jeffcliff@niu.moe>
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/addon_firefox/bcma/anticloudflare.js b/addon_firefox/bcma/anticloudflare.js
index 90ece519..59c06e3a 100644
--- a/addon_firefox/bcma/anticloudflare.js
+++ b/addon_firefox/bcma/anticloudflare.js
@@ -3,7 +3,7 @@
*/
var cf_flag_ok = 'icons/cf_0.png';
var cf_flag_ng = 'icons/cf_1.png';
-var force_whitelist = ['searxes.cf', 'thunderbird.net', 'mozilla.org', 'archive.org', 'cloudflare.com', 'cloudflareapps.com', 'cloudflare-dns.com', 'cloudflarestatus.com', 'cloudflareapi.com', 'cloudflare-ipfs.com', 'cloudflare-quic.com'];
+var force_whitelist = ['searxes.eu.org', 'thunderbird.net', 'mozilla.org', 'archive.org', 'cloudflare.com', 'cloudflareapps.com', 'cloudflare-dns.com', 'cloudflarestatus.com', 'cloudflareapi.com', 'cloudflare-ipfs.com', 'cloudflare-quic.com'];
var cfdomains = [];
var known_cf_domains = [];
@@ -418,6 +418,11 @@ function get_realdomain(w) {
return wa[2] + "." + wa[1] + "." + wa[0];
}
}
+ if (wa[0] == 'org'){
+ if (wa[1]=='eu'){
+ return wa[2] + "." + wa[1] + "." + wa[0];
+ }
+ }
if (wa[0] == 'pa') {
if (['abo', 'ac', 'com', 'edu', 'gob', 'ing', 'med', 'net', 'nom', 'org', 'sld'].includes(wa[1])) {
return wa[2] + "." + wa[1] + "." + wa[0];
diff --git a/addon_firefox/bcma/manifest.json b/addon_firefox/bcma/manifest.json
index 35d88391..9f16c623 100644
--- a/addon_firefox/bcma/manifest.json
+++ b/addon_firefox/bcma/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Block Cloudflare MITM Attack",
"description": "Submit to global surveillance or resist. The choice is yours.",
- "version": "1.0.1811.1",
+ "version": "1.0.1905.1",
"author": "Project BCMA",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": [
@@ -35,8 +35,9 @@
},
"applications": {
"gecko": {
- "id": "24351@trac.torproject.org",
- "strict_min_version": "52.0"
+ "id": "for24351@trac.torproject.org",
+ "strict_min_version": "60.0",
+ "update_url":"https://searxes.eu.org/collab/addon/au.php?for=bcma"
}
}
} \ No newline at end of file