diff options
Diffstat (limited to 'oldrep/subfiles')
-rw-r--r-- | oldrep/subfiles/about.bcma.md | 20 | ||||
-rw-r--r-- | oldrep/subfiles/about.isat.md | 22 | ||||
-rw-r--r-- | oldrep/subfiles/about.ismm.md | 24 | ||||
-rw-r--r-- | oldrep/subfiles/about.urjm.md | 22 | ||||
-rw-r--r-- | oldrep/subfiles/articles.md | 9 | ||||
-rw-r--r-- | oldrep/subfiles/change-firefox-dns.md | 28 | ||||
-rw-r--r-- | oldrep/subfiles/cloudflare-alternatives.md | 34 | ||||
-rw-r--r-- | oldrep/subfiles/more-cloudflare-problems.md | 9 | ||||
-rw-r--r-- | oldrep/subfiles/recaptcha-problem.md | 1 | ||||
-rw-r--r-- | oldrep/subfiles/single-point-of-failure-problem.md | 19 | ||||
-rw-r--r-- | oldrep/subfiles/why-tor-matters.md | 17 |
11 files changed, 205 insertions, 0 deletions
diff --git a/oldrep/subfiles/about.bcma.md b/oldrep/subfiles/about.bcma.md new file mode 100644 index 00000000..19453b09 --- /dev/null +++ b/oldrep/subfiles/about.bcma.md @@ -0,0 +1,20 @@ +### Block Cloudflare MITM Attack + +`Take action against Cloudflare` + + + + +``` + +This add-on will block, notify, or redirect your request if the target website is using Cloudflare. +Submit to global surveillance or resist. The choice is yours. + +This add-on never send any data. +Your cloudflare-domain collection is yours. + +``` + + +Download add-on +- [Firefox ESR / Chromium](https://api.searxes.eu.org/_/addon.php?give&for=bcma)
\ No newline at end of file diff --git a/oldrep/subfiles/about.isat.md b/oldrep/subfiles/about.isat.md new file mode 100644 index 00000000..af4369c7 --- /dev/null +++ b/oldrep/subfiles/about.isat.md @@ -0,0 +1,22 @@ +### Will these links block Tor user? + +`Scan FQDN using Searxes API` + + + + +``` + +You′ve found something on the internet. +Are these links blocking Tor users or not? + +This add-on is using Searxes′ Public API to scan FQDN. + e.g. https://ekzemplo.com/page.html → "ekzemplo.com" + +This add-on never send other information. + +``` + + +Download add-on +- [Firefox ESR / Chromium](https://api.searxes.eu.org/_/addon.php?give&for=isattlink)
\ No newline at end of file diff --git a/oldrep/subfiles/about.ismm.md b/oldrep/subfiles/about.ismm.md new file mode 100644 index 00000000..1b9c7f65 --- /dev/null +++ b/oldrep/subfiles/about.ismm.md @@ -0,0 +1,24 @@ +### Are links vulnerable to MITM attack? + +`Scan FQDN using Searxes API` + + + + +``` + +You′ve found something on the internet. +Are these links or images vulnerable to MITM attack or not? + +This add-on is using Searxes′ Public API to scan FQDN. + e.g. https://ekzemplo.com/page.html → "ekzemplo.com" + +This add-on never send other information. + +``` + +- Information: [About Cloudflare domain list](../instructions.md#about-cloudflare-base-domain-list) + + +Download add-on +- [Firefox ESR / Chromium](https://api.searxes.eu.org/_/addon.php?give&for=ismitmlink)
\ No newline at end of file diff --git a/oldrep/subfiles/about.urjm.md b/oldrep/subfiles/about.urjm.md new file mode 100644 index 00000000..27e49181 --- /dev/null +++ b/oldrep/subfiles/about.urjm.md @@ -0,0 +1,22 @@ +### Which website rejected me? + +`Your website rejected me, but I know I'm going to be okay.` + + + + +``` + +1. Your website reject me. +2. This add-on will log the FQDN, URL, Status code and current time. +3. You can review it from Option menu. +4. Yell at website owner with this proof. (optional) + +This add-on never send any data. +Your domain collection is yours. + +``` + + +Download add-on +- [Firefox ESR / Chromium](https://api.searxes.eu.org/_/addon.php?give&for=ureject)
\ No newline at end of file diff --git a/oldrep/subfiles/articles.md b/oldrep/subfiles/articles.md new file mode 100644 index 00000000..093c785e --- /dev/null +++ b/oldrep/subfiles/articles.md @@ -0,0 +1,9 @@ +[Home](../README_short.md) + +--- + +# CrimeFlarE +***Why you should say "No" to Cloudflare*** + + +## Solutions - Add-ons diff --git a/oldrep/subfiles/change-firefox-dns.md b/oldrep/subfiles/change-firefox-dns.md new file mode 100644 index 00000000..5a01f87a --- /dev/null +++ b/oldrep/subfiles/change-firefox-dns.md @@ -0,0 +1,28 @@ +# CrimeFlarE +***Why you should say "NO" to Cloudflare*** + +## Solutions - Change default DNS provider of firefox + +Mozilla (Firefox) has partnered up with Cloudflare and will resolve the domain names from the application itself via a DNS server from Cloudflare. +Cloudflare will then be able to read everyone’s DNS requests. + +> You can disable it in “about:config" + +- The string value of "`network.trr.uri`" should be empty. +- The string value of "`network.trr.resolvers`" should be set to `[]`. + +> Or in /distribution/policies.json` (Firefox ESR) + +``` +... + "DNSOverHTTPS": { + "Enabled": false, + "ProviderURL": "https://0.0.0.0/" + }, +... +``` + +Some other settings can also contain Cloudflare URLs. It is recommended to search for "`cloudflare`". +GNU Icecat and older Firefox versions(<68) are not affected *yet*. + + diff --git a/oldrep/subfiles/cloudflare-alternatives.md b/oldrep/subfiles/cloudflare-alternatives.md new file mode 100644 index 00000000..bd8a4022 --- /dev/null +++ b/oldrep/subfiles/cloudflare-alternatives.md @@ -0,0 +1,34 @@ +[Home](../README_short.md) + +--- + +# CrimeFlarE +***Why you should say "No" to Cloudflare*** + + +## Self-hosting +Self-hosting often works great, but it requires some effort to setup. It is +more aimed at technical people. + +We might create a guide for some self-hosting basics which don't require +Cloudflare. + + +## Alternatives +| Alternative | Drawback | Price | Link | +| ----------------- | --------------------------------- | ------ | ---- | +| PerimeterX | not gratis | ? | - | +| Github pages | uses Microsoft servers | Free | https://pages.github.com/ (WARNING: Tor/VPN users will get their [account blocked automatically](https://github.com/crimeflare/cloudflare-tor) by Github) | +| Gitlab pages | uses Google servers | Free | https://gitlab.com/pages/ (WARNING: Some area of Gitlab is Cloudflare) | +| Surge.sh | uses custom servers | Free | https://surge.sh/ | + +## Not researched yet +### CDNJS +CDNJS is sponsored by Cloudflare. It might use it in the background. + +## Why X is not included +| X | Reason | +| ------- | ------ | +| Netlify | Uses Amazon AWS which is also a content delivery network. It would be hypocritical to include it. | +| Siteground | Tor-hostile people. | +|jsDelivr | Uses Cloudflare, see their [network page](https://www.jsdelivr.com/network) | diff --git a/oldrep/subfiles/more-cloudflare-problems.md b/oldrep/subfiles/more-cloudflare-problems.md new file mode 100644 index 00000000..d8a553d2 --- /dev/null +++ b/oldrep/subfiles/more-cloudflare-problems.md @@ -0,0 +1,9 @@ +[Home](../README_short.md) + +--- + +# CrimeFlarE +***Why you should say "No" to Cloudflare*** + + +## More Cloudflare problems diff --git a/oldrep/subfiles/recaptcha-problem.md b/oldrep/subfiles/recaptcha-problem.md new file mode 100644 index 00000000..cd03d343 --- /dev/null +++ b/oldrep/subfiles/recaptcha-problem.md @@ -0,0 +1 @@ +/recaptcha-problem.md
\ No newline at end of file diff --git a/oldrep/subfiles/single-point-of-failure-problem.md b/oldrep/subfiles/single-point-of-failure-problem.md new file mode 100644 index 00000000..d6c54823 --- /dev/null +++ b/oldrep/subfiles/single-point-of-failure-problem.md @@ -0,0 +1,19 @@ +[Home](../README_short.md) + +--- + +# CrimeFlarE +***Why you should say "No" to Cloudflare*** + + +## Single point of failure problem +A single point of failure is a point which will stop the entire system from +working if it fails. + +Sites or other things which use Cloudflare go down if Cloudflare goes down. + +### Examples + +### Image collection + +### More things about this problem diff --git a/oldrep/subfiles/why-tor-matters.md b/oldrep/subfiles/why-tor-matters.md new file mode 100644 index 00000000..c2a1daaa --- /dev/null +++ b/oldrep/subfiles/why-tor-matters.md @@ -0,0 +1,17 @@ +[Home](../README_short.md) + +--- + +# CrimeFlarE +***Why you should say "No" to Cloudflare*** + + +## Why Tor matters. +### Your users matter +Every visitor helps. Think about their experience. Cloudflare lets them wait. +Even users who don't use Tor get the "wait several seconds" messages. Users +often leave sites when they have to wait too long. + +## Articles +- [7 thing you should know about Tor - EFF](https://www.eff.org/deeplinks/2014/07/7-things-you-should-know-about-tor) +- [Who uses Tor - Tor Project](https://www.torproject.org/about/torusers.html.en) |