From 46f64a78f4f843a703ac6aefb79a6ab5a07a653d Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:11:49 +0000 Subject: Update 'what-to-do.md' --- what-to-do.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/what-to-do.md b/what-to-do.md index 7e66f3ab..f0276486 100644 --- a/what-to-do.md +++ b/what-to-do.md @@ -48,6 +48,16 @@ - Always recommend [Tor Browser](https://www.torproject.org/) for desktop and [Tor Browser for Android](https://play.google.com/store/apps/details?id=org.torproject.torbrowser_alpha)~~, [Orfox](https://guardianproject.info/apps/orfox/)~~ for smartphone. Other software's privacy is imperfect. This doesn't mean Tor browser is "perfect". There is no 100% secure nor 100% private on the internet and technology. +- Don't want to use "Tor"? You can use Tor Browser without Tor, and this is the best option for you. + +> How? +> 1. Download latest Tor Browser and launch it. +> 2. Open Add-ons Manager (about:addons) and disable EVERYTHING but "Torbutton". Do NOT remove them. +> 3. Open about:config and search "extensions.torbutton.use_nontor_proxy". Set it to "false". +> 4. Go to Options, scroll down to "Network Proxy". Click "Settings" and select "No proxy". + +Other guide: https://www.whonix.org/wiki/Tor_Browser_without_Tor#Disabling_Tor + Let's talk about _other software's privacy_... @@ -64,6 +74,8 @@ Let's talk about _other software's privacy_... - Brave Browser [whitelist Facebook/Twitter trackers](https://www.bleepingcomputer.com/news/security/facebook-twitter-trackers-whitelisted-by-brave-browser/). +- Microsoft Edge lets Facebook [run Flash code behind users' backs](https://www.zdnet.com/article/microsoft-edge-lets-facebook-run-flash-code-behind-users-backs/). + ###### "Mozilla Firefox" user @@ -72,7 +84,7 @@ Let's talk about _other software's privacy_... - It is possible to prohibit Firefox to connect to Mozilla servers. Create a file "/distribution/policies.json". Mozilla's [policy-templates guide](https://github.com/mozilla/policy-templates/blob/master/README.md). -> { + > "policies": { > "WebsiteFilter": { > "Block": [ @@ -84,8 +96,7 @@ Let's talk about _other software's privacy_... > "*://*.cloudflare.com/*" > ] > }, -> ... -> } + - ~~Report a bug on mozilla's tracker, telling them not to use Cloudflare/TRR.~~ There was a bug report on bugzilla. Many people were posted their concern, however the bug was hidden by the admin last year. -- cgit v1.2.3 From 710ee6b439a483871a9205e209846358f2acece3 Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:14:33 +0000 Subject: Update 'what-to-do.md' --- what-to-do.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/what-to-do.md b/what-to-do.md index f0276486..af2b2da3 100644 --- a/what-to-do.md +++ b/what-to-do.md @@ -50,13 +50,13 @@ - Don't want to use "Tor"? You can use Tor Browser without Tor, and this is the best option for you. -> How? -> 1. Download latest Tor Browser and launch it. -> 2. Open Add-ons Manager (about:addons) and disable EVERYTHING but "Torbutton". Do NOT remove them. -> 3. Open about:config and search "extensions.torbutton.use_nontor_proxy". Set it to "false". -> 4. Go to Options, scroll down to "Network Proxy". Click "Settings" and select "No proxy". - -Other guide: https://www.whonix.org/wiki/Tor_Browser_without_Tor#Disabling_Tor +> **How?** +> 1. Download [Tor Browser](https://www.torproject.org/) and launch it. +> 2. Open Add-ons Manager (about:addons) and *disable* EVERYTHING but "*Torbutton*". **Do NOT *remove* them**. +> 3. Open about:config and search "*extensions.torbutton.usenontorproxy*". Set it to "*false*". +> 4. Go to Options, scroll down to "*Network Proxy*". Click "*Settings*" and select "*No proxy*". +> +> Other guide: https://www.whonix.org/wiki/Tor_Browser_without_Tor#Disabling_Tor Let's talk about _other software's privacy_... -- cgit v1.2.3 From 937ec84400cfebd0dfa37abe319b227432a67ccb Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:19:35 +0000 Subject: Update 'what-to-do.md' --- what-to-do.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/what-to-do.md b/what-to-do.md index af2b2da3..06d27652 100644 --- a/what-to-do.md +++ b/what-to-do.md @@ -1,4 +1,4 @@ -##### What you can do to resist Cloudflare? +#### What you can do to resist Cloudflare? @@ -53,10 +53,11 @@ > **How?** > 1. Download [Tor Browser](https://www.torproject.org/) and launch it. > 2. Open Add-ons Manager (about:addons) and *disable* EVERYTHING but "*Torbutton*". **Do NOT *remove* them**. -> 3. Open about:config and search "*extensions.torbutton.usenontorproxy*". Set it to "*false*". +> 3. Open about:config and search "*extensions.torbutton.use_nontor_proxy*". Set it to "*false*". > 4. Go to Options, scroll down to "*Network Proxy*". Click "*Settings*" and select "*No proxy*". +> 5. Close Tor Browser. > -> Other guide: https://www.whonix.org/wiki/Tor_Browser_without_Tor#Disabling_Tor +> Other guide is [here](https://www.whonix.org/wiki/Tor_Browser_without_Tor#Disabling_Tor). Let's talk about _other software's privacy_... @@ -82,10 +83,8 @@ Let's talk about _other software's privacy_... - Don't use Firefox Nightly. It will send debug-level information to Mozilla servers without opt-out method. Mozilla servers are [behing Cloudflare](https://www.digwebinterface.com/?hostnames=www.mozilla.org%0D%0Amozilla.cloudflare-dns.com&type=&ns=resolver&useresolver=8.8.4.4&nameservers=). -- It is possible to prohibit Firefox to connect to Mozilla servers. Create a file "/distribution/policies.json". Mozilla's [policy-templates guide](https://github.com/mozilla/policy-templates/blob/master/README.md). +- It is possible to prohibit Firefox to connect to Mozilla servers. Create a file "/distribution/policies.json". Mozilla's [policy-templates guide](https://github.com/mozilla/policy-templates/blob/master/README.md). Keep in mind this trick might stop working in later version because Mozilla likes to whitelist themselves. Use firewall and DNS filter to block them completely. - -> "policies": { > "WebsiteFilter": { > "Block": [ > "*://*.mozilla.com/*", -- cgit v1.2.3 From 20695bac69685141d5f2fadeb03599c50cc21ab7 Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:26:41 +0000 Subject: Upload files to 'image' --- image/matthew_prince.jpg | Bin 0 -> 133283 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 image/matthew_prince.jpg diff --git a/image/matthew_prince.jpg b/image/matthew_prince.jpg new file mode 100644 index 00000000..5bd8e3c2 Binary files /dev/null and b/image/matthew_prince.jpg differ -- cgit v1.2.3 From d79445cdd7d7ab3c508ee0c7d45499ba67ae3aa2 Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:30:45 +0000 Subject: Update 'what-to-do.md' --- what-to-do.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/what-to-do.md b/what-to-do.md index 06d27652..7a0cb3d5 100644 --- a/what-to-do.md +++ b/what-to-do.md @@ -1,14 +1,28 @@ #### What you can do to resist Cloudflare? +![](image/matthew_prince.jpg) + ###### Website consumer -- If the website you like is using Cloudflare, tell them not to use Cloudflare. +- If the website you like is using Cloudflare, tell them not to use Cloudflare. Example below. -> You are just helping corporate censorship and mass surveillance. -> -> https://trac.torproject.org/projects/tor/ticket/24351 +``` +You are just helping corporate censorship and mass surveillance. +https://trac.torproject.org/projects/tor/ticket/24351 +``` + +``` +Your web page is in the privacy-abusing private walled-garden of CloudFlare. +See https://github.com/privacytoolsIO/privacytools.io/issues/374#issuecomment-460077544 +``` + +``` +I've read your privacy policy and I cannot find the word "Cloudflare". +I refuse to share data with you if you continue to feed my data to Cloudflare. +See https://notabug.org/themusicgod1/cloudflare-tor/README.md +``` - Try not to use their service. Remember you are being watched by Cloudflare. -- cgit v1.2.3 From d866d326ff8e5382d8a43fbc5354b9cc03c0dfbf Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:40:06 +0000 Subject: Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ab1486e..3c02ec43 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ "The Great Cloudwall" is [CloudFlare](https://www.cloudflare.com/), the world's largest MITM proxy([reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy)). -![We are reverse proxy, said Cloudflare](image/cloudflaredearuser.png) +![](image/cloudflaredearuser.png) It is called this in reference to the [Great Firewall of China](https://www.comparitech.com/privacy-security-tools/blockedinchina/) which does a comparable job of filtering out *some* people from seeing web content(ie everyone in mainland china and some people outside) while at the same time those not affected to see a dratically different web, a web free of censorship of such images as ["tank man"](https://en.wikipedia.org/wiki/Tank_Man). -![One more step to prove you are not a robot or anonymous](image/onemorestep.jpg) +![](image/onemorestep.jpg) -Cloudflare similarly prevents those in southeast asia and elsewhere who have poor internet connectivity from accessing the websites behind it(for example, they could be behind 7+ layers of NAT) unless they solve multiple image CAPTCHAs. Cloudflare also has a massive harassment problem. [Tor users](https://www.torproject.org/) and VPN users are a victim. +Cloudflare similarly prevents those in southeast asia and elsewhere who have poor internet connectivity from accessing the websites behind it(for example, they could be behind 7+ layers of NAT) unless they solve multiple image CAPTCHAs. Cloudflare also has a massive [harassment problem](https://web.archive.org/web/20171024040313/http://www.businessinsider.com/cloudflare-ceo-suggests-people-who-report-online-abuse-use-fake-names-2017-5). [Tor users](https://www.torproject.org/) and [VPN users](https://airvpn.org/topic/23090-cloudflare-often-bans-my-ip-address/) are a victim. -![example: Cloudflare ban VPN](image/banvpn.jpg) +![](image/banvpn.jpg) This repository is a list of websites that are behind The Great Cloudwall, and also actively blocking Tor users. -- cgit v1.2.3 From 17003d97e284a553a89c71bd3e82988b0b0b9eec Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:53:15 +0000 Subject: Update 'what-to-do.md' --- what-to-do.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/what-to-do.md b/what-to-do.md index 7a0cb3d5..13fda241 100644 --- a/what-to-do.md +++ b/what-to-do.md @@ -21,7 +21,7 @@ See https://github.com/privacytoolsIO/privacytools.io/issues/374#issuecomment-46 ``` I've read your privacy policy and I cannot find the word "Cloudflare". I refuse to share data with you if you continue to feed my data to Cloudflare. -See https://notabug.org/themusicgod1/cloudflare-tor/README.md +See https://notabug.org/themusicgod1/cloudflare-tor/src/master/README.md ``` - Try not to use their service. Remember you are being watched by Cloudflare. -- cgit v1.2.3 From 863401bd36484eef08515093a746b2b560755a1b Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:55:59 +0000 Subject: Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c02ec43..a62f8786 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ Cloudflare similarly prevents those in southeast asia and elsewhere who have poo This repository is a list of websites that are behind The Great Cloudwall, and also actively blocking Tor users. -* [Domains using Cloudflare](splits/) -* [Non-Cloudflare but filtering/blocking tor users](https://notabug.org/themusicgod1/non-cloudflare-tor-hostile) +* List: [Domains using Cloudflare](splits/) +* List: [Non-Cloudflare but filtering/blocking tor users](https://notabug.org/themusicgod1/non-cloudflare-tor-hostile) +* Info: [Block Global Active Adversary Cloudflare](https://trac.torproject.org/projects/tor/ticket/24351) +* Info: [Problem with CloudFlare](https://github.com/privacytoolsIO/privacytools.io/issues/374#issuecomment-460077544) There are more details of why what they are doing is wrong available [here](cloudflare-philosophy.md). Also see [Frequently Asked Questions](faq.md). -- cgit v1.2.3 From 860772597c759a627bb2156811c339d61b4cd088 Mon Sep 17 00:00:00 2001 From: Swanson Date: Thu, 21 Feb 2019 01:57:08 +0000 Subject: Update 'what-to-do.md' --- what-to-do.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/what-to-do.md b/what-to-do.md index 13fda241..828df01e 100644 --- a/what-to-do.md +++ b/what-to-do.md @@ -1,9 +1,10 @@ -#### What you can do to resist Cloudflare? +# What you can do to resist Cloudflare? ![](image/matthew_prince.jpg) + ###### Website consumer - If the website you like is using Cloudflare, tell them not to use Cloudflare. Example below. -- cgit v1.2.3