diff options
author | nullius <nullius@nym.zone> | 2017-12-11 20:45:10 +0000 |
---|---|---|
committer | nullius <nullius@nym.zone> | 2017-12-11 20:45:10 +0000 |
commit | e2c115d0f2b9780fcf636aba1370654f5250bdb2 (patch) | |
tree | ede1e7b0a08a0c3212f00fa9394286cf0d002423 /README.md | |
download | cloudflare-tor-e2c115d0f2b9780fcf636aba1370654f5250bdb2.tar.lz cloudflare-tor-e2c115d0f2b9780fcf636aba1370654f5250bdb2.tar.xz cloudflare-tor-e2c115d0f2b9780fcf636aba1370654f5250bdb2.zip |
Import XPI and code from addons.mozilla.org
Initial commit. Version 0.0.0-prealpha.
- Glance over code to make sure it looks sane
- Create git repository
- Add substantive files
- Fix icons (PNG CRC errors)
- Add archival copy of xpi from addons.mozilla.org, with metadata
- Add README.md, LICENSE.md
- NOT YET TESTED BY MAINTAINER (@nym-zone)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..ab7beafc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Block Cloudflare MITM Attack + +**Pull requests are welcome!** + +The purpose of this browser add-on is to block Cloudflare sites. + +The TLS protocol promises end-to-end encryption between the client and an authenticated, identified endpoint server. The browser’s lock icon is a UI widget which makes this promise to the user. Cloudflare is a mass-decryption chokepoint, which intercepts and decrypts the Web requests made by billions of people to millions of websites. + +- Prior discussion: [Tor Browser Bug #24351: Block Global Active Adversary Cloudflare](https://trac.torproject.org/projects/tor/ticket/24351) +- Imported from [block_cloudflare_mitm_attack-1.0.0-an+fx.xpi](https://addons.mozilla.org/en-US/firefox/addon/block-cloudflare-mitm-attack/), by an anonymous cypherpunk. “Cyperpunks write code.” Cheers! +- [Original announcement](https://trac.torproject.org/projects/tor/ticket/24351#comment:25) +- Thanks to [Debian Bug #831835](https://bugs.debian.org/831835) for some inspiration. |