summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmolith <amolith@nixnet.xyz>2019-07-11 22:59:13 -0400
committerAmolith <amolith@nixnet.xyz>2019-07-11 22:59:13 -0400
commit96429d5bb165815d1041e8bdfca546b439581f84 (patch)
treec0f5d2cd1685d26fd76d58c3aa94d55eab731b2c
parentf9dcd2dcab495e4d9c8a559d884f5a61abd0e6d4 (diff)
downloadcloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar.gz
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar.lz
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar.xz
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.zip
update links
-rw-r--r--LICENSE.md2
-rw-r--r--README.md2
-rw-r--r--addon_chrome/bcma/manifest.json2
-rw-r--r--addon_chrome/bcma/mydata.html2
-rw-r--r--addon_chrome/ismitmlink/manifest.json2
-rw-r--r--addon_chrome/whyrejectme/manifest.json2
-rw-r--r--addon_firefox/bcma/mydata.html2
-rw-r--r--addon_firefox/ismitmlink/manifest.json2
-rw-r--r--article.txt4
-rw-r--r--globalist/README.md2
-rw-r--r--instructions_git.md4
-rw-r--r--what-to-do.md8
12 files changed, 17 insertions, 17 deletions
diff --git a/LICENSE.md b/LICENSE.md
index b7f5a76c..cf902b32 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -2,7 +2,7 @@
* addon_firefox/* -- MIT License
* addon_chrome/* -- MIT License
-* globalist (Globalist) -- [GNU GPLv3](https://notabug.org/themusicgod1/cloudflare-tor/src/master/globalist/LICENSE)
+* globalist (Globalist) -- [GNU GPLv3](https://codeberg.org/crimeflare/cloudflare-tor/src/master/globalist/LICENSE)
* pdf/* -- Unknown (you can find a copy everywhere. Thanks to authors)
* Else -- [PUBLIC DOMAIN (CC0)](https://web.archive.org/web/https://creativecommons.org/share-your-work/public-domain/cc0/)
diff --git a/README.md b/README.md
index f3d9e115..792af07f 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ You might already know about the [PRISM](https://en.wikipedia.org/wiki/PRISM_(su
This repository is a list of websites that are behind "The Great Cloudwall", and also actively blocking Tor users.
-Data - mirrors: [NixNet](https://git.nixnet.xyz/Username/cloudflare-tor), [notabug](https://notabug.org/crimeflare/cloudflare-tor)
+Data - mirrors: [NixNet](https://git.nixnet.xyz/Username/cloudflare-tor), [notabug](https://codeberg.org/crimeflare/cloudflare-tor)
* [Cloudflare Users](cloudflare_users/)
* [Cloudflare Inc.](cloudflare_inc/)
* [Domains: Non-Cloudflare but filtering/blocking Tor users](not_cloudflare/)
diff --git a/addon_chrome/bcma/manifest.json b/addon_chrome/bcma/manifest.json
index 7fafea98..ea4f02f1 100644
--- a/addon_chrome/bcma/manifest.json
+++ b/addon_chrome/bcma/manifest.json
@@ -5,7 +5,7 @@
"version": "1.0.1905.1",
"minimum_chrome_version": "60",
"author": "Project BCMA",
- "homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor",
+ "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"incognito": "split",
"permissions": [
"<all_urls>",
diff --git a/addon_chrome/bcma/mydata.html b/addon_chrome/bcma/mydata.html
index 1894e2b5..b72fc48e 100644
--- a/addon_chrome/bcma/mydata.html
+++ b/addon_chrome/bcma/mydata.html
@@ -17,7 +17,7 @@
<label><input type="radio" id="ta3" name="ta" value="3"> Notify only</label><br>
<br>
<b>&#9997; Your Cloudflare Domain collection</b> <small>(Last 500)</small><br>
- <small>(please share with <a href="https://notabug.org/themusicgod1/cloudflare-tor/" target="_blank">cloudflare-tor@notabug</a>)</small><br>
+ <small>(please share with <a href="https://codeberg.org/crimeflare/cloudflare-tor/" target="_blank">cloudflare-tor@notabug</a>)</small><br>
<textarea cols="50" rows="12" id="t" wrap="off" spellcheck="false" placeholder="Cloudflare domains"></textarea>
<br>
<button type="button" id="exp">[ &#8659; Export ]</button>
diff --git a/addon_chrome/ismitmlink/manifest.json b/addon_chrome/ismitmlink/manifest.json
index 42de8166..3ae164a0 100644
--- a/addon_chrome/ismitmlink/manifest.json
+++ b/addon_chrome/ismitmlink/manifest.json
@@ -3,7 +3,7 @@
"name": "Are links vulnerable to MITM attack?",
"version": "1.0.8",
"minimum_chrome_version": "60",
- "homepage_url": "https://notabug.org/crimeflare/cloudflare-tor",
+ "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"author": "Maslin Bossé",
"incognito": "split",
"permissions": [
diff --git a/addon_chrome/whyrejectme/manifest.json b/addon_chrome/whyrejectme/manifest.json
index 8623d702..bc9b227c 100644
--- a/addon_chrome/whyrejectme/manifest.json
+++ b/addon_chrome/whyrejectme/manifest.json
@@ -3,7 +3,7 @@
"name": "Which website rejected me?",
"version": "1.0.2",
"minimum_chrome_version": "60",
- "homepage_url": "https://notabug.org/crimeflare/cloudflare-tor",
+ "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"author": "Daniel J. Schreiber",
"incognito": "split",
"permissions": [
diff --git a/addon_firefox/bcma/mydata.html b/addon_firefox/bcma/mydata.html
index 060db731..7b91efb0 100644
--- a/addon_firefox/bcma/mydata.html
+++ b/addon_firefox/bcma/mydata.html
@@ -13,7 +13,7 @@
<label><input type="radio" id="ta3" name="ta" value="3"> Notify only</label><br>
<br>
<b>&#9997; Your Cloudflare Domain collection</b> <small>(Last 500)</small><br>
- <small>(please share with <a href="https://notabug.org/crimeflare/cloudflare-tor/" target="_blank">cloudflare-tor@crimeflare</a>)</small><br>
+ <small>(please share with <a href="https://codeberg.org/crimeflare/cloudflare-tor/" target="_blank">cloudflare-tor@crimeflare</a>)</small><br>
<textarea cols="50" rows="12" id="t" wrap="off" spellcheck="false" placeholder="Cloudflare domains"></textarea>
<br>
<button type="button" id="exp">[ &#8659; Export ]</button>
diff --git a/addon_firefox/ismitmlink/manifest.json b/addon_firefox/ismitmlink/manifest.json
index c45d4b10..b0553659 100644
--- a/addon_firefox/ismitmlink/manifest.json
+++ b/addon_firefox/ismitmlink/manifest.json
@@ -3,7 +3,7 @@
"name": "Are links vulnerable to MITM attack?",
"description": "Scan FQDN using Searxes' API",
"version": "1.0.8",
- "homepage_url": "https://notabug.org/crimeflare/cloudflare-tor",
+ "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"author": "Maslin Bossé",
"permissions": [
"storage",
diff --git a/article.txt b/article.txt
index 72575387..3412b742 100644
--- a/article.txt
+++ b/article.txt
@@ -298,11 +298,11 @@ References
[33] nullius. Block Global Active Adversary Cloudflare. https://trac.torproject.org/projects/tor/ticket/24351#comment:52
[34] nullius. Block Global Active Adversary Cloudflare. https://trac.torproject.org/projects/tor/ticket/24351#comment:60
[35] nullius. Block Global Active Adversary Cloudflare. https://trac.torproject.org/projects/tor/ticket/24321#comment:13
-[36] Anonymous. Cloudflare philosophy. https://notabug.org/crimeflare/cloudflare-tor/src/master/cloudflare-philosophy.md
+[36] Anonymous. Cloudflare philosophy. https://codeberg.org/crimeflare/cloudflare-tor/src/master/cloudflare-philosophy.md
[37] Peter O'Shaughnessy. Screen Reader User Survey Results #7. https://toot.cafe/@peter/99398584471715976
[39] ungeich. A new feature in Firefox https://blog.ungleich.ch/en-us/cms/blog/2018/08/04/mozillas-new-dns-resolution-is-dangerous/
[40] Yasha Levine. iSucker: Big Brother Internet Culture http://exiledonline.com/isucker-big-brother-internet-culture/
-[41] Anonymous. The Great Cloudwall. http://notabug.org/crimeflare/cloudflare-tor
+[41] Anonymous. The Great Cloudwall. http://codeberg.org/crimeflare/cloudflare-tor
[42] lesswrong wiki. Unfriendly artificial intelligence https://wiki.lesswrong.com/wiki/Unfriendly_artificial_intelligence
[43] Ben Harack. What is an existential risk? https://www.visionofearth.org/future-of-humanity/existential-risks/what-is-an-existential-risk/
[44] Nick Szabo. Twitter http://twitter.com/nickszabo4
diff --git a/globalist/README.md b/globalist/README.md
index 30cb1525..c7d5d71b 100644
--- a/globalist/README.md
+++ b/globalist/README.md
@@ -9,7 +9,7 @@ It is also meant to evolve into an experimental distributed asynchronous wiki fa
Nodes can come and go, and network topology only depends on the peers entries in the nodes' config files. Changes that are merged by one's peers propagate by diffusion.
-The official repository can be found at https://notabug.org/themusicgod1/cloudflare-tor
+The official repository can be found at https://codeberg.org/crimeflare/cloudflare-tor
## Usage
diff --git a/instructions_git.md b/instructions_git.md
index b30b6236..c3d301cc 100644
--- a/instructions_git.md
+++ b/instructions_git.md
@@ -42,7 +42,7 @@ platforms.
<li> edit `$HOME/.ssh/config`[1]
<li> copy `"$HOME"/.ssh/id_rsa_nab-snowden.pub` to clipboard
<li> notabug.org > settings > SSH Keys > add key (paste from clipboard)
-<li> $ `firefox https://notabug.org/themusicgod1/cloudflare-tor`
+<li> $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
<li> fork it (top right corner)
<li> go to the directory you want the project to be rooted in (hereafter we'll call it `$project_root`).
<li> anonymously download your fork: $ `torsocks git clone https://notabug.org/snowden/cloudflare-tor`
@@ -55,7 +55,7 @@ platforms.
<li> if yes: `$ git add . -u`
<li> $ `git commit -m 'description of first change'`
<li> $ `git push origin master`
-<li> $ `firefox https://notabug.org/crimeflare/cloudflare-tor`
+<li> $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
<li> make a new pull request
</ol>
diff --git a/what-to-do.md b/what-to-do.md
index 2c60e017..675717dc 100644
--- a/what-to-do.md
+++ b/what-to-do.md
@@ -46,7 +46,7 @@ An acceptable privacy policy example is [here](https://archive.is/bDlTz) (look a
```
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/crimeflare/cloudflare-tor/src/master/README.md
+See https://codeberg.org/crimeflare/cloudflare-tor/src/master/README.md
```
For example, [Liberland Jobs](https://archive.is/daKIr) [privacy policy](https://docsend.com/view/feiwyte) says:
@@ -78,9 +78,9 @@ If Cloudflare leak your information or won't let you to connect to our servers,
| Name | Developer | Support | Can Block | Can Notify |
| -------- | -------- | -------- | -------- | -------- |
-| [Block Cloudflare MITM Attack](https://notabug.org/crimeflare/cloudflare-tor/src/master/addon_firefox/bcma) | Project BCMA | [Link](https://notabug.org/crimeflare/cloudflare-tor) |**Yes** | **Yes** |
+| [Block Cloudflare MITM Attack](https://codeberg.org/crimeflare/cloudflare-tor/src/master/addon_firefox/bcma) | Project BCMA | [Link](https://codeberg.org/crimeflare/cloudflare-tor) |**Yes** | **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** |
-| [Are links vulnerable to MITM?](https://notabug.org/crimeflare/cloudflare-tor/src/master/addon_firefox/ismitmlink) | Maslin Bossé | [Link](https://notabug.org/crimeflare/cloudflare-tor) | No | **Yes** |
+| [Are links vulnerable to MITM?](https://codeberg.org/crimeflare/cloudflare-tor/src/master/addon_firefox/ismitmlink) | Maslin Bossé | [Link](https://codeberg.org/crimeflare/cloudflare-tor) | No | **Yes** |
| [Third-party Request Blocker (AMO)](https://addons.mozilla.org/en-US/firefox/addon/tprb/) | Searxes #Addon | [Link](http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/) | **Yes** | **Yes** |
| [TPRB](https://searxes.eu.org/collab/addon/?for=tprb) | 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** |
@@ -195,7 +195,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://notabug.org/crimeflare/cloudflare-tor/ for more information.<br />
+Please read https://codeberg.org/crimeflare/cloudflare-tor/ for more information.<br />
CLOUDFLARED;
die();
```