mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-07 18:02:43 +00:00
PR #38
This commit is contained in:
commit
d831fac8a0
12
PEOPLE.md
12
PEOPLE.md
@ -298,6 +298,8 @@ Table of contents
|
||||
|
||||
### Microsoft GitHub
|
||||
|
||||
"[Cloudflare challenge loop (again)](https://github.com/codemanki/cloudscraper/issues/285)" by [elpaxel](https://github.com/elpaxel)
|
||||
|
||||
"[Handle new cloudflare blocking](https://github.com/krues8dr/lazuli/issues/29)" by [krues8dr](https://github.com/krues8dr)
|
||||
|
||||
"[Add cloudflare to blocked services](https://github.com/AdguardTeam/AdGuardHome/pull/1155/commits/d42d475d1b4376055adee3e6181c9a5624af7525)" by [AdguardTeam](https://github.com/AdguardTeam)
|
||||
@ -2128,6 +2130,10 @@ Table of contents
|
||||
> Too many to list here. It is IMPOSSIBLE to list them all! [See for yourself](https://mastodon.social/tags/cloudflare).
|
||||
|
||||
|
||||
"Sorry, i'll never sign a change.org #petition - it's a #privacy-abusing #CloudFlare site. Use openpetition.org for petitions important enough for everyone to access." by @[resist1984](https://social.privacytools.io/@resist1984/103204933856595091)
|
||||
|
||||
"Tails is still useful but devs are not trustworthy." by @[bojkotiMalbona](https://infosec.exchange/@bojkotiMalbona/103188285582213699)
|
||||
|
||||
"Can you trust CloudFlare with your personal data?" by @[Edent](https://mastodon.social/@Edent/103175943251084170)
|
||||
|
||||
"wenn sich der Tagesspiegel nicht hinter #cloudflare verstecken würde, würde ich ihn wahrscheinlich auch lesen" by @[kromonos](https://metalhead.club/@kromonos/103136278965173255)
|
||||
@ -2156,6 +2162,12 @@ Table of contents
|
||||
|
||||
"GitLab sits behind Cloudflare and is hosted by Google – while Codeberg runs on Codeberg hardware and has no MITM. Much valued, especially for privacy reasons. Want more reasons against Cloudflare?" by @[IzzyOnDroid](https://mastodon.technology/@IzzyOnDroid/102662955566633818)
|
||||
|
||||
"Cloudflare is a great big "man in the middle" ifyouknowwhatimean" by @[shitposter](https://shitposter.club/notice/35788)
|
||||
|
||||
"OH GOD THAT'S CLOUDFLARE" by @[shitposter](https://shitposter.club/notice/1026961)
|
||||
|
||||
"Security: every site that uses it, Cloudflare is a proxy that intercepts all the traffic. It can therefore correlate individual user traffic across every site that uses/embeds cloudflare site/resources. Single point of security failure, from a global surveillance point of view. Usability: If you're a Tor user, it makes a huge part of the Internet unbearable because it constantly injects captchas to view sites every couple minutes, to "block abuse"." by @[shitposter](https://shitposter.club/notice/389221)
|
||||
|
||||
"Ha, and the instance which you use, serves images through Cloudflare, so I can't see your profile picture." by @[rmw](https://welovela.in/rmw)
|
||||
|
||||
"Now, whenever that pops up, I just close the tab – and ask someone else to update. I've got no time to play memory puzzles. Got more important stuff to do." by @[IzzyOnDroid](https://mastodon.technology/@IzzyOnDroid/102667841048225494)
|
||||
|
@ -36,10 +36,14 @@ Information about cache
|
||||
|
||||
* clicked
|
||||
|
||||
{
|
||||
Infected: XX (YY%)
|
||||
Not infected: XX (YY%)
|
||||
Total: XXX
|
||||
|
||||
[ Clear my statistics ]
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
62
tool/cloudflare.onemorestep.template.html
Normal file
62
tool/cloudflare.onemorestep.template.html
Normal file
File diff suppressed because one or more lines are too long
6
tool/cloudflare_one_more_step.php
Normal file
6
tool/cloudflare_one_more_step.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (I_Love_Cloudflare() || I_Come_From_Cloudflare()) {
|
||||
echo(file_get_contents('cloudflare.onemorestep.template.html'));
|
||||
die;
|
||||
}
|
@ -87,6 +87,7 @@ If Cloudflare leak your information or won't let you to connect to our servers,
|
||||
| **[Bloku Cloudflaron MITM-Atakon](addon/about.bcma.md)** | Searxes | [Link](https://searxes.eu.org/) | **Yes** | **Yes** |
|
||||
| **[Ĉu ligoj estas vundeblaj al MITM-atako?](addon/about.ismm.md)** | Searxes | [Link](https://searxes.eu.org/) | No | **Yes** |
|
||||
| [Block Cloudflare MITM Attack](https://trac.torproject.org/projects/tor/attachment/ticket/24351/block_cloudflare_mitm_attack-1.0.14.1-an%2Bfx.xpi) | nullius | [Link](https://github.com/nym-zone/block_cloudflare_mitm_fx) | **Yes** | **Yes** |
|
||||
| [TPRB](https://sw.skusklxqaqnrmszytky4vfyrg625erw4hqhiokyc2ufnokd2aitb47yd.onion/) | Sw | [Link](https://sw.skusklxqaqnrmszytky4vfyrg625erw4hqhiokyc2ufnokd2aitb47yd.onion/) | **Yes** | **Yes** |
|
||||
| [Detect Cloudflare](https://addons.mozilla.org/en-US/firefox/addon/detect-cloudflare/) | Frank Otto | [Link](https://github.com/traktofon/cf-detect) | No | **Yes** |
|
||||
| [Cloud Firewall](https://addons.mozilla.org/en-US/firefox/addon/cloud-firewall/) | Gokulakrishna Sudharsan | [Link](https://web.archive.org/web/https://gitlab.com/gkrishnaks/cloud-firewall/) | **Yes** | No |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user