From bfb5c88e79d5f1b41f608c625e54bcc0fa45203f Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Wed, 4 May 2022 10:42:34 -0500 Subject: [PATCH] Re-recommend Snowflake (#1176) --- docs/assets/img/browsers/snowflake-dark.svg | 8 ++++++++ docs/assets/img/browsers/snowflake.svg | 6 ++++++ docs/browsers.en.md | 15 +++++++++++++++ docs/stylesheets/extra.css | 2 +- docs/tools.en.md | 7 +++++-- 5 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 docs/assets/img/browsers/snowflake-dark.svg create mode 100644 docs/assets/img/browsers/snowflake.svg diff --git a/docs/assets/img/browsers/snowflake-dark.svg b/docs/assets/img/browsers/snowflake-dark.svg new file mode 100644 index 00000000..7b7b1c44 --- /dev/null +++ b/docs/assets/img/browsers/snowflake-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/docs/assets/img/browsers/snowflake.svg b/docs/assets/img/browsers/snowflake.svg new file mode 100644 index 00000000..bc762e8e --- /dev/null +++ b/docs/assets/img/browsers/snowflake.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/browsers.en.md b/docs/browsers.en.md index 9cf0ee52..dd659be1 100644 --- a/docs/browsers.en.md +++ b/docs/browsers.en.md @@ -238,6 +238,21 @@ Additional filter lists do slow things down and may increase your attack surface There is also [AdGuard for iOS](https://adguard.com/en/adguard-ios/overview.html) which is able to perform system-wide content blocking by means of DNS filtering. +### Snowflake + +!!! recommendation + + ![Snowflake logo](assets/img/browsers/snowflake.svg#only-light){ align=right } + ![Snowflake logo](assets/img/browsers/snowflake-dark.svg#only-dark){ align=right } + + **Snowflake** is a browser extension which allows you to donate bandwidth to the Tor Project by operating a "Snowflake proxy" within your browser. People who are censored can use Snowflake proxies to connect to the Tor network. Installing this extension is a great way to contribute to the network even if you don't have the technical know-how to run a Tor relay or bridge. + + [Website](https://snowflake.torproject.org/){ .md-button .md-button--primary } + +The Snowflake browser extension does not increase your privacy in any way, nor is it used to connect to the Tor network within your personal browser. However, if your internet connection is uncensored, you should consider running it to help people in censored networks achieve better privacy themselves. There is no need to worry about which websites people are accessing through your proxy. Their visible browsing IP address will match their Tor exit node, not yours. + +Running a Snowflake proxy is low-risk, even moreso than running a Tor relay or bridge which are already not particularly risky endeavours. However, it does still proxy traffic through your network which can be impactful in some ways, especially if your network is bandwidth-limited. Make sure you understand [how Snowflake works](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home) before deciding whether to run a proxy. + ### Terms of Service; Didn't Read !!! recommendation diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index f35301e8..1a783ee2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -122,7 +122,7 @@ h1, h2, h3, .md-header__topic { display: none; } .md-typeset .recommendation img[align="right"], .md-typeset svg[align="right"] { - max-width: 150px; + width: 150px; } .md-typeset .admonition.downloads, diff --git a/docs/tools.en.md b/docs/tools.en.md index 9d3c3a43..ad6eb324 100644 --- a/docs/tools.en.md +++ b/docs/tools.en.md @@ -28,11 +28,14 @@ For your convenience, everything we recommend is listed below with a link to the - ![uBlock Origin logo](assets/img/browsers/ublock_origin.svg){ .twemoji } [uBlock Origin](https://github.com/gorhill/uBlock) - ![AdGuard logo](assets/img/browsers/adguard.svg){ .twemoji } [AdGuard for Safari](https://adguard.com/en/adguard-safari/overview.html) -- ![ToS;DR logo](assets/img/browsers/terms_of_service_didnt_read.svg){ .twemoji } [Terms of Service; Didn't Read](https://tosdr.org/) (1) +- ![Snowflake logo](assets/img/browsers/snowflake.svg#only-light){ .twemoji }![Snowflake logo](assets/img/browsers/snowflake-dark.svg#only-dark){ .twemoji } [Snowflake](https://snowflake.torproject.org/) (1) +- ![ToS;DR logo](assets/img/browsers/terms_of_service_didnt_read.svg){ .twemoji } [Terms of Service; Didn't Read](https://tosdr.org/) (2) -1. We do not recommend installing ToS;DR as a browser extension. The same information is provided on their website. +1. Snowflake does not increase privacy, however it allows you to easily contribute to the Tor network and help people in censored networks achieve better privacy. [Learn more :material-arrow-right:](browsers.md#snowflake) +2. We do not recommend installing ToS;DR as a browser extension. The same information is provided on their website. + [Learn more :material-arrow-right:](browsers.md)