mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-12-22 15:40:32 +00:00
Compare commits
9 Commits
ec0ed8e76f
...
e2b7002023
Author | SHA1 | Date | |
---|---|---|---|
|
e2b7002023 | ||
|
d9881597ec | ||
|
697fcbfaa4 | ||
|
318c88a2e2 | ||
|
21c7316915 | ||
|
2664352b0c | ||
|
874e851da9 | ||
|
31215deba3 | ||
|
0d1e0d8992 |
14
ACTION.md
14
ACTION.md
@ -46,12 +46,12 @@ You have a problem? [Raise your voice now](https://github.com/maraoz/maraoz.gith
|
||||
|
||||
```
|
||||
You are just helping corporate censorship and mass surveillance.
|
||||
https://git.fuwafuwa.moe/you/stop_cloudflare/src/branch/master/README.md
|
||||
https://codeberg.org/crimeflare/cloudflare-tor/src/branch/master/README.md
|
||||
```
|
||||
|
||||
```
|
||||
Your web page is in the privacy-abusing private walled-garden of CloudFlare.
|
||||
See https://git.fuwafuwa.moe/you/stop_cloudflare/
|
||||
See https://codeberg.org/crimeflare/cloudflare-tor/
|
||||
```
|
||||
|
||||
- Take some time to read website's privacy policy.
|
||||
@ -64,7 +64,7 @@ An _acceptable_ privacy policy example is [here](https://archive.is/bDlTz) (look
|
||||
```
|
||||
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://git.fuwafuwa.moe/you/stop_cloudflare/
|
||||
See https://codeberg.org/crimeflare/cloudflare-tor/
|
||||
```
|
||||
|
||||
For example, [Liberland Jobs](https://archive.is/daKIr) [privacy policy](https://docsend.com/view/feiwyte) says:
|
||||
@ -150,7 +150,7 @@ If Cloudflare leak your information or won't let you to connect to our servers,
|
||||
| ![](image/htmlalertcloudflare.jpg) | ![](image/htmlalertcloudflare2.jpg) |
|
||||
|
||||
- Want more customers? You know what to do. Hint is "_above line_".
|
||||
- Hello, you wrote "[We take your privacy seriously](https://it.slashdot.org/story/19/02/19/0033255/stop-saying-we-take-your-privacy-and-security-seriously)" but I got "_Error 403 Forbidden Anonymous Proxy Not Allowed_". Why are you blocking Tor? Or VPN? And why are you blocking [temporary emails](http://hkgz2s5srq7msfls4rfioo7pnhmxh6s25drkrl5u2c4uqea7yb6abtqd.onion/mail/)?
|
||||
- Hello, you wrote "[We take your privacy seriously](https://it.slashdot.org/story/19/02/19/0033255/stop-saying-we-take-your-privacy-and-security-seriously)" but I got "_Error 403 Forbidden Anonymous Proxy Not Allowed_". Why are you blocking Tor? Or VPN? And why are you blocking [temporary emails](http://nomdjgwjvyvlvmkolbyp3rocn2ld7fnlidlt2jjyotn3qqsvzs2gmuyd.onion/mail/)?
|
||||
|
||||
![](image/anonexist.jpg)
|
||||
|
||||
@ -254,7 +254,7 @@ header('HTTP/1.1 406 Not Acceptable');
|
||||
echo <<<CLOUDFLARED
|
||||
Thank you for visiting ourwebsite.com!<br />
|
||||
We are sorry, but we can't serve you because your connection is being intercepted by Cloudflare.<br />
|
||||
Please read https://git.fuwafuwa.moe/you/stop_cloudflare for more information.<br />
|
||||
Please read https://codeberg.org/crimeflare/cloudflare-tor for more information.<br />
|
||||
CLOUDFLARED;
|
||||
die();
|
||||
```
|
||||
@ -400,9 +400,9 @@ Therefore we recommend above table only. _Nothing else_.
|
||||
|
||||
- Tell others around you about the dangers of Cloudflare.
|
||||
|
||||
- Help improve [this repository](https://git.fuwafuwa.moe/you/stop_cloudflare), both the lists, the arguments against it and the details.
|
||||
- Help improve [this repository](https://codeberg.org/crimeflare/cloudflare-tor), both the lists, the arguments against it and the details.
|
||||
|
||||
- Document and make very public where things go wrong with Cloudflare (and similar companies), making sure to mention [this repository](https://git.fuwafuwa.moe/you/stop_cloudflare) when you do so ;)
|
||||
- Document and make very public where things go wrong with Cloudflare (and similar companies), making sure to mention [this repository](https://codeberg.org/crimeflare/cloudflare-tor) when you do so ;)
|
||||
|
||||
- Get more people [using Tor](https://www.torproject.org) by default so they can experience the web from the perspective of different parts of the world.
|
||||
|
||||
|
@ -236,17 +236,18 @@ Your contribution will be pushed to git automatically within a week.
|
||||
</summary>
|
||||
|
||||
|
||||
This procedure will give you a stop_cloudflare fork with a privacy-respecting configuration to do pushes with SSH over Tor using `git.fuwafuwa.moe`.
|
||||
This procedure will give you a stop_cloudflare fork with a privacy-respecting configuration to do pushes with SSH over Tor using `codeberg.org`.
|
||||
Below procedure is designed for _Linux_.
|
||||
The first step covers Windows too, but these instructions probably
|
||||
need more adaptations for Windows and other platforms.
|
||||
|
||||
**WARNING: Codeberg is blocking some non-temporary email providers**
|
||||
|
||||
- Linux: `aptitude install git tor ssh`
|
||||
- Windows: Download `PortableGit` from [Github](https://github.com/git-for-windows/) & run `git-bash.exe`
|
||||
|
||||
1. Install Git, SSH(Not Windows), and Tor (if you haven't already)
|
||||
1. Create a `git.fuwafuwa.moe` account (username "snowden" will be used for this example)
|
||||
1. Create a `codeberg.org` account (username "snowden" will be used for this example)
|
||||
1. Create an SSH key pair `$ ssh-keygen -t rsa -N '' -C 'snowden at git' -f "$HOME"/.ssh/id_rsa_mrsnowden`
|
||||
1. Edit `$HOME/.ssh/config`:
|
||||
```
|
||||
@ -260,7 +261,7 @@ need more adaptations for Windows and other platforms.
|
||||
|
||||
1. copy `"$HOME"/.ssh/id_rsa_mrsnowden.pub` to clipboard
|
||||
1. git.fuwafuwa.moe > settings > SSH/GPG Keys > add key (paste from clipboard)
|
||||
1. $ `firefox https://git.fuwafuwa.moe/you/stop_cloudflare`
|
||||
1. $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
|
||||
1. fork it (top right corner)
|
||||
1. go to the directory you want the project to be rooted in (hereafter we'll call it `$project_root`).
|
||||
1. anonymously download your fork: $ `git clone git@mrsnowden:you/stop_cloudflare.git`
|
||||
@ -273,7 +274,7 @@ need more adaptations for Windows and other platforms.
|
||||
url = git@mrsnowden:snowden/stop_cloudflare.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[remote "upstream"]
|
||||
url = git@mrsnowden:you/stop_cloudflare.git
|
||||
url = git@mrsnowden:crimeflare/cloudflare-tor.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
@ -286,7 +287,7 @@ need more adaptations for Windows and other platforms.
|
||||
1. if yes: `$ git add . -u`
|
||||
1. $ `git commit -m 'description of first change'`
|
||||
1. $ `git push origin master`
|
||||
1. $ `firefox https://git.fuwafuwa.moe/you/stop_cloudflare`
|
||||
1. $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
|
||||
1. make a new pull request
|
||||
|
||||
|
||||
@ -355,11 +356,8 @@ If `the owner` moved away from `cloudflare` **completely**, you are welcome to a
|
||||
3. Click `test` for detailed scan.
|
||||
|
||||
4. If you got `--- Finish ---`, the domain _might_ stopped using Cloudflare.
|
||||
|
||||
We'll _investigate_ and remove it _if_ it is true.<br>
|
||||
You may prioritize your review request by contacting us if you are in a hurry.
|
||||
|
||||
5. [Optional] Wait some days and scan again to see whether the domain is removed.
|
||||
- The domain will be automatically removed.
|
||||
- If the domain starts using Cloudflare again, it will be added again.
|
||||
|
||||
|
||||
`Only a few Cloudflare user leave Cloudflare. False positive is uncommon.`
|
||||
|
@ -13,7 +13,8 @@
|
||||
|
||||
Kontribuantoj, kiuj anonime kontribuis (inkluzive en [CryptoParty](https://cryptoparty.at/cryptoparty_wien_53)), venis antaŭen por doni al ĉi tiu projekto sian benon.
|
||||
|
||||
CC0-permesilo permesas uzi tiujn dosierojn por iu ajn uzo, eĉ en manieroj, kiujn ni povus trovi malagrablaj aŭ kontestindaj. Vi ankaŭ povas enspezi monon el nia laboro kaj vi ne postulas doni krediton al ni.
|
||||
CC0-permesilo permesas uzi tiujn dosierojn por iu ajn uzo, eĉ en manieroj, kiujn ni povus trovi malagrablaj aŭ kontestindaj. Vi ankaŭ povas enspezi monon el nia
|
||||
CC0-laboro kaj vi ne postulas doni krediton al ni.
|
||||
|
||||
|
||||
-----
|
||||
@ -30,4 +31,5 @@ CC0-permesilo permesas uzi tiujn dosierojn por iu ajn uzo, eĉ en manieroj, kiuj
|
||||
|
||||
Contributors who have anonymously contributed (including in [CryptoParty](https://cryptoparty.at/cryptoparty_wien_53)) have since come forward to give this project their blessing.
|
||||
|
||||
CC0 license allow you to use those files for any purpose, even in ways we may find distasteful or objectionable. You can also make money off our work and you are not required to give credit to us.
|
||||
CC0 license allow you to use those files for any purpose, even in ways we may find distasteful or objectionable. You can also make money off our
|
||||
CC0 work and you are not required to give credit to us.
|
||||
|
@ -26,7 +26,7 @@ Man-in-the-middle attack is a serious offense.
|
||||
If you′re using Cloudflare on your website, you won′t get first rank.
|
||||
You shouldn′t use it if you value visitor′s privacy.
|
||||
```
|
||||
-- [Searxes](https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/)
|
||||
-- [Ss](https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/)
|
||||
|
||||
|
||||
```
|
||||
@ -55,7 +55,7 @@ Correcting the wrongs of CloudFlare entails some unfair discrimination against c
|
||||
## News
|
||||
</summary>
|
||||
|
||||
- [Unrevokable SSL Certificates - Isn’t this sounding pretty corrupt? Yes.](https://worldofmatthew.com/post/cloudflare-ssl/)
|
||||
|
||||
- [Major internet outage: Dozens of websites and apps were down](https://edition.cnn.com/2020/08/30/tech/internet-outage-cloudflare/index.html)
|
||||
- [Произошел сбой работы интернет сервисов по всему миру](https://www.securitylab.ru/news/511577.php)
|
||||
- [Cloudflare suffered data leak; exposing 3 million IP addresses: Ukraine](https://www.hackread.com/cloudflare-data-leak-expose-ip-addresses-ukraine/)
|
||||
@ -97,6 +97,8 @@ Correcting the wrongs of CloudFlare entails some unfair discrimination against c
|
||||
|
||||
(Just don't add Medium.com articles. It's Cloudflared. Whether the content is good or not doesn't matter.)
|
||||
|
||||
|
||||
- [Unrevokable SSL Certificates - Isn’t this sounding pretty corrupt? Yes.](https://worldofmatthew.com/post/cloudflare-ssl/)
|
||||
- [New CDN for media files](https://masto.host/new-cdn-for-media-files/)
|
||||
- [Personal post: I left Cloudflare](https://www.ethanyoo.com/cloudflare/)
|
||||
- [Crimeflare (Fuck Cloudflare) / bandcamp / music](https://polarisfm.bandcamp.com/releases)
|
||||
@ -332,10 +334,11 @@ Correcting the wrongs of CloudFlare entails some unfair discrimination against c
|
||||
<details>
|
||||
<summary>_click me_
|
||||
|
||||
## Microsoft GitHub / GitLab / Gitea
|
||||
## Microsoft GitHub / Gitea / GitLab
|
||||
</summary>
|
||||
|
||||
|
||||
- [CloudFlare](https://git.disroot.org/cyberMonk/liberethos_paradigm/src/branch/master/rap_sheets/cloudflare.md)
|
||||
- [problem with cloudfare protect](https://github.com/HDoujinDownloader/HDoujin-Downloader/issues/5)
|
||||
- [Htmlunit Cloudflare](https://github.com/HtmlUnit/htmlunit/issues/249)
|
||||
- [Stop using CDNs](https://github.com/sio2project/oioioi/issues/44)
|
||||
|
@ -343,7 +343,7 @@
|
||||
| David Jewell | Customer Development | https://uk.linkedin.com/in/david-jewell-77701a59 |
|
||||
| David Kephart | Employee | |
|
||||
| David Kitchen | Systems Engineer | david.kitchen@gmail.com<br>+44.7740949212<br>https://david.kitchen/<br>https://twitter.com/buro91 |
|
||||
| David Lallement | Account Executive | |
|
||||
| David Lallement | Account Executive | https://uk.linkedin.com/in/davidlallement |
|
||||
| David Layson | Customer Success | |
|
||||
| David Li | Sales Operations and Strategy | |
|
||||
| David Ngo | Trust & Safety Engineer | |
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user