Compare commits
85 Commits
pr-vpn_hat
...
master
Author | SHA1 | Date | |
---|---|---|---|
b8661944ee | |||
e0b3358e4f | |||
b1bd705e6c | |||
211b76b9ad | |||
b2b205760c | |||
cf11365854 | |||
159d9499d7 | |||
b2f7f073c3 | |||
06982df16c | |||
1cdd251824 | |||
7f387eb07a | |||
d0531f06cf | |||
6b18243b02 | |||
e7cea2c685 | |||
dda163a69e | |||
37da7f1ef3 | |||
216dd66aba | |||
e9d9e8fbf6 | |||
0a2611fef1 | |||
5a130e2f8a | |||
6393fc80bb | |||
cb5021dc7e | |||
4650f5ded9 | |||
accb7ed98d | |||
9552a394b5 | |||
904b699feb | |||
148e1e7455 | |||
2fcb959eb8 | |||
c1dbe5890a | |||
43aa060b1e | |||
431ee21055 | |||
1fab03f479 | |||
1b0b1f6688 | |||
b4126a3524 | |||
21c894eef7 | |||
afd7e216ce | |||
5142ef18ab | |||
d10079b643 | |||
e5dc5d7e30 | |||
f625f80ca8 | |||
50ec5fb2c1 | |||
9ba33b3a53 | |||
085256ee88 | |||
e42553fbc2 | |||
256fae4bdf | |||
7db82b296b | |||
08a85975db | |||
21e7a6da90 | |||
4dde28f9fc | |||
5218730c58 | |||
1fffeea178 | |||
132997e957 | |||
fd2edeca0a | |||
649fa5b71d | |||
6abf734f67 | |||
0635874123 | |||
e623acdac9 | |||
85b48d8899 | |||
551bf77b93 | |||
f7be6f4c63 | |||
1df5acd832 | |||
228be8b844 | |||
8d79fbd429 | |||
bed5758791 | |||
1f1dc6d078 | |||
d2ae6d6195 | |||
0be78e0134 | |||
4d903cd930 | |||
fb2cfa9056 | |||
04efe21273 | |||
1cf6b13a86 | |||
3d0fe9e4bf | |||
10df29cdba | |||
d422bffa46 | |||
25bac31d26 | |||
de2345bbdb | |||
90d581d33f | |||
8d398ce140 | |||
b715b9a730 | |||
31e34f0e3c | |||
62c7735d2a | |||
fe53e312ac | |||
6a37720bc4 | |||
777b0706a8 | |||
8cb456c822 |
@ -22,6 +22,6 @@ labels: 🆕 software suggestion
|
|||||||
|
|
||||||
## My connection with the software
|
## My connection with the software
|
||||||
|
|
||||||
<!-- Are you the author? Enthustiastic or early adopter? Friends with the author or requested by them to open the isue? An employee of the software maker? -->
|
<!-- Are you the author? Enthusiastic or early adopter? Friends with the author or requested by them to open the issue? An employee of the software maker? -->
|
||||||
|
|
||||||
- [ ] I will keep the issue up-to-date if something I have said changes or I remember a connection with the software.
|
- [ ] I will keep the issue up-to-date if something I have said changes or I remember a connection with the software.
|
||||||
|
209
Gemfile.lock
@ -1,13 +1,14 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (4.2.11.1)
|
activesupport (6.0.3.4)
|
||||||
i18n (~> 0.7)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.6.0)
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
addressable (2.7.0)
|
||||||
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
@ -15,65 +16,65 @@ GEM
|
|||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
commonmarker (0.17.13)
|
commonmarker (0.17.13)
|
||||||
ruby-enum (~> 0.5)
|
ruby-enum (~> 0.5)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.7)
|
||||||
dnsruby (1.61.3)
|
dnsruby (1.61.5)
|
||||||
addressable (~> 2.5)
|
simpleidn (~> 0.1)
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.2)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
ethon (0.12.0)
|
ethon (0.12.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
faraday (0.15.4)
|
faraday (1.2.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.11.1)
|
ruby2_keywords
|
||||||
|
ffi (1.14.2)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (3.0.1)
|
gemoji (3.0.1)
|
||||||
github-pages (198)
|
github-pages (209)
|
||||||
activesupport (= 4.2.11.1)
|
|
||||||
github-pages-health-check (= 1.16.1)
|
github-pages-health-check (= 1.16.1)
|
||||||
jekyll (= 3.8.5)
|
jekyll (= 3.9.0)
|
||||||
jekyll-avatar (= 0.6.0)
|
jekyll-avatar (= 0.7.0)
|
||||||
jekyll-coffeescript (= 1.1.1)
|
jekyll-coffeescript (= 1.1.1)
|
||||||
jekyll-commonmark-ghpages (= 0.1.5)
|
jekyll-commonmark-ghpages (= 0.1.6)
|
||||||
jekyll-default-layout (= 0.1.4)
|
jekyll-default-layout (= 0.1.4)
|
||||||
jekyll-feed (= 0.11.0)
|
jekyll-feed (= 0.15.1)
|
||||||
jekyll-gist (= 1.5.0)
|
jekyll-gist (= 1.5.0)
|
||||||
jekyll-github-metadata (= 2.12.1)
|
jekyll-github-metadata (= 2.13.0)
|
||||||
jekyll-mentions (= 1.4.1)
|
jekyll-mentions (= 1.6.0)
|
||||||
jekyll-optional-front-matter (= 0.3.0)
|
jekyll-optional-front-matter (= 0.3.2)
|
||||||
jekyll-paginate (= 1.1.0)
|
jekyll-paginate (= 1.1.0)
|
||||||
jekyll-readme-index (= 0.2.0)
|
jekyll-readme-index (= 0.3.0)
|
||||||
jekyll-redirect-from (= 0.14.0)
|
jekyll-redirect-from (= 0.16.0)
|
||||||
jekyll-relative-links (= 0.6.0)
|
jekyll-relative-links (= 0.6.1)
|
||||||
jekyll-remote-theme (= 0.3.1)
|
jekyll-remote-theme (= 0.4.2)
|
||||||
jekyll-sass-converter (= 1.5.2)
|
jekyll-sass-converter (= 1.5.2)
|
||||||
jekyll-seo-tag (= 2.5.0)
|
jekyll-seo-tag (= 2.6.1)
|
||||||
jekyll-sitemap (= 1.2.0)
|
jekyll-sitemap (= 1.4.0)
|
||||||
jekyll-swiss (= 0.4.0)
|
jekyll-swiss (= 1.0.0)
|
||||||
jekyll-theme-architect (= 0.1.1)
|
jekyll-theme-architect (= 0.1.1)
|
||||||
jekyll-theme-cayman (= 0.1.1)
|
jekyll-theme-cayman (= 0.1.1)
|
||||||
jekyll-theme-dinky (= 0.1.1)
|
jekyll-theme-dinky (= 0.1.1)
|
||||||
jekyll-theme-hacker (= 0.1.1)
|
jekyll-theme-hacker (= 0.1.2)
|
||||||
jekyll-theme-leap-day (= 0.1.1)
|
jekyll-theme-leap-day (= 0.1.1)
|
||||||
jekyll-theme-merlot (= 0.1.1)
|
jekyll-theme-merlot (= 0.1.1)
|
||||||
jekyll-theme-midnight (= 0.1.1)
|
jekyll-theme-midnight (= 0.1.1)
|
||||||
jekyll-theme-minimal (= 0.1.1)
|
jekyll-theme-minimal (= 0.1.1)
|
||||||
jekyll-theme-modernist (= 0.1.1)
|
jekyll-theme-modernist (= 0.1.1)
|
||||||
jekyll-theme-primer (= 0.5.3)
|
jekyll-theme-primer (= 0.5.4)
|
||||||
jekyll-theme-slate (= 0.1.1)
|
jekyll-theme-slate (= 0.1.1)
|
||||||
jekyll-theme-tactile (= 0.1.1)
|
jekyll-theme-tactile (= 0.1.1)
|
||||||
jekyll-theme-time-machine (= 0.1.1)
|
jekyll-theme-time-machine (= 0.1.1)
|
||||||
jekyll-titles-from-headings (= 0.5.1)
|
jekyll-titles-from-headings (= 0.5.3)
|
||||||
jemoji (= 0.10.2)
|
jemoji (= 0.12.0)
|
||||||
kramdown (= 1.17.0)
|
kramdown (= 2.3.0)
|
||||||
liquid (= 4.0.0)
|
kramdown-parser-gfm (= 1.1.0)
|
||||||
listen (= 3.1.5)
|
liquid (= 4.0.3)
|
||||||
mercenary (~> 0.3)
|
mercenary (~> 0.3)
|
||||||
minima (= 2.5.0)
|
minima (= 2.5.1)
|
||||||
nokogiri (>= 1.8.5, < 2.0)
|
nokogiri (>= 1.10.4, < 2.0)
|
||||||
rouge (= 2.2.1)
|
rouge (= 3.23.0)
|
||||||
terminal-table (~> 1.4)
|
terminal-table (~> 1.4)
|
||||||
github-pages-health-check (1.16.1)
|
github-pages-health-check (1.16.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
@ -81,68 +82,70 @@ GEM
|
|||||||
octokit (~> 4.0)
|
octokit (~> 4.0)
|
||||||
public_suffix (~> 3.0)
|
public_suffix (~> 3.0)
|
||||||
typhoeus (~> 1.3)
|
typhoeus (~> 1.3)
|
||||||
html-pipeline (2.12.0)
|
html-pipeline (2.14.0)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.8.5)
|
jekyll (3.9.0)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
kramdown (~> 1.14)
|
kramdown (>= 1.17, < 3)
|
||||||
liquid (~> 4.0)
|
liquid (~> 4.0)
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.3.3)
|
||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (>= 1.7, < 4)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
jekyll-avatar (0.6.0)
|
jekyll-avatar (0.7.0)
|
||||||
jekyll (~> 3.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-coffeescript (1.1.1)
|
jekyll-coffeescript (1.1.1)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
coffee-script-source (~> 1.11.1)
|
coffee-script-source (~> 1.11.1)
|
||||||
jekyll-commonmark (1.3.1)
|
jekyll-commonmark (1.3.1)
|
||||||
commonmarker (~> 0.14)
|
commonmarker (~> 0.14)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-commonmark-ghpages (0.1.5)
|
jekyll-commonmark-ghpages (0.1.6)
|
||||||
commonmarker (~> 0.17.6)
|
commonmarker (~> 0.17.6)
|
||||||
jekyll-commonmark (~> 1)
|
jekyll-commonmark (~> 1.2)
|
||||||
rouge (~> 2)
|
rouge (>= 2.0, < 4.0)
|
||||||
jekyll-default-layout (0.1.4)
|
jekyll-default-layout (0.1.4)
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
jekyll-feed (0.11.0)
|
jekyll-feed (0.15.1)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-gist (1.5.0)
|
jekyll-gist (1.5.0)
|
||||||
octokit (~> 4.2)
|
octokit (~> 4.2)
|
||||||
jekyll-github-metadata (2.12.1)
|
jekyll-github-metadata (2.13.0)
|
||||||
jekyll (~> 3.4)
|
jekyll (>= 3.4, < 5.0)
|
||||||
octokit (~> 4.0, != 4.4.0)
|
octokit (~> 4.0, != 4.4.0)
|
||||||
jekyll-mentions (1.4.1)
|
jekyll-mentions (1.6.0)
|
||||||
html-pipeline (~> 2.3)
|
html-pipeline (~> 2.3)
|
||||||
jekyll (~> 3.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-optional-front-matter (0.3.0)
|
jekyll-optional-front-matter (0.3.2)
|
||||||
jekyll (~> 3.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
jekyll-readme-index (0.2.0)
|
jekyll-readme-index (0.3.0)
|
||||||
jekyll (~> 3.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-redirect-from (0.14.0)
|
jekyll-redirect-from (0.16.0)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-relative-links (0.6.0)
|
jekyll-relative-links (0.6.1)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-remote-theme (0.3.1)
|
jekyll-remote-theme (0.4.2)
|
||||||
jekyll (~> 3.5)
|
addressable (~> 2.0)
|
||||||
rubyzip (>= 1.2.1, < 3.0)
|
jekyll (>= 3.5, < 5.0)
|
||||||
|
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
|
||||||
|
rubyzip (>= 1.3.0, < 3.0)
|
||||||
jekyll-sass-converter (1.5.2)
|
jekyll-sass-converter (1.5.2)
|
||||||
sass (~> 3.4)
|
sass (~> 3.4)
|
||||||
jekyll-seo-tag (2.5.0)
|
jekyll-seo-tag (2.6.1)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-sitemap (1.2.0)
|
jekyll-sitemap (1.4.0)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-swiss (0.4.0)
|
jekyll-swiss (1.0.0)
|
||||||
jekyll-theme-architect (0.1.1)
|
jekyll-theme-architect (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
@ -152,8 +155,8 @@ GEM
|
|||||||
jekyll-theme-dinky (0.1.1)
|
jekyll-theme-dinky (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-theme-hacker (0.1.1)
|
jekyll-theme-hacker (0.1.2)
|
||||||
jekyll (~> 3.5)
|
jekyll (> 3.5, < 5.0)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-theme-leap-day (0.1.1)
|
jekyll-theme-leap-day (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
@ -170,8 +173,8 @@ GEM
|
|||||||
jekyll-theme-modernist (0.1.1)
|
jekyll-theme-modernist (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-theme-primer (0.5.3)
|
jekyll-theme-primer (0.5.4)
|
||||||
jekyll (~> 3.5)
|
jekyll (> 3.5, < 5.0)
|
||||||
jekyll-github-metadata (~> 2.9)
|
jekyll-github-metadata (~> 2.9)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-theme-slate (0.1.1)
|
jekyll-theme-slate (0.1.1)
|
||||||
@ -183,43 +186,49 @@ GEM
|
|||||||
jekyll-theme-time-machine (0.1.1)
|
jekyll-theme-time-machine (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-titles-from-headings (0.5.1)
|
jekyll-titles-from-headings (0.5.3)
|
||||||
jekyll (~> 3.3)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
jemoji (0.10.2)
|
jemoji (0.12.0)
|
||||||
gemoji (~> 3.0)
|
gemoji (~> 3.0)
|
||||||
html-pipeline (~> 2.2)
|
html-pipeline (~> 2.2)
|
||||||
jekyll (~> 3.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
kramdown (1.17.0)
|
kramdown (2.3.0)
|
||||||
liquid (4.0.0)
|
rexml
|
||||||
listen (3.1.5)
|
kramdown-parser-gfm (1.1.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
kramdown (~> 2.0)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
liquid (4.0.3)
|
||||||
ruby_dep (~> 1.2)
|
listen (3.3.3)
|
||||||
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.5.0)
|
||||||
minima (2.5.0)
|
minima (2.5.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (>= 3.5, < 5.0)
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.11.3)
|
minitest (5.14.2)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
nokogiri (1.10.8)
|
nokogiri (1.11.2)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
octokit (4.14.0)
|
racc (~> 1.4)
|
||||||
|
octokit (4.19.0)
|
||||||
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (3.1.1)
|
public_suffix (3.1.1)
|
||||||
rb-fsevent (0.10.3)
|
racc (1.5.2)
|
||||||
rb-inotify (0.10.0)
|
rb-fsevent (0.10.4)
|
||||||
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rouge (2.2.1)
|
rexml (3.2.5)
|
||||||
ruby-enum (0.7.2)
|
rouge (3.23.0)
|
||||||
|
ruby-enum (0.8.0)
|
||||||
i18n
|
i18n
|
||||||
ruby_dep (1.5.0)
|
ruby2_keywords (0.0.2)
|
||||||
rubyzip (2.0.0)
|
rubyzip (2.3.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass (3.7.4)
|
sass (3.7.4)
|
||||||
sass-listen (~> 4.0.0)
|
sass-listen (~> 4.0.0)
|
||||||
@ -229,14 +238,20 @@ GEM
|
|||||||
sawyer (0.8.2)
|
sawyer (0.8.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (> 0.8, < 2.0)
|
faraday (> 0.8, < 2.0)
|
||||||
|
simpleidn (0.1.1)
|
||||||
|
unf (~> 0.1.4)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
typhoeus (1.3.1)
|
typhoeus (1.4.0)
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.6.0)
|
unf (0.1.4)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.7.7)
|
||||||
|
unicode-display_width (1.7.0)
|
||||||
|
zeitwerk (2.4.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
61
README.md
@ -1,69 +1,36 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://www.privacytools.io">
|
<a href="https://www.privacyguides.org">
|
||||||
<img src="assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="PrivacyTools" />
|
<img src="assets/img/svg/layout/brand/horizontal.svg" width="400px" alt="PrivacyTools" />
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
<em>Encryption Against Global Mass Surveillance.</em>
|
<em>Encryption Against Global Mass Surveillance.</em>
|
||||||
</p>
|
</p>
|
||||||
<a href="https://opencollective.com/privacytools#support">
|
|
||||||
<img src="https://opencollective.com/privacytools/tiers/badge.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://app.netlify.com/sites/privacytools-io/deploys">
|
|
||||||
<img src="https://api.netlify.com/api/v1/badges/afd98777-c205-4928-a301-f57a1448113f/deploy-status">
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
It's important for a website like PrivacyTools to be up-to-date. Keep an eye on software updates of the applications listed here. Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet is changing fast. So if you find an error, or you think a provider should not be listed here, or a qualified service provider is missing or a browser plugin is not the best choice anymore or anything else...
|
## This project is archived.
|
||||||
|
|
||||||
**Talk to us!** If you want to help make privacytools.io the best website it can be, join our Matrix discussion chat at [`#dev:privacytools.io`](https://matrix.to/#/#dev:privacytools.io), where we talk about open issues and PRs in this repo, and changes to the site. You may submit any website suggestions here on GitHub [Issues](https://github.com/privacytools/privacytools.io/issues). Please refer to the [contribution guidelines](.github/CONTRIBUTING.md) and consider stopping by our chat room before submitting. Thank you.
|
See our [Welcome to Privacy Guides](https://www.privacyguides.org/blog/2021/09/14/welcome-to-privacy-guides) post for more information. Our project has now moved on to [Privacy Guides](https://privacyguides.org).
|
||||||
|
|
||||||
If you want to discuss privacy in general, a new tool, or just something else, feel free to join [our Discourse community](https://forum.privacytools.io/) or our general Matrix room at [`#general:privacytools.io`](https://matrix.to/#/#general:privacytools.io) and start a discussion! This is a community project and we're aiming to deliver the best information available. Thank you for participating.
|
It's important for a website on privacy to be up-to-date. Keep an eye on software updates of the applications listed [here](https://github.com/privacyguides/). Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet is changing fast. So if you find an error, or you think a provider should not be listed, or a qualified service provider is missing or a browser plugin is not the best choice anymore or anything else, feel free to open a [discussion](https://github.com/privacyguides/privacyguides.org/discussions) or [issue](https://github.com/privacyguides/privacyguides.org/issues) to correct errors.
|
||||||
|
|
||||||
## Developing
|
**Talk to us!** If you want to help join our lounge chat at [`#lounge:privacyguides.org`](https://matrix.to/#/#lounge:privacyguides.org), or for our on-topic privacy discussion room [`#main:privacyguides.org`](https://matrix.to/#/#main:privacyguides.org).
|
||||||
|
|
||||||
1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/).
|
# Support PrivacyGuides
|
||||||
1. Install [Bundler](https://bundler.io/) v2.0.1:
|
|
||||||
* `gem install bundler -v 2.0.1`
|
|
||||||
1. Install the required dependencies:
|
|
||||||
* `bundle install`
|
|
||||||
1. Build the website (the output can be found in the `_site` directory):
|
|
||||||
* `bundle exec jekyll build`
|
|
||||||
1. Serve the website locally with live reloading:
|
|
||||||
* `bundle exec jekyll serve --incremental --livereload`
|
|
||||||
|
|
||||||
# Support
|
- [Donate](https://opencollective.com/privacyguides)
|
||||||
|
- [Our reddit community](https://www.reddit.com/r/privacyguides/)
|
||||||
- [Donate](https://www.privacytools.io/sponsors/)
|
|
||||||
- [Spread the word](https://www.privacytools.io/#participate)
|
|
||||||
- [Join our Discourse community](https://forum.privacytools.io/)
|
|
||||||
- [Make suggestions on reddit](https://www.reddit.com/r/privacytoolsIO/)
|
|
||||||
- View and edit our website source code here on GitHub.
|
- View and edit our website source code here on GitHub.
|
||||||
|
|
||||||
## Backers
|
## Backers
|
||||||
|
|
||||||
Like what we're doing? [Become a backer](https://opencollective.com/privacytools) and show your support for our project.
|
Like what we're doing? [Become a backer](https://opencollective.com/privacyguides) and show your support for our project.
|
||||||
|
|
||||||

|
<a href="https://opencollective.com/privacyguides">
|
||||||
|
<img src="https://opencollective.com/privacyguides/tiers/sponsor.svg?avatarHeight=64&width=890" height="64px" width="890px" alt="opencollective.com" />
|
||||||
## Sponsors
|
</a>
|
||||||
|
|
||||||
Are you working with a privacy focused company? Ask your manager or marketing team if your company would be interested in supporting our project. Your support will help us continue to develop this website, promote privacy-respecting tools and services, and reach out to thousands of data privacy newcomers every month. Also, your company's logo will show on GitHub and [our site](https://www.privacytools.io/sponsors/), and who doesn't like a little extra exposure?
|
|
||||||
|
|
||||||
[](https://opencollective.com/privacytools/contribute/gold-12312)
|
|
||||||
[](https://opencollective.com/privacytools/contribute/silver-12311)
|
|
||||||
|
|
||||||
## Community Translations
|
|
||||||
- [繁体中文 / Chinese](https://privacytools.twngo.xyz/) - [GitHub](https://github.com/twngo/privacytools-zh)
|
|
||||||
- [Español / Spanish](https://victorhck.gitlab.io/privacytools-es/) - [GitLab](https://gitlab.com/victorhck/privacytools-es)
|
|
||||||
- [Polski / Polish](https://pl.privacytools.io) - [Gitea](https://git.privacytools.io/pl-privacytoolsIO/pl.privacytools.io)
|
|
||||||
- [Deutsch / German](https://privacytools.it-sec.rocks/) - [GitHub](https://github.com/Anon215/privacytools.it-sec.rocks)
|
|
||||||
- [Français / French](https://privacytools.dreads-unlock.fr/) - [GitLab](https://gitlab.com/Booteille/privacytools)
|
|
||||||
- [Italiano / Italian](https://privacytools-it.github.io/) - [GitHub](https://github.com/privacytools-it/privacytools-it.github.io)
|
|
||||||
- [Русский / Russian](https://privacytools.ru) - [GitHub](https://github.com/c0rdis/privacytools.ru)
|
|
||||||
- [Português / Portuguese](https://www.privacidade.digital/) - [GitHub](https://github.com/PrivacidadeDigital/privacidade.digital)
|
|
||||||
|
|
||||||
# License & Notices
|
# License & Notices
|
||||||
|
|
||||||
Please visit [https://www.privacytools.io/notices/](https://www.privacytools.io/notices/) for license information and other disclaimers. PrivacyTools is provided on an "as-is" basis, without warranty, and disclaiming liability for damages. By contributing to this repository you agree to license your work under the terms of the [license](https://github.com/privacytools/privacytools.io/blob/master/LICENSE.txt) in this repository.
|
PrivacyTools was provided on an "as-is" basis, without warranty, and disclaiming liability for damages. The project was licensed under these terms [license](https://github.com/privacytools/privacytools.io/blob/master/LICENSE.txt).
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
href="{{ include.link }}" class="badge badge-{{ include.color | default: "info" }}"
|
href="{{ include.link }}" class="badge badge-{{ include.color | default: "info" }}"
|
||||||
{% if include.tooltip %}
|
{% if include.tooltip %}
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title="{{ include.tooltip }}"><i class="{{ include.icon | default: "far fa-question-circle"}}"></i> {{ include.text }}
|
data-original-title="{{ include.tooltip }}"><i class="{{ include.icon | default: "far fa-question-circle"}}"></i> {{ include.text }}
|
||||||
{% else %}><i class="{{ include.icon | default: "fas fa-external-link-alt"}}"></i> {{ include.text }}{% endif %}
|
{% else %}><i class="{{ include.icon | default: "fas fa-external-link-alt"}}"></i> {{ include.text }}{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
class="badge badge-{{ include.color | default: "info" }}"
|
class="badge badge-{{ include.color | default: "info" }}"
|
||||||
{% if include.tooltip %}
|
{% if include.tooltip %}
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title="{{ include.tooltip }}"
|
data-original-title="{{ include.tooltip }}"
|
||||||
> <i class="{{ include.icon | default: "far fa-question-circle"}}"></i> {{include.text}}
|
> <i class="{{ include.icon | default: "far fa-question-circle"}}"></i> {{include.text}}
|
||||||
{% else %}
|
{% else %}
|
||||||
> {% if include.icon %}<i class="{{ include.icon }}"></i>{% endif %} {{include.text}}
|
> {% if include.icon %}<i class="{{ include.icon }}"></i>{% endif %} {{include.text}}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
{% assign text = label_data[1] %}
|
{% assign text = label_data[1] %}
|
||||||
{% assign tooltip = label_data[2] | default: "" %}
|
{% assign tooltip = label_data[2] | default: "" %}
|
||||||
{% assign help_icon = '<i class="far fa-question-circle"></i>' %}
|
{% assign help_icon = '<i class="far fa-question-circle"></i>' %}
|
||||||
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon
|
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" data-original-title="{{ tooltip }}">{{text}} {{ help_icon
|
||||||
}}
|
}}
|
||||||
{% else %}
|
{% else %}
|
||||||
>{{text}}
|
>{{text}}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
class="badge badge-{{color}}"
|
class="badge badge-{{color}}"
|
||||||
{% if tooltip %}
|
{% if tooltip %}
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title="{{ tooltip }}"
|
data-original-title="{{ tooltip }}"
|
||||||
> {{text}} {{ help_icon }}
|
> {{text}} {{ help_icon }}
|
||||||
{% else %}
|
{% else %}
|
||||||
> {{text}}
|
> {{text}}
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<span class="fab fa-creative-commons-zero fa-2x mr-2"></span>
|
<span class="fab fa-creative-commons-zero fa-2x mr-2"></span>
|
||||||
<a
|
<a
|
||||||
href="/LICENSE.txt"
|
href="/LICENSE.txt"
|
||||||
title="This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"."
|
data-original-title="This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"."
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="top">
|
data-placement="top">
|
||||||
CC0
|
CC0
|
||||||
|
@ -61,5 +61,5 @@
|
|||||||
|
|
||||||
<!-- CSS stylesheets -->
|
<!-- CSS stylesheets -->
|
||||||
<link href="/assets/css/style.css?v=9" rel="stylesheet">
|
<link href="/assets/css/style.css?v=9" rel="stylesheet">
|
||||||
<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
{% unless page.url == '/sponsors/' %}<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">{% endunless %}
|
||||||
</head>
|
</head>
|
||||||
|
@ -91,6 +91,7 @@
|
|||||||
<a class="dropdown-item" href="/operating-systems/#tor_os"><span class="ptio-tor"></span> Tor focused distributions</a>
|
<a class="dropdown-item" href="/operating-systems/#tor_os"><span class="ptio-tor"></span> Tor focused distributions</a>
|
||||||
<a class="dropdown-item" href="/operating-systems/#mobile_os"><span class="fas fa-mobile-alt fa-fw"></span> Mobile OS</a>
|
<a class="dropdown-item" href="/operating-systems/#mobile_os"><span class="fas fa-mobile-alt fa-fw"></span> Mobile OS</a>
|
||||||
<a class="dropdown-item" href="/operating-systems/#aaddons"><span class="fas fa-th fa-fw"></span> Android Privacy Add-ons</a>
|
<a class="dropdown-item" href="/operating-systems/#aaddons"><span class="fas fa-th fa-fw"></span> Android Privacy Add-ons</a>
|
||||||
|
<a class="dropdown-item" href="/operating-systems/#iaddons"><span class="fas fa-th fa-fw"></span> iOS Privacy Add-ons</a>
|
||||||
<a class="dropdown-item" href="/operating-systems/#firmware"><span class="fas fa-signal fa-fw"></span> Router Firmware</a>
|
<a class="dropdown-item" href="/operating-systems/#firmware"><span class="fas fa-signal fa-fw"></span> Router Firmware</a>
|
||||||
<a class="dropdown-item" href="/operating-systems/#win10"><span class="far fa-thumbs-down fa-fw"></span> Don't use Windows 10</a>
|
<a class="dropdown-item" href="/operating-systems/#win10"><span class="far fa-thumbs-down fa-fw"></span> Don't use Windows 10</a>
|
||||||
</span>
|
</span>
|
||||||
@ -113,7 +114,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="/about/" class="nav-anchor">
|
<a href="/about/" class="nav-anchor">
|
||||||
About Us
|
About Us
|
||||||
</a>
|
</a>{% unless page.url == '/sponsors/' %}
|
||||||
<span id="nav-switch-theme" class="nav-anchor">
|
<span id="nav-switch-theme" class="nav-anchor">
|
||||||
<span class="nav-theme-icon fas fa-fw" aria-hidden="true" title="Theme"></span>
|
<span class="nav-theme-icon fas fa-fw" aria-hidden="true" title="Theme"></span>
|
||||||
<span class="sr-only">Toggle Theme</span>
|
<span class="sr-only">Toggle Theme</span>
|
||||||
@ -138,7 +139,7 @@
|
|||||||
<a href="https://privacytools.ru" rel="nofollow noopener" class="dropdown-item">Русский</a>
|
<a href="https://privacytools.ru" rel="nofollow noopener" class="dropdown-item">Русский</a>
|
||||||
<a href="https://privacytools.dreads-unlock.fr" rel="nofollow noopener" class="dropdown-item">Français</a>
|
<a href="https://privacytools.dreads-unlock.fr" rel="nofollow noopener" class="dropdown-item">Français</a>
|
||||||
</span>
|
</span>
|
||||||
</details>
|
</details>{% endunless %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,14 +1,4 @@
|
|||||||
<script src="/assets/js/jquery-3.3.1.min.js?v=4"></script>
|
<script src="/assets/js/popper.min.js?v=5"></script>
|
||||||
<script src="/assets/js/popper.min.js?v=4"></script>
|
<script src="/assets/js/bootstrap.min.js?v=5"></script>
|
||||||
<script src="/assets/js/bootstrap.min.js?v=4"></script>
|
|
||||||
<script src="/assets/js/sortable.min.js?v=4"></script>
|
<script src="/assets/js/sortable.min.js?v=4"></script>
|
||||||
<script src="/assets/js/main.js?v=5"></script>
|
<script src="/assets/js/main.js?v=5"></script>
|
||||||
|
|
||||||
<!--
|
|
||||||
Matomo is the leading open-source analytics platform:
|
|
||||||
- Free open-source software
|
|
||||||
- 100% data ownership
|
|
||||||
- User privacy protection
|
|
||||||
-->
|
|
||||||
|
|
||||||
<noscript><img src="https://stats.privacytools.io/matomo.php?idsite=1&rec=1" class="border-0" alt=""/></noscript>
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3>Tor for Android with <a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3>
|
<h3>Tor for Android with <a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3>
|
||||||
<p><strong>Orbot</strong> is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. <strong>Root Mode:</strong> Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you wish to use through Tor.</p>
|
<p><strong>Orbot</strong> is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -28,6 +28,6 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/providers/dns#clients">Our DNS client recommendations</a>, which have information on enabling encrypted DNS on Android.
|
<a href="/providers/dns#dns-android-clients">Our DNS client recommendations</a>, which have information on enabling encrypted DNS on Android.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="uBlock Origin: Block Ads and Trackers"
|
title="uBlock Origin: Block Ads and Trackers"
|
||||||
image="/assets/img/svg/3rd-party/ublock_origin.svg"
|
image="/assets/img/svg/3rd-party/ublock_origin.svg"
|
||||||
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum blocker</a> that is easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
description="<p><strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum blocker</a> that is easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source. <a href=https://github.com/gorhill/uBlock/wiki/Advanced-user-features>Advanced mode</a> allows for <a href=https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide>dynamic filtering</a>. Dynamic filtering allows for extended blocking similar to NoScript and uMatrix (E.g. <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode>medium</a> or <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode:-hard-mode>hard</a>) blocking.</p>"
|
||||||
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||||
privacy-policy="https://github.com/gorhill/uBlock/wiki/Privacy-policy"
|
privacy-policy="https://github.com/gorhill/uBlock/wiki/Privacy-policy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
||||||
@ -57,6 +57,24 @@
|
|||||||
edge="https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei"
|
edge="https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
|
title="xBrowserSync"
|
||||||
|
image="/assets/img/svg/3rd-party/xbrowsersync.svg"
|
||||||
|
description='<strong>xBrowserSync</strong> synchronizes bookmarks across devices and browsers with end-to-end encryption. Data is encrypted and decrypted on the device, no one but you can read it. No registration is needed, just enter a randomly generated id or QR code on all devices. <a href="https://www.xbrowsersync.org/#status">Different servers</a> are available, and it can also be <a href="https://github.com/xbrowsersync/api-docker">self-hosted</a>.'
|
||||||
|
website="https://www.xbrowsersync.org/"
|
||||||
|
privacy-policy="https://www.xbrowsersync.org/privacypolicy"
|
||||||
|
github="https://github.com/xbrowsersync"
|
||||||
|
firefox="https://addons.mozilla.org/firefox/addon/xbs/"
|
||||||
|
chrome="https://chrome.google.com/webstore/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc"
|
||||||
|
googleplay="https://play.google.com/store/apps/details?id=com.xBrowserSync.android"
|
||||||
|
%}
|
||||||
|
|
||||||
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://floccus.org/">floccus</a> - Synchronize bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution). For <a href="https://addons.mozilla.org/firefox/addon/floccus/">Firefox</a>, <a href="https://chrome.google.com/webstore/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg">Chrome</a>, <a href="https://microsoftedge.microsoft.com/addons/detail/gjkddcofhiifldbllobcamllmanombji">Edge</a>.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>Additional Functionality</h2>
|
<h2>Additional Functionality</h2>
|
||||||
|
|
||||||
<div class="alert alert-secondary" role="alert">
|
<div class="alert alert-secondary" role="alert">
|
||||||
@ -120,7 +138,7 @@
|
|||||||
<h3>Android</h3>
|
<h3>Android</h3>
|
||||||
|
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
Unfortunately the Android version of Firefox <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1398097">doesn't support managing tabs as containers</a>. The recommended extensions below are a substitute, however as APIs do not exist for clearing <a href="https://en.wikipedia.org/wiki/Indexed_Database_API">IndexedDB</a>, <a href="https://en.wikipedia.org/wiki/Progressive_web_application#Service_workers">Service Workers</a> cache, <a href="https://en.wikipedia.org/wiki/Progressive_web_application#AppCache_(obsolete)">appCache</a>, or cache by host. As a result they are not as good as the above Temporary Container suggestions.
|
Unfortunately the Android version of Firefox <a href="https://github.com/stoically/temporary-containers/issues/465">doesn't yet have Temporary Container support</a>. The recommended extensions below are a substitute, however as APIs do not exist for clearing <a href="https://en.wikipedia.org/wiki/Indexed_Database_API">IndexedDB</a>, <a href="https://en.wikipedia.org/wiki/Progressive_web_application#Service_workers">Service Workers</a> cache, <a href="https://en.wikipedia.org/wiki/Progressive_web_application#AppCache_(obsolete)">appCache</a>, or cache by host. As a result they are not as good as the above Temporary Container suggestions.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
@ -153,7 +171,7 @@
|
|||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="uMatrix: Stop Cross-Site Requests"
|
title="uMatrix: Stop Cross-Site Requests"
|
||||||
image="/assets/img/png/3rd-party/umatrix.png"
|
image="/assets/img/png/3rd-party/umatrix.png"
|
||||||
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider <a href=https://github.com/gorhill/uMatrix/wiki/How-to-block-1st-party-scripts-everywhere-by-default>blocking 1st party scripts everywhere by default</a>."
|
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider <a href=https://github.com/gorhill/uMatrix/wiki/How-to-block-1st-party-scripts-everywhere-by-default>blocking 1st party scripts everywhere by default</a>. <strong>This addon has been <a href=https://github.com/uBlockOrigin/uMatrix-issues/issues/291#issuecomment-694988696>discontinued</a>.</strong>"
|
||||||
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
||||||
privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy"
|
privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||||
source="https://github.com/mozilla-mobile"
|
github="https://github.com/mozilla-mobile"
|
||||||
fdroid="https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/"
|
fdroid="https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/"
|
||||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefox"
|
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefox"
|
||||||
android="https://www.mozilla.org/firefox/all/#product-android-release"
|
android="https://www.mozilla.org/firefox/all/#product-android-release"
|
||||||
@ -104,7 +104,7 @@
|
|||||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||||
source="https://github.com/mozilla-mobile/firefox-ios"
|
github="https://github.com/mozilla-mobile/firefox-ios"
|
||||||
ios="https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926"
|
ios="https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
@ -112,7 +112,7 @@
|
|||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="Onion Browser"
|
title="Onion Browser"
|
||||||
image="/assets/img/svg/3rd-party/onion_browser.svg"
|
image="/assets/img/svg/3rd-party/onion_browser.svg"
|
||||||
description='Onion Browser is an open-source browser that lets you browse the web anonymously over the Tor network on iOS devices and is endorsed by the Tor Project. Warning: there are certain anonymity-related <a href="https://onionbrowser.com/about">issues</a> with Onion Browser due to iOS limitations.'
|
description='Onion Browser is an open-source browser that lets you browse the web anonymously over the Tor network on iOS devices and is endorsed by the <a href="https://support.torproject.org/glossary/onion-browser/">Tor Project</a>. Warning: there are certain anonymity-related <a href="https://onionbrowser.com/about">issues</a> with Onion Browser due to iOS limitations.'
|
||||||
website="https://onionbrowser.com/"
|
website="https://onionbrowser.com/"
|
||||||
privacy-policy="https://onionbrowser.com/privacy-policy"
|
privacy-policy="https://onionbrowser.com/privacy-policy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523"
|
forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<ol>
|
<ol>
|
||||||
<li>Enter "about:config" in the firefox address bar and press enter.</li>
|
<li>Enter "about:config" in the firefox address bar and press enter.</li>
|
||||||
<li>Press the button "Accept the Risk and Continue" [FF71+] or "I accept the risk".</li>
|
<li>Press the button "Accept the Risk and Continue" [FF71+] or "I accept the risk".</li>
|
||||||
<li>Follow the instructions below...</li>
|
<li>Copy and paste each of the preferences below (for example "webgl.disabled") into the search bar, and set each of them to the stated value (such as "true").</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h3>Getting started:</h3>
|
<h3>Getting started:</h3>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
|
|
||||||
<h3 id="user.js">Firefox user.js Templates</h3>
|
<h3 id="user.js">Firefox user.js Templates</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/ghacksuserjs/ghacks-user.js">ghacks-user.js</a> - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.</li>
|
<li><a href="https://github.com/arkenfox/user.js">arkenfox user.js</a> (formerly ghacks-user.js) - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
title="Nextcloud - Choose your hoster"
|
title="Nextcloud - Choose your hoster"
|
||||||
image="/assets/img/svg/3rd-party/nextcloud.svg"
|
image="/assets/img/svg/3rd-party/nextcloud.svg"
|
||||||
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
|
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
|
||||||
labels="color==warning::link==https://github.com/nextcloud/end_to_end_encryption/issues/111::text==Experimental E2EE::tooltip==Regarding E2EE their description states 'End-to-end encryption is still in alpha state, don't use this in production and only with test data!'."
|
|
||||||
website="https://nextcloud.com/"
|
website="https://nextcloud.com/"
|
||||||
privacy-policy="https://nextcloud.com/privacy/"
|
privacy-policy="https://nextcloud.com/privacy/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
|
forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
|
||||||
@ -27,6 +26,6 @@
|
|||||||
<h3>Worth Mentioning</h3>
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. {% include badge.html color="warning" tooltip="Cryptomator's mobile apps are not open-source." link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" icon="fas fa-exclamation-triangle" %}</li>
|
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.</li>
|
||||||
<li><a href="https://cryptpad.fr">CryptPad</a> - Free and end-to-end encrypted real time collaboration sharing folders, media, and documents.</li>
|
<li><a href="https://cryptpad.fr">CryptPad</a> - Free and end-to-end encrypted real time collaboration sharing folders, media, and documents.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -87,11 +87,15 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<span class="flag-icon flag-icon-jp"></span>
|
<span class="flag-icon flag-icon-jp"></span>
|
||||||
Japan
|
Japan
|
||||||
</span>
|
</span>
|
||||||
|
<span class="no-text-wrap">
|
||||||
|
<span class="flag-icon flag-icon-sg"></span>
|
||||||
|
Singapore
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div
|
<div
|
||||||
class="btn-secondary btn-icon"
|
class="btn-secondary btn-icon"
|
||||||
title=""No logs.""
|
data-original-title=""No logs.""
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="bottom">
|
data-placement="bottom">
|
||||||
<span class="fas fa-globe"></span>
|
<span class="fas fa-globe"></span>
|
||||||
@ -116,12 +120,9 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</span>
|
</span>
|
||||||
<span class="no-text-wrap">
|
<span class="no-text-wrap">
|
||||||
malicious domains
|
malicious domains
|
||||||
{% include badge.html
|
</span>
|
||||||
link="https://github.com/ookangzheng/blahdns#default-blocked-wildcard-domain"
|
<span class="no-text-wrap">
|
||||||
color="warning"
|
Based on server choice only for DoH
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
tooltip="And some wildcard and IDN domains."
|
|
||||||
%}
|
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -135,9 +136,6 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<span class="no-text-wrap">
|
<span class="no-text-wrap">
|
||||||
<a href="https://www.choopa.com/">Choopa, LLC</a>,
|
<a href="https://www.choopa.com/">Choopa, LLC</a>,
|
||||||
</span>
|
</span>
|
||||||
<span class="no-text-wrap">
|
|
||||||
<a href="https://www.datacenterlight.ch/">Data Center Light</a>,
|
|
||||||
</span>
|
|
||||||
<span class="no-text-wrap">
|
<span class="no-text-wrap">
|
||||||
<a href="https://www.hetzner.com/">Hetzner Online GmbH</a>
|
<a href="https://www.hetzner.com/">Hetzner Online GmbH</a>
|
||||||
</span>
|
</span>
|
||||||
@ -147,12 +145,6 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<tr>
|
<tr>
|
||||||
<td data-value="Cloudflare">
|
<td data-value="Cloudflare">
|
||||||
<a href="https://developers.cloudflare.com/1.1.1.1/setting-up-1.1.1.1/">Cloudflare</a>
|
<a href="https://developers.cloudflare.com/1.1.1.1/setting-up-1.1.1.1/">Cloudflare</a>
|
||||||
{% include badge.html
|
|
||||||
link="https://codeberg.org/crimeflare/cloudflare-tor/"
|
|
||||||
color="warning"
|
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
tooltip="Cloudflare is one of the world's largest networks, and a problem considering anonymity and decentralization."
|
|
||||||
%}
|
|
||||||
</td>
|
</td>
|
||||||
<td>Anycast (based in
|
<td>Anycast (based in
|
||||||
<span class="no-text-wrap">
|
<span class="no-text-wrap">
|
||||||
@ -168,7 +160,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>Commercial</td>
|
<td>Commercial</td>
|
||||||
<td><a data-toggle="tooltip" data-placement="bottom" data-original-title='"We will collect limited DNS query data that is sent to the resolvers. This data does not contain user IP addresses or any other personally identifiable information, and the bulk of the data is only stored for 24 hours."' href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/privacy-policy/">Some</a></td>
|
<td><a data-toggle="tooltip" data-placement="bottom" data-original-title="Cloudflare collects and stores only the limited DNS query data that is sent to the 1.1.1.1 resolver. The 1.1.1.1 resolver service does not log personal data, and the bulk of the limited non-personally identifiable query data is only stored for 25 hours." href="https://developers.cloudflare.com/1.1.1.1/privacy/public-dns-resolver/">Some</a></td>
|
||||||
<td>DoH, DoT</td>
|
<td>DoH, DoT</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
@ -194,7 +186,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<td>
|
<td>
|
||||||
<div
|
<div
|
||||||
class="btn-secondary btn-icon"
|
class="btn-secondary btn-icon"
|
||||||
title=""CZ.NIC resolvers neither collect any personal data nor gather information on pages where your computer sends personal data.""
|
data-original-title=""CZ.NIC resolvers neither collect any personal data nor gather information on pages where your computer sends personal data.""
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="bottom">
|
data-placement="bottom">
|
||||||
<span class="fas fa-globe"></span>
|
<span class="fas fa-globe"></span>
|
||||||
@ -247,52 +239,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td data-value="LibreDNS">
|
|
||||||
<a href="https://libredns.gr/">LibreDNS</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
<span class="flag-icon flag-icon-de"></span>
|
|
||||||
Germany
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
class="btn-secondary btn-icon"
|
|
||||||
href="https://libreops.cc/terms.html">
|
|
||||||
<span class="fas fa-globe"></span>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a data-toggle="tooltip" data-placement="bottom" data-original-title="Part of LibreHosters, "a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platforms."" href="https://libreho.st/">
|
|
||||||
Informal collective
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>No</td>
|
|
||||||
<td>DoH, DoT</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
Based on server choice only for DoH
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
class="btn-secondary btn-icon"
|
|
||||||
href="https://gitlab.com/libreops/libredns">
|
|
||||||
<span class="fas fa-globe"></span>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
<a href="https://www.hetzner.com/">Hetzner Online GmbH</a>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td data-value="nextdns">
|
<td data-value="nextdns">
|
||||||
<a href="https://www.nextdns.io/">NextDNS</a>
|
<a href="https://www.nextdns.io/">NextDNS</a>
|
||||||
@ -325,61 +272,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<td>?</td>
|
<td>?</td>
|
||||||
<td>Self</td>
|
<td>Self</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td data-value="NixNet">
|
|
||||||
<a href="https://nixnet.xyz/dns/">NixNet</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
Anycast (based in
|
|
||||||
<span class="flag-icon flag-icon-us"></span>
|
|
||||||
US),
|
|
||||||
</span>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
<span class="flag-icon flag-icon-us"></span>
|
|
||||||
US,
|
|
||||||
</span>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
<span class="flag-icon flag-icon-lu"></span>
|
|
||||||
Luxembourg
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
class="btn-secondary btn-icon"
|
|
||||||
href="https://nixnet.xyz/privacy/">
|
|
||||||
<span class="fas fa-globe"></span>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a data-toggle="tooltip" data-placement="bottom" data-original-title='Part of LibreHosters, "a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platforms."' href="https://libreho.st/">
|
|
||||||
Informal collective
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>No</td>
|
|
||||||
<td>DoH, DoT</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
Based on server choice
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a
|
|
||||||
class="btn-secondary btn-icon"
|
|
||||||
href="https://git.nixnet.xyz/NixNet/dns">
|
|
||||||
<span class="fas fa-globe"></span>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<span class="no-text-wrap">
|
|
||||||
<a href="https://frantech.ca/">FranTech Solutions</a>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td data-value="PowerDNS">
|
<td data-value="PowerDNS">
|
||||||
<a href="https://powerdns.org/">PowerDNS</a>
|
<a href="https://powerdns.org/">PowerDNS</a>
|
||||||
@ -420,16 +313,11 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<tr>
|
<tr>
|
||||||
<td data-value="Quad9">
|
<td data-value="Quad9">
|
||||||
<a href="https://quad9.net/">Quad9</a>
|
<a href="https://quad9.net/">Quad9</a>
|
||||||
{% include badge.html
|
|
||||||
color="warning"
|
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
tooltip="Founders include the Global Cyber Alliance, composed of the City of London Police and Manhattan District Attorney's Office."
|
|
||||||
%}
|
|
||||||
</td>
|
</td>
|
||||||
<td>Anycast (based in
|
<td>Anycast (based in
|
||||||
<span class="no-text-wrap">
|
<span class="no-text-wrap">
|
||||||
<span class="flag-icon flag-icon-us"></span>
|
<span class="flag-icon flag-icon-ch"></span>
|
||||||
US)
|
Switzerland)
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -520,7 +408,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
<td>
|
<td>
|
||||||
<div
|
<div
|
||||||
class="btn-secondary btn-icon"
|
class="btn-secondary btn-icon"
|
||||||
title=""Absolutely nothing is being logged, neither about the users nor the usage of this service. I do keep graphs of the total number of queries, but no personally identifiable information is saved. The data that is saved will never be sold or used for anything except capacity planning of the service.""
|
data-original-title=""Absolutely nothing is being logged, neither about the users nor the usage of this service. I do keep graphs of the total number of queries, but no personally identifiable information is saved. The data that is saved will never be sold or used for anything except capacity planning of the service.""
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="bottom">
|
data-placement="bottom">
|
||||||
<span class="fas fa-globe"></span>
|
<span class="fas fa-globe"></span>
|
||||||
@ -528,7 +416,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</td>
|
</td>
|
||||||
<td>Hobby Project</td>
|
<td>Hobby Project</td>
|
||||||
<td>No</td>
|
<td>No</td>
|
||||||
<td data-value="doh">DoT</td> <!-- "hack" to group "DoT" values (when sorted) with "DoH" values -->
|
<td data-value="doh">DoH, DoT</td> <!-- "hack" to group "DoT" values (when sorted) with "DoH" values -->
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>No</td>
|
<td>No</td>
|
||||||
<td>No</td>
|
<td>No</td>
|
||||||
@ -543,3 +431,139 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h1 id="dns-desktop-clients" class="anchor">
|
||||||
|
<a href="#dns-desktop-clients">
|
||||||
|
<i class="fas fa-link anchor-icon"></i>
|
||||||
|
</a> Encrypted DNS Client Recommendations for Desktop
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="Unbound"
|
||||||
|
image="/assets/img/svg/3rd-party/unbound.svg"
|
||||||
|
description='A validating, recursive, caching DNS resolver, supporting DNS-over-TLS, and has been <a href="https://ostif.org/our-audit-of-unbound-dns-by-x41-d-sec-full-results/">independently audited</a>.'
|
||||||
|
website="https://nlnetlabs.nl/projects/unbound/about/"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-unbound/3563"
|
||||||
|
github="https://github.com/NLnetLabs/unbound"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="dnscrypt-proxy"
|
||||||
|
image="/assets/img/svg/3rd-party/dnscrypt-proxy.svg"
|
||||||
|
description='A DNS proxy with support for DNSCrypt, DNS-over-HTTPS, and <a href="https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt">Anonymized DNSCrypt</a>, a <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">relay-based protocol that the hides client IP address.</a>'
|
||||||
|
website="https://github.com/DNSCrypt/dnscrypt-proxy/wiki"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
|
||||||
|
github="https://github.com/DNSCrypt/dnscrypt-proxy"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="Stubby"
|
||||||
|
image="/assets/img/png/3rd-party/stubby.png"
|
||||||
|
description='An application that acts as a local DNS-over-TLS stub resolver. Stubby can be used in <a href="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Clients#DNSPrivacyClients-Unbound/Stubbycombination">combination with Unbound</a> by managing the upstream TLS connections (since Unbound cannot yet re-use TCP/TLS connections) with Unbound providing a local cache.'
|
||||||
|
website="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-stubby/3582"
|
||||||
|
github="https://github.com/getdnsapi/stubby"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="Firefox's built-in DNS-over-HTTPS resolver"
|
||||||
|
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||||
|
description='Firefox comes with built-in DNS-over-HTTPS support for <a href="https://blog.mozilla.org/blog/2020/02/25/firefox-continues-push-to-bring-dns-over-https-by-default-for-us-users/">NextDNS and Cloudflare</a> but users can manually use any other DoH resolver.'
|
||||||
|
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://developers.cloudflare.com/1.1.1.1/privacy/firefox::text==Warning::tooltip==Cloudflare logs a limited amount of data about the DNS requests that are sent to their custom resolver for Firefox."
|
||||||
|
website="https://support.mozilla.org/en-US/kb/firefox-dns-over-https"
|
||||||
|
privacy-policy="https://wiki.mozilla.org/Security/DOH-resolver-policy"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-firefox-s-built-in-dns-over-https-resolver/3564"
|
||||||
|
%}
|
||||||
|
|
||||||
|
<h1 id="dns-android-clients" class="anchor">
|
||||||
|
<a href="#dns-android-clients">
|
||||||
|
<i class="fas fa-link anchor-icon"></i>
|
||||||
|
</a> Encrypted DNS Client Recommendations for Android
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="Android 9's built-in DNS-over-TLS resolver"
|
||||||
|
image="/assets/img/svg/3rd-party/android.svg"
|
||||||
|
description="Android 9 (Pie) comes with built-in DNS-over-TLS support without the need for a 3rd-party application."
|
||||||
|
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://developers.google.com/speed/public-dns/docs/using#android_9_pie_or_later::text==Warning::tooltip==Android 9's DoT settings have no effect when used concurrently with VPN-based apps which override the DNS."
|
||||||
|
website="https://support.google.com/android/answer/9089903#private_dns"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-android-9s-built-in-dns-over-tls-resolver/3562"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="Nebulo"
|
||||||
|
image="/assets/img/png/3rd-party/nebulo.png"
|
||||||
|
description='An open-source Android client supporting DNS-over-HTTPS and DNS-over-TLS, caching DNS responses, and locally logging DNS queries.'
|
||||||
|
website="https://git.frostnerd.com/PublicAndroidApps/smokescreen/-/blob/master/README.md"
|
||||||
|
privacy-policy="https://smokescreen.app/privacypolicy"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-nebulo/3565"
|
||||||
|
fdroid="https://git.frostnerd.com/PublicAndroidApps/smokescreen#f-droid"
|
||||||
|
googleplay="https://play.google.com/store/apps/details?id=com.frostnerd.smokescreen"
|
||||||
|
source="https://git.frostnerd.com/PublicAndroidApps/smokescreen"
|
||||||
|
%}
|
||||||
|
|
||||||
|
<h1 id="dns-ios-clients" class="anchor">
|
||||||
|
<a href="#dns-ios-clients">
|
||||||
|
<i class="fas fa-link anchor-icon"></i>
|
||||||
|
</a> Encrypted DNS Client Recommendations for iOS
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
{%
|
||||||
|
include cardv2.html
|
||||||
|
title="DNSCloak"
|
||||||
|
image="/assets/img/png/3rd-party/dnscloak.png"
|
||||||
|
description='An open-source iOS client supporting DNS-over-HTTPS, DNSCrypt, and <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki">dnscrypt-proxy</a> options such as caching DNS responses, locally logging DNS queries, and custom block lists. Users can <a href="https://blog.privacytools.io/adding-custom-dns-over-https-resolvers-to-dnscloak/">add custom resolvers by DNS stamp</a>.'
|
||||||
|
website="https://github.com/s-s/dnscloak/blob/master/README.md"
|
||||||
|
privacy-policy="https://drive.google.com/file/d/1050No_pU74CAWUS5-BwQWyO2x_aiMzWc/view"
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-dnscloak/3566"
|
||||||
|
ios="https://apps.apple.com/app/id1452162351"
|
||||||
|
github="https://github.com/s-s/dnscloak"
|
||||||
|
%}
|
||||||
|
|
||||||
|
<h2 id="appledns" class="anchor">
|
||||||
|
<a href="#appledns">
|
||||||
|
<i class="fas fa-link anchor-icon"></i>
|
||||||
|
</a>Apple's native support
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
In iOS, iPadOS, tvOS 14 and macOS 11, DoT and DoH were introduced. DoT and DoH are supported natively by installation of profiles (through mobileconfig files opened in <em>Safari</em>).
|
||||||
|
After installation, the encrypted DNS server can be selected in <em>Settings → General → VPN and Network → DNS</em>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><strong>Signed profiles</strong> are offered by <a href="https://adguard.com/en/blog/encrypted-dns-ios-14.html">AdGuard</a> and <a href="https://apple.nextdns.io/">NextDNS</a>.</li>
|
||||||
|
<li>User contributed <strong>unsigned profiles</strong> for several DNS providers are hosted by <a href="https://encrypted-dns.party/">encrypted-dns.party</a>.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="dns-definitions" class="anchor">
|
||||||
|
<a href="#dns-definitions">
|
||||||
|
<i class="fas fa-link anchor-icon"></i>
|
||||||
|
</a> Definitions
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<h4>DNS-over-TLS (DoT)</h4>
|
||||||
|
<p>
|
||||||
|
A security protocol for encrypted DNS on a dedicated port 853. Some providers support port 443 which generally works everywhere while port 853 is often blocked by restrictive firewalls.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4>DNS-over-HTTPS (DoH)</h4>
|
||||||
|
<p>
|
||||||
|
Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443 and more difficult to block. {% include badge.html color="warning" text="Warning" tooltip="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server." link="https://tools.ietf.org/html/rfc8484#section-8.2" icon="fas fa-exclamation-triangle" %}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4>DNSCrypt</h4>
|
||||||
|
<p>
|
||||||
|
With an <a href="https://dnscrypt.info/protocol/">open specification</a>, DNSCrypt is an older, yet robust method for encrypting DNS.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4>Anonymized DNSCrypt</h4>
|
||||||
|
<p>
|
||||||
|
A <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">lightweight protocol</a> that hides the client IP address by using pre-configured relays to forward encrypted DNS data. This is a relatively new protocol created in 2019 currently only supported by <a href="#dns-desktop-clients">dnscrypt-proxy</a> and a limited number of <a href="https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/relays.md">relays</a>.
|
||||||
|
</p>
|
||||||
|
@ -1,51 +1,99 @@
|
|||||||
<h1 id="clients" class="anchor"><a href="#clients"><i class="fas fa-link anchor-icon"></i></a> Email Clients</h1>
|
<h1 id="desktopclients" class="anchor"><a href="#desktopclients"><i class="fas fa-link anchor-icon"></i></a> Desktop Email Clients</h1>
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="Thunderbird"
|
title="Thunderbird"
|
||||||
image="/assets/img/svg/3rd-party/thunderbird.svg"
|
image="/assets/img/svg/3rd-party/thunderbird.svg"
|
||||||
description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation."
|
description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation."
|
||||||
website="https://www.thunderbird.net/"
|
website="https://www.thunderbird.net/"
|
||||||
privacy-policy="https://www.mozilla.org/en-US/privacy/thunderbird/"
|
privacy-policy="https://www.mozilla.org/privacy/thunderbird/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-thunderbird/659"
|
forum="https://forum.privacytools.io/t/discussion-thunderbird/659"
|
||||||
source="https://hg.mozilla.org/comm-central/"
|
source="https://hg.mozilla.org/comm-central/"
|
||||||
windows="https://www.thunderbird.net/en-US/"
|
windows="https://www.thunderbird.net"
|
||||||
mac="https://www.thunderbird.net/en-US/"
|
mac="https://www.thunderbird.net"
|
||||||
linux="https://www.thunderbird.net/en-US/"
|
linux="https://www.thunderbird.net/"
|
||||||
freebsd="https://www.freshports.org/mail/thunderbird/"
|
freebsd="https://www.freshports.org/mail/thunderbird/"
|
||||||
openbsd="http://openports.se/mail/mozilla-thunderbird"
|
openbsd="http://openports.se/mail/mozilla-thunderbird"
|
||||||
netbsd="http://pkgsrc.se/mail/thunderbird"
|
netbsd="http://pkgsrc.se/mail/thunderbird"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="Claws Mail"
|
title="Mailpile"
|
||||||
image="/assets/img/png/3rd-party/claws_mail.png"
|
image="/assets/img/svg/3rd-party/mailpile.svg"
|
||||||
description="Claws Mail is a free and open source, GTK-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows."
|
description="Mailpile is a free, community funded, open source email client with user-friendly encryption and privacy features."
|
||||||
website="https://www.claws-mail.org/"
|
website="https://www.mailpile.is/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-claws-mail/660"
|
privacy-policy="https://www.mailpile.is/privacy.html"
|
||||||
git="https://git.claws-mail.org/"
|
tor="clgs64523yi2bkhz.onion"
|
||||||
windows="https://www.claws-mail.org/win32/"
|
forum="https://forum.privacytools.io/t/"
|
||||||
mac="https://www.claws-mail.org/faq/index.php/Installation_and_Configuration#What_do_I_need_to_compile_Claws_Mail.3F"
|
github="https://github.com/mailpile/Mailpile"
|
||||||
linux="https://www.claws-mail.org/downloads.php?section=downloads"
|
linux="https://www.mailpile.is/download/linux.html"
|
||||||
freebsd="https://www.freshports.org/mail/claws-mail/"
|
|
||||||
openbsd="http://openports.se/mail/claws-mail"
|
|
||||||
netbsd="http://pkgsrc.se/mail/claws-mail"
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
<h3>Privacy Email Tools</h3>
|
title="Mailvelope"
|
||||||
|
image="/assets/img/svg/3rd-party/mailvelope.svg"
|
||||||
<ul>
|
description="Mailvelope is a browser extension that enables the exchange of encrypted emails following the OpenPGP encryption standard."
|
||||||
<li><a href="https://www.gpg4usb.org/">gpg4usb</a> - A very easy to use and small portable editor to encrypt and decrypt any text-message or -file. For Windows and Linux. <a href="https://theprivacyguide.org/tutorials/gpg.html">GPG tutorial</a>.</li>
|
website="https://www.mailvelope.com/en"
|
||||||
<li><a href="https://www.mailvelope.com/">Mailvelope</a> - A browser extension that enables the exchange of encrypted emails following the <a href="https://theprivacyguide.org/tutorials/pgp.html">OpenPGP encryption standard</a>.</li>
|
privacy-policy="https://www.mailvelope.com/en/privacy-policy"
|
||||||
<li><a href="https://www.enigmail.net/">Enigmail</a> - A security extension to Thunderbird and Seamonkey. It enables you to write and receive email messages signed and/or encrypted with the <a href="https://theprivacyguide.org/tutorials/pgp.html">OpenPGP standard</a>.</li>
|
forum="https://forum.privacytools.io/t/"
|
||||||
<li><a href="https://addons.thunderbird.net/thunderbird/addon/torbirdy/">TorBirdy</a> - TorBirdy configures Thunderbird to make connections over the Tor anonymity network. This extension is in beta and should be considered experimental.</li>
|
github="https://github.com/mailvelope/mailvelope"
|
||||||
<li><a href="https://www.emailprivacytester.com/">Email Privacy Tester</a> - This tool will send an Email to your address and perform privacy-related tests.</li>
|
firefox="https://addons.mozilla.org/firefox/addon/mailvelope/"
|
||||||
</ul>
|
chrome="https://chrome.google.com/webstore/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke?hl"
|
||||||
|
edge="https://microsoftedge.microsoft.com/addons/detail/mailvelope/dgcbddhdhjppfdfjpciagmmibadmoapc"
|
||||||
|
%}
|
||||||
|
|
||||||
<h3>Worth Mentioning</h3>
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/k9mail/k-9/releases">K-9 Mail</a> - An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP.</li>
|
<li><a href="https://neomutt.org/">NeoMutt</a> - NeoMutt is an open-source command line mail reader (or MUA) for Linux and BSD. It’s a fork of <a href="https://en.wikipedia.org/wiki/Mutt_(email_client)">Mutt</a> with added features.
|
||||||
<li><a href="https://www.gnupg.org/">GNU Privacy Guard</a> - Email Encryption. GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. <a href="https://theprivacyguide.org/tutorials/gpg.html">Tutorial.</a> Use <a href="https://gpgtools.org/">GPGTools for macOS.</a></li>
|
|
||||||
<li><a href="https://www.mailpile.is/">Mailpile (Beta)</a> - A modern, fast web-mail client with user-friendly encryption and privacy features.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h1 id="mobileclients" class="anchor"><a href="#mobileclients"><i class="fas fa-link anchor-icon"></i></a> Mobile Email Clients</h1>
|
||||||
|
|
||||||
|
<h2 id="adroidclients" class="anchor"><a href="#adroidclients"><i class="fas fa-link anchor-icon"></i></a> Android Email Clients</h1>
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
|
title="FairEmail"
|
||||||
|
image="/assets/img/svg/3rd-party/fairemail.svg"
|
||||||
|
description="FairEmail is a minimal, open source email app, using open standards (IMAP, SMTP, OpenPGP) with a low data and battery usage."
|
||||||
|
website="https://email.faircode.eu/"
|
||||||
|
privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md"
|
||||||
|
forum="https://forum.privacytools.io/t/"
|
||||||
|
github="https://github.com/M66B/FairEmail"
|
||||||
|
fdroid="https://f-droid.org/en/packages/eu.faircode.email/"
|
||||||
|
googleplay="https://play.google.com/store/apps/details?id=eu.faircode.email"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
|
title="K-9 Mail"
|
||||||
|
image="/assets/img/svg/3rd-party/k9mail.svg"
|
||||||
|
description="K-9 Mail is an independent mail application that supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP."
|
||||||
|
website="https://k9mail.app/"
|
||||||
|
privacy-policy="https://k9mail.app/privacy"
|
||||||
|
forum="https://forum.privacytools.io/t/"
|
||||||
|
github="https://github.com/k9mail"
|
||||||
|
fdroid="https://f-droid.org/packages/com.fsck.k9/"
|
||||||
|
googleplay="https://play.google.com/store/apps/details?id=com.fsck.k9"
|
||||||
|
%}
|
||||||
|
|
||||||
|
<h2 id="iosclients" class="anchor"><a href="#iosclients"><i class="fas fa-link anchor-icon"></i></a> iOS Email Clients</h1>
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
|
title="Canary Mail"
|
||||||
|
image="/assets/img/svg/3rd-party/canarymail.svg"
|
||||||
|
labels="color==warning::link==https://canarymail.io/faq.html::text==Closed source::tooltip==The source programming code for Canary Mail is not available. Canary Mail is a proprietary application."
|
||||||
|
description="Canary Mail is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock."
|
||||||
|
website="https://canarymail.io/"
|
||||||
|
privacy-policy="https://canarymail.io/privacy.html"
|
||||||
|
forum="https://forum.privacytools.io/t/"
|
||||||
|
ios="https://apps.apple.com/us/app/canary-mail/id1236045954"
|
||||||
|
%}
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://letterbox-app.org/">Letterbox</a> - Letterbox is a free open-source mail client for iOS made as a part of an ongoing research project at the Freie Universität Berlin, Germany.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
<p>ProtonMail has <a href="https://protonmail.com/support/knowledge-base/how-to-use-pgp">integrated OpenPGP encryption</a> in their webmail. Emails to other ProtonMail users are encrypted automatically, and encryption to non-ProtonMail users with an OpenPGP key can be enabled easily in your account settings. They also allow you to <a href="https://protonmail.com/support/knowledge-base/encrypt-for-outside-users">encrypt messages to non-ProtonMail users</a> without the need for them to sign up for a ProtonMail account or use software like OpenPGP.</p>
|
<p>ProtonMail has <a href="https://protonmail.com/support/knowledge-base/how-to-use-pgp">integrated OpenPGP encryption</a> in their webmail. Emails to other ProtonMail users are encrypted automatically, and encryption to non-ProtonMail users with an OpenPGP key can be enabled easily in your account settings. They also allow you to <a href="https://protonmail.com/support/knowledge-base/encrypt-for-outside-users">encrypt messages to non-ProtonMail users</a> without the need for them to sign up for a ProtonMail account or use software like OpenPGP.</p>
|
||||||
<p>ProtonMail also supports the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of ProtonMail to find the OpenPGP keys of ProtonMail users easily, for cross-provider E2EE.</p>
|
<p>ProtonMail also supports the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of ProtonMail to find the OpenPGP keys of ProtonMail users easily, for cross-provider E2EE.</p>
|
||||||
|
|
||||||
<h5>{% include badge.html color="success" text=".onion Service" %}</h5>
|
<h5>{% include badge.html color="warning" text=".onion Service" %}</h5>
|
||||||
<p>ProtonMail is accessible via Tor at <a href="https://protonirockerxow.onion/">protonirockerxow.onion</a>.</p>
|
<p>ProtonMail's login and services are accessible over Tor, <a href="https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/">protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion</a></p>
|
||||||
|
|
||||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||||
<p>ProtonMail offers a "Visionary" account for €24/Month, which also enables access to ProtonVPN in addition to providing multiple accounts, domains, aliases, and extra storage.</p>
|
<p>ProtonMail offers a "Visionary" account for €24/Month, which also enables access to ProtonVPN in addition to providing multiple accounts, domains, aliases, and extra storage.</p>
|
||||||
@ -117,42 +117,6 @@
|
|||||||
<p>Posteo allows users to <a href="https://posteo.de/en/help/does-posteo-offer-mailing-lists">set up their own mailing lists</a>. Each account can create one list for free.</p>
|
<p>Posteo allows users to <a href="https://posteo.de/en/help/does-posteo-offer-mailing-lists">set up their own mailing lists</a>. Each account can create one list for free.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-2">
|
|
||||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
|
||||||
<img
|
|
||||||
src="/assets/img/svg/3rd-party/soverin.svg"
|
|
||||||
height="70"
|
|
||||||
width="200"
|
|
||||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
|
||||||
alt="Soverin">
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<h2 id="soverin" class="anchor"><a href="#soverin"><i class="fas fa-link anchor-icon"></i></a> Soverin {% include badge.html color="info" text="€29/y" %}</h2>
|
|
||||||
<p><strong><a href="https://soverin.net">Soverin.net</a></strong> is an email provider which focuses on being private, ad-free, and powered by sustainable energy. They have been in operation since <strong>2015</strong>. Soverin is based in <span class="flag-icon flag-icon-nl"></span> Amsterdam and does not have a free trial. Accounts start at 25 GB.</p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
|
||||||
<p>Soverin lets users use their own domain. Soverin users can also use <a href="https://support.soverin.net/hc/en-us/articles/115004811093-How-can-I-setup-a-catch-all-on-my-domain-">catch-all</a> and <a href="https://support.soverin.net/hc/en-us/articles/115004811073-How-can-I-add-an-alias-to-my-domain-">aliases</a> for domains they own. Soverin also allows for <a href="https://support.soverin.net/hc/en-us/articles/115004811033-Do-support-the-plus-syntax-subaddressing-">subaddressing</a>, which is useful for users who don't want to purchase a domain.</p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="success" text="Payment Methods" %}</h5>
|
|
||||||
<p>Soverin accepts Bitcoin as payment. They also accept credit/debit cards, PayPal, and the Netherlands-specific payment gateway iDEAL.</p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
|
||||||
<p>Soverin supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> two factor authentication <a href="https://support.soverin.net/hc/en-us/articles/360008819553-Setting-up-2-Factor-Authentication-2FA-Webmail-only">for webmail only</a>. They do not allow <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key authentication.</p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
|
|
||||||
<p>Soverin has <a href="https://support.soverin.net/hc/en-us/articles/115004810713-Technical-details-about-Soverin">encryption at rest</a> however it doesn't appear to be "zero access", meaning it is technically possible for them to decrypt the data they have.</p>
|
|
||||||
<p>Soverin also uses the standard <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a> and <a href="https://en.wikipedia.org/wiki/CardDAV">CardDAV</a> protocols for calendars and contacts, which do not support E2EE. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate.</p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
|
||||||
<p>Soverin has integrated encryption in their webmail, which simplifies sending messages to users. However, Soverin has not integrated a <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a> for users on their platform.<p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
|
|
||||||
<p>Soverin does not operate a .onion service.</p>
|
|
||||||
|
|
||||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
|
||||||
<p>Soverin also providers users with space for a personal webpage.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||||
<img
|
<img
|
||||||
|
@ -55,21 +55,17 @@
|
|||||||
<h3>Worth Mentioning</h3>
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.
|
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.</li>
|
||||||
{% include badge.html
|
|
||||||
color="warning"
|
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375"
|
|
||||||
tooltip="Cryptomator's mobile apps are not open-source."
|
|
||||||
%}</li>
|
|
||||||
<li><a href="https://gitlab.com/cryptsetup/cryptsetup/">Linux Unified Key Setup (LUKS)</a> - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.</li>
|
<li><a href="https://gitlab.com/cryptsetup/cryptsetup/">Linux Unified Key Setup (LUKS)</a> - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.</li>
|
||||||
<li><a href="https://www.dyne.org/software/tomb/">Tomb</a> - A simple zsh script for making LUKS containers on the commandline.</li>
|
<li><a href="https://www.dyne.org/software/tomb/">Tomb</a> - A simple zsh script for making LUKS containers on the commandline.</li>
|
||||||
<li><a href="https://hat.sh/">Hat.sh</a> - A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.</li>
|
<li><a href="https://hat.sh/">Hat.sh</a> - A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.</li>
|
||||||
<li><a href="https://www.keka.io/">Keka</a> - A macOS-only, file archiver with the ability to encrypt files.
|
<li>
|
||||||
{% include badge.html
|
<a href="https://www.kryptor.co.uk/">Kryptor</a> - Free and open source file encryption software for Windows, macOS, and Linux.
|
||||||
color="warning"
|
{% include badge.html
|
||||||
icon="fas fa-exclamation-triangle"
|
color="warning"
|
||||||
link="https://github.com/aonez/Keka#so-where-is-the-source-code"
|
icon="fas fa-exclamation-triangle"
|
||||||
tooltip="This software is no longer open source."
|
text="Beta"
|
||||||
%}</li>
|
tooltip="As Kryptor is still in beta, it may not be stable."
|
||||||
|
%}
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1,18 +1,5 @@
|
|||||||
<h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1>
|
<h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1>
|
||||||
|
|
||||||
{% include cardv2.html
|
|
||||||
title="Firefox Send"
|
|
||||||
image="/assets/img/svg/3rd-party/firefox_send.svg"
|
|
||||||
labels="color==warning::link==https://send.firefox.com/legal::text==Warning::tooltip==IP addresses are retained in logs for 90 days."
|
|
||||||
description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security."
|
|
||||||
website="https://send.firefox.com/"
|
|
||||||
privacy-policy="https://send.firefox.com/legal"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-firefox-send/755"
|
|
||||||
github="https://github.com/mozilla/send"
|
|
||||||
web="https://send.firefox.com/"
|
|
||||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="OnionShare"
|
title="OnionShare"
|
||||||
image="/assets/img/svg/3rd-party/onionshare.svg"
|
image="/assets/img/svg/3rd-party/onionshare.svg"
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
<div class="alert alert-success" role="alert">
|
|
||||||
<strong>New!</strong> Financial <a href="https://opencollective.com/privacytools" class="alert-link">contributions</a> to {{ site.name }} are now tax deductible in the US! <a href="https://blog.privacytools.io/privacytools-io-joins-the-open-collective-foundation" class="alert-link">Learn more...</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="jumbotron p-5">
|
<div class="jumbotron p-5">
|
||||||
<h1 class="display-4">
|
<h1 class="display-4">
|
||||||
<a href="{{ site.production_url }}" title="{{ site.name }}">
|
<a href="{{ site.production_url }}" title="{{ site.name }}">
|
||||||
@ -14,7 +10,7 @@
|
|||||||
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. {{ site.name }} provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
|
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. {{ site.name }} provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form method="POST" action="https://search.privacytools.io/" id="search_form" role="search">
|
<form method="POST" action="https://search.privacytools.io/searx/" id="search_form" role="search">
|
||||||
<div class="input-group col-12 col-md-8 offset-md-2">
|
<div class="input-group col-12 col-md-8 offset-md-2">
|
||||||
<input type="search" name="q" class="form-control input-lg" id="q" placeholder="Try {{ site.name }} Search, a Privacy-Respecting Search Engine" autocomplete="off" value="">
|
<input type="search" name="q" class="form-control input-lg" id="q" placeholder="Try {{ site.name }} Search, a Privacy-Respecting Search Engine" autocomplete="off" value="">
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
image-dark="/assets/img/svg/3rd-party/bahnhof-dark.svg"
|
image-dark="/assets/img/svg/3rd-party/bahnhof-dark.svg"
|
||||||
description="Bahnhof is one of Sweden’s largest network operators, founded in 1994. They specialize in innovative data center construction: Extreme security coupled with low-cost green energy has made them world famous."
|
description="Bahnhof is one of Sweden’s largest network operators, founded in 1994. They specialize in innovative data center construction: Extreme security coupled with low-cost green energy has made them world famous."
|
||||||
website="https://www.bahnhof.net/"
|
website="https://www.bahnhof.net/"
|
||||||
privacy-policy="https://www.bahnhof.net/page/privacy-policy"
|
privacy-policy="https://bahnhof.se/filestorage/userfiles/file/PrivacyPolicy_Bahnhof.pdf"
|
||||||
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
|
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
title="VPS & Domain: Njalla"
|
title="VPS & Domain: Njalla"
|
||||||
image="/assets/img/svg/3rd-party/njalla.svg"
|
image="/assets/img/svg/3rd-party/njalla.svg"
|
||||||
image-dark="/assets/img/svg/3rd-party/njalla-dark.svg"
|
image-dark="/assets/img/svg/3rd-party/njalla-dark.svg"
|
||||||
description="Njalla is a privacy-aware domain registration service and VPS provider based in Nevis (with VPS data centers in Sweden). It is created by people from The Pirate Bay and IPredator VPN. Accepted payments: Bitcoin, Litecoin, Monero, Zcash, DASH, Bitcoin Cash and PayPal."
|
description="Njalla is a privacy-aware domain registration service and VPS provider based in Nevis (with VPS data centers in Sweden). It is created by people from The Pirate Bay and the now merged IPredator VPN. Accepted payments: Bitcoin, Litecoin, Monero, Zcash, DASH, Ethereum, Bitcoin Cash and PayPal."
|
||||||
website="https://njal.la/"
|
website="https://njal.la/"
|
||||||
labels="color==warning::link==https://github.com/privacytools/privacytools.io/issues/1920::text==Warning::tooltip==Njalla blocks port 25 traffic."
|
labels="color==warning::link==https://github.com/privacytools/privacytools.io/issues/1920::text==Warning::tooltip==Njalla blocks port 25 traffic."
|
||||||
tor="http://njalladnspotetti.onion"
|
tor="http://njalladnspotetti.onion"
|
||||||
|
@ -73,12 +73,12 @@
|
|||||||
include cardv2.html
|
include cardv2.html
|
||||||
title="Element"
|
title="Element"
|
||||||
image="/assets/img/svg/3rd-party/element.svg"
|
image="/assets/img/svg/3rd-party/element.svg"
|
||||||
description='<a href="https://element.io">Element</a> (formerly <a href="https://element.io/blog/welcome-to-element/">Riot</a>) is the reference client for the <a href="https://matrix.org/docs/guides/introduction">Matrix</a> network. The <a href="https://matrix.org/docs/spec">Matrix open standard</a> is an open-source standard for secure, decentralized, real-time communication.'
|
description='<a href="https://element.io">Element</a> (formerly <a href="https://element.io/blog/welcome-to-element/">Riot</a>) is the reference client for the <a href="https://matrix.org/docs/guides/introduction">Matrix</a> network. The <a href="https://matrix.org/docs/spec">Matrix open standard</a> is an open-source standard for secure (<a href="https://matrix.org/blog/2016/11/21/matrixs-olm-end-to-end-encryption-security-assessment-released-and-implemented-cross-platform-on-riot-at-last">audit</a>), decentralized, real-time communication.'
|
||||||
labels="text==VoIP"
|
labels="text==VoIP"
|
||||||
website="https://element.io"
|
website="https://element.io"
|
||||||
privacy-policy="https://element.io/privacy"
|
privacy-policy="https://element.io/privacy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-element-io/665"
|
forum="https://forum.privacytools.io/t/discussion-element-io/665"
|
||||||
github="https://github.com/vector-im/riot-web/"
|
github="https://github.com/vector-im/element-web"
|
||||||
windows="https://element.io/get-started"
|
windows="https://element.io/get-started"
|
||||||
mac="https://element.io/get-started"
|
mac="https://element.io/get-started"
|
||||||
linux="https://element.io/get-started"
|
linux="https://element.io/get-started"
|
||||||
|
31
_includes/sections/ios-addons.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<h1 id="iaddons" class="anchor"><a href="#iaddons"><i class="fas fa-link anchor-icon"></i></a> iOS Privacy Add-ons</h1>
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
|
|
||||||
|
<div class="row mb-2">
|
||||||
|
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||||
|
<img src="/assets/img/png/3rd-party/passepartout.png" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Passepartout">
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<h3>Use a VPN with <a href="https://passepartoutvpn.app">Passepartout</a></h3>
|
||||||
|
<p><strong>Passepartout</strong> is a free, <a href="https://github.com/passepartoutvpn">open-source</a>, and user friendly OpenVPN app with presets for multiple providers (including Mullvad and ProtonVPN, two <a href="https://www.privacytools.io/providers/vpn/#vpn">PrivacyTools recommended providers</a>) and easy configurability.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row mb-2">
|
||||||
|
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||||
|
<img src="/assets/img/png/3rd-party/adguard.png" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="AdGuard">
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<h3>Block content in Safari with <a href="https://adguard.com/en/adguard-ios/overview.html">AdGuard for iOS</a></h3>
|
||||||
|
<p><strong>AdGuard for iOS</strong> is a free (and <a href="https://github.com/AdguardTeam/AdguardForiOS">open-source</a>) content-blocking app that allows you to set filters within Safari. As required by iOS, it uses the native <a href="https://developer.apple.com/documentation/safariservices/creating_a_content_blocker">Content Blocker API</a> for even greater privacy.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>See also</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/providers/dns#dns-ios-clients">Our DNS client recommendations</a>, which have information on enabling encrypted DNS on iOS.
|
||||||
|
</li>
|
||||||
|
</ul>
|
@ -12,7 +12,6 @@
|
|||||||
<ol class="card-ol">
|
<ol class="card-ol">
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Antigua_and_Barbuda">Antigua and Barbuda</a> <div class="float-right"><span class="flag-icon flag-icon-ag"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Antigua_and_Barbuda">Antigua and Barbuda</a> <div class="float-right"><span class="flag-icon flag-icon-ag"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Australia">Australia</a> <div class="float-right"><span class="flag-icon flag-icon-au"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Australia">Australia</a> <div class="float-right"><span class="flag-icon flag-icon-au"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Canada">Canada</a> <div class="float-right"><span class="flag-icon flag-icon-ca"></span></div></li>
|
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#France">France</a> <div class="float-right"><span class="flag-icon flag-icon-fr"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#France">France</a> <div class="float-right"><span class="flag-icon flag-icon-fr"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#India">India</a> <div class="float-right"><span class="flag-icon flag-icon-in"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#India">India</a> <div class="float-right"><span class="flag-icon flag-icon-in"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Ireland">Ireland</a> <div class="float-right"><span class="flag-icon flag-icon-ie"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Ireland">Ireland</a> <div class="float-right"><span class="flag-icon flag-icon-ie"></span></div></li>
|
||||||
@ -42,6 +41,7 @@
|
|||||||
title="Key disclosure laws don't apply"
|
title="Key disclosure laws don't apply"
|
||||||
body='
|
body='
|
||||||
<ol class="card-ol">
|
<ol class="card-ol">
|
||||||
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Canada">Canada</a> <div class="float-right"><span class="flag-icon flag-icon-ca"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Czech_Republic">Czech Republic</a> <div class="float-right"><span class="flag-icon flag-icon-cz"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Czech_Republic">Czech Republic</a> <div class="float-right"><span class="flag-icon flag-icon-cz"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Germany">Germany</a> <div class="float-right"><span class="flag-icon flag-icon-de"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Germany">Germany</a> <div class="float-right"><span class="flag-icon flag-icon-de"></span></div></li>
|
||||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Iceland">Iceland</a> <div class="float-right"><span class="flag-icon flag-icon-is"></span></div></li>
|
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Iceland">Iceland</a> <div class="float-right"><span class="flag-icon flag-icon-is"></span></div></li>
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
<h3>Worth Mentioning</h3>
|
<h3>Worth Mentioning</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="https://www.etesync.com/">EteSync</a> - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.</li>
|
||||||
<li><a href="https://paperwork.cloud/">Paperwork</a> - An open-source and self-hosted solution. For PHP / MySQL servers.</li>
|
<li><a href="https://paperwork.cloud/">Paperwork</a> - An open-source and self-hosted solution. For PHP / MySQL servers.</li>
|
||||||
<li><a href="https://orgmode.org">Org-mode</a> - A major mode for GNU Emacs. Org-mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. </li>
|
<li><a href="https://orgmode.org">Org-mode</a> - A major mode for GNU Emacs. Org-mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
image="/assets/img/svg/3rd-party/archlinux.svg"
|
image="/assets/img/svg/3rd-party/archlinux.svg"
|
||||||
description='A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement.'
|
description='A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement.'
|
||||||
badges="info:Linux"
|
badges="info:Linux"
|
||||||
labels="color==success::link==https://tests.reproducible-builds.org/archlinux/archlinux.html::text==Reproducable builds"
|
labels="color==success::link==https://reproducible.archlinux.org::text==Reproducible builds"
|
||||||
website="https://www.archlinux.org/"
|
website="https://www.archlinux.org/"
|
||||||
privacy-policy="https://wiki.archlinux.org/index.php/ArchWiki:Privacy_policy"
|
privacy-policy="https://wiki.archlinux.org/index.php/ArchWiki:Privacy_policy"
|
||||||
gitlab="https://gitlab.archlinux.org"
|
gitlab="https://gitlab.archlinux.org"
|
||||||
@ -56,7 +56,7 @@
|
|||||||
image="/assets/img/svg/3rd-party/debian.svg"
|
image="/assets/img/svg/3rd-party/debian.svg"
|
||||||
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
|
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
|
||||||
badges="info:Linux"
|
badges="info:Linux"
|
||||||
labels="color==success::link==https://reproducible.debian.net::text==Reproducable builds"
|
labels="color==success::link==https://reproducible.debian.net::text==Reproducible builds"
|
||||||
website="https://www.debian.org/"
|
website="https://www.debian.org/"
|
||||||
privacy-policy="https://www.debian.org/legal/privacy"
|
privacy-policy="https://www.debian.org/legal/privacy"
|
||||||
tor="http://sejnfjrq6szgca7v.onion"
|
tor="http://sejnfjrq6szgca7v.onion"
|
||||||
@ -68,7 +68,7 @@
|
|||||||
image="/assets/img/svg/3rd-party/nixos.svg"
|
image="/assets/img/svg/3rd-party/nixos.svg"
|
||||||
description='NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many <a href="https://nixos.org/features.html">other advantages</a>.'
|
description='NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many <a href="https://nixos.org/features.html">other advantages</a>.'
|
||||||
badges="info:Linux"
|
badges="info:Linux"
|
||||||
labels="color==success::link==https://r13y.com::text==Reproducable builds"
|
labels="color==success::link==https://r13y.com::text==Reproducible builds"
|
||||||
website="https://nixos.org"
|
website="https://nixos.org"
|
||||||
privacy-policy="https://nixos.wiki/wiki/NixOS_Wiki:Privacy_policy"
|
privacy-policy="https://nixos.wiki/wiki/NixOS_Wiki:Privacy_policy"
|
||||||
github="https://github.com/NixOS"
|
github="https://github.com/NixOS"
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://freedom.press/"><strong>Freedom of the Press Foundation</strong></a> - Supporting and defending journalism dedicated to transparency and accountability since 2012.</li>
|
<li><a href="https://freedom.press/"><strong>Freedom of the Press Foundation</strong></a> - Supporting and defending journalism dedicated to transparency and accountability since 2012.</li>
|
||||||
<li><a href="https://www.erfahrungen.com/mit/anonymisierung/t/"><strong>Erfahrungen.com</strong></a> - German review aggregator website of privacy-related services.</li>
|
|
||||||
<li><a href="https://openwireless.org/"><strong>Open Wireless Movement</strong></a> - a coalition of Internet freedom advocates, companies, organizations, and technologists working to develop new wireless technologies and to inspire a movement of Internet openness.</li>
|
<li><a href="https://openwireless.org/"><strong>Open Wireless Movement</strong></a> - a coalition of Internet freedom advocates, companies, organizations, and technologists working to develop new wireless technologies and to inspire a movement of Internet openness.</li>
|
||||||
<li><a href="https://privacy.net/us-government-surveillance-spying-data"><strong>privacy.net</strong></a> - What does the US government know about you?</li>
|
<li><a href="https://privacy.net/us-government-surveillance-spying-data"><strong>privacy.net</strong></a> - What does the US government know about you?</li>
|
||||||
<li><a href="https://www.reddit.com/r/privacytoolsIO/wiki/index"><strong>r/privacytoolsIO Wiki</strong></a> - Our Wiki on reddit.com.</li>
|
<li><a href="https://www.reddit.com/r/privacytoolsIO/wiki/index"><strong>r/privacytoolsIO Wiki</strong></a> - Our Wiki on reddit.com.</li>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
website="https://write.as/"
|
website="https://write.as/"
|
||||||
privacy-policy="https://write.as/privacy"
|
privacy-policy="https://write.as/privacy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-write-as-productivity-tools/1539"
|
forum="https://forum.privacytools.io/t/discussion-write-as-productivity-tools/1539"
|
||||||
tor="http://writeas7pm7rcdqg.onion"
|
tor="http://writeasw4b635r4o3vec6mu45s47ohfyro5vayzx2zjwod4pjswyovyd.onion"
|
||||||
git="https://code.as/writeas"
|
git="https://code.as/writeas"
|
||||||
web="https://write.as/pad"
|
web="https://write.as/pad"
|
||||||
windows="https://github.com/writeas/writeas-cli"
|
windows="https://github.com/writeas/writeas-cli"
|
||||||
|
@ -20,3 +20,13 @@
|
|||||||
privacy-policy="https://www.pfsense.org/privacy.html"
|
privacy-policy="https://www.pfsense.org/privacy.html"
|
||||||
github="https://github.com/pfsense/"
|
github="https://github.com/pfsense/"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
|
title="LibreCMC"
|
||||||
|
image="/assets/img/svg/3rd-party/librecmc.svg"
|
||||||
|
image-dark="/assets/img/svg/3rd-party/librecmc-dark.svg"
|
||||||
|
description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF)."
|
||||||
|
badges="info:GNU/Linux"
|
||||||
|
website="https://librecmc.org"
|
||||||
|
git="https://gogs.librecmc.org/libreCMC/libreCMC"
|
||||||
|
%}
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
title="Nextcloud"
|
title="Nextcloud"
|
||||||
image="/assets/img/svg/3rd-party/nextcloud.svg"
|
image="/assets/img/svg/3rd-party/nextcloud.svg"
|
||||||
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
|
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
|
||||||
labels="color==warning::link==https://github.com/nextcloud/end_to_end_encryption/issues/111::text==Experimental E2EE::tooltip==Regarding E2EE their description states 'End-to-end encryption is still in alpha state, don't use this in production and only with test data!'."
|
|
||||||
website="https://nextcloud.com/"
|
website="https://nextcloud.com/"
|
||||||
privacy-policy="https://nextcloud.com/privacy/"
|
privacy-policy="https://nextcloud.com/privacy/"
|
||||||
forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
|
forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
|
||||||
|
@ -20,7 +20,7 @@ linux="https://getaether.net/download/"
|
|||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
title="Tildes"
|
title="Tildes"
|
||||||
image="/assets/img/svg/3rd-party/tildes.svg"
|
image="/assets/img/svg/3rd-party/tildes.svg"
|
||||||
description='Tildes is a web-based self-hostable online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">GPL 3.0</a>.'
|
description='Tildes is a web-based self-hostable online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">AGPLv3</a>.'
|
||||||
website="https://tildes.net"
|
website="https://tildes.net"
|
||||||
privacy-policy="https://docs.tildes.net/policies/privacy-policy"
|
privacy-policy="https://docs.tildes.net/policies/privacy-policy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-tildes/1257"
|
forum="https://forum.privacytools.io/t/discussion-tildes/1257"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
website="https://element.io"
|
website="https://element.io"
|
||||||
privacy-policy="https://element.io/privacy"
|
privacy-policy="https://element.io/privacy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-element-io/665"
|
forum="https://forum.privacytools.io/t/discussion-element-io/665"
|
||||||
github="https://github.com/vector-im/riot-web/"
|
github="https://github.com/vector-im/element-web"
|
||||||
windows="https://element.io/get-started"
|
windows="https://element.io/get-started"
|
||||||
mac="https://element.io/get-started"
|
mac="https://element.io/get-started"
|
||||||
linux="https://element.io/get-started"
|
linux="https://element.io/get-started"
|
||||||
|
@ -19,5 +19,6 @@
|
|||||||
description='A Debian-based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation" and a Tor "Gateway". All communication are forced through the Tor network to accomplish this. <a href="https://www.whonix.org/wiki/Qubes/Why_use_Qubes_over_other_Virtualizers">Whonix is best used in conjunction with Qubes.</a>'
|
description='A Debian-based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation" and a Tor "Gateway". All communication are forced through the Tor network to accomplish this. <a href="https://www.whonix.org/wiki/Qubes/Why_use_Qubes_over_other_Virtualizers">Whonix is best used in conjunction with Qubes.</a>'
|
||||||
badges="info:Linux"
|
badges="info:Linux"
|
||||||
website="https://www.whonix.org/"
|
website="https://www.whonix.org/"
|
||||||
|
tor="http://www.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion/"
|
||||||
github="https://github.com/Whonix"
|
github="https://github.com/Whonix"
|
||||||
%}
|
%}
|
||||||
|
@ -8,7 +8,8 @@
|
|||||||
title="Invidious"
|
title="Invidious"
|
||||||
image="/assets/img/svg/3rd-party/invidious.svg"
|
image="/assets/img/svg/3rd-party/invidious.svg"
|
||||||
description='Invidious is an alternative front-end to YouTube. It is free software, with no advertising or Javascript dependency to play videos, with lots of other features that allow you to have a complete YouTube experience, sans Google.'
|
description='Invidious is an alternative front-end to YouTube. It is free software, with no advertising or Javascript dependency to play videos, with lots of other features that allow you to have a complete YouTube experience, sans Google.'
|
||||||
website="https://invidio.us"
|
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://github.com/iv-org/documentation/blob/master/Always-use-%22local%22-to-proxy-video-through-the-server-without-creating-an-account.md::text==Warning::tooltip==By default, Invidious will not proxy videos through the instance's proxy."
|
||||||
github="https://github.com/omarroth/invidious"
|
website="https://invidious.io/"
|
||||||
web="https://instances.invidio.us"
|
github="https://github.com/iv-org/invidious"
|
||||||
|
web="https://instances.invidious.io/"
|
||||||
%}
|
%}
|
||||||
|
@ -17,7 +17,24 @@
|
|||||||
mac="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
mac="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||||
fdroid="https://f-droid.org/packages/org.linphone"
|
fdroid="https://f-droid.org/packages/org.linphone"
|
||||||
googleplay="https://play.google.com/store/apps/details?id=org.linphone"
|
googleplay="https://play.google.com/store/apps/details?id=org.linphone"
|
||||||
ios="https://itunes.apple.com/us/app/linphone/id360065638?mt=8"
|
ios="https://apps.apple.com/us/app/linphone/id360065638"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include cardv2.html
|
||||||
|
title="Jitsi Meet"
|
||||||
|
image="/assets/img/svg/3rd-party/jitsi.svg"
|
||||||
|
website="https://jitsi.org/jitsi-meet/"
|
||||||
|
privacy-policy="https://jitsi.org/security/"
|
||||||
|
description='Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application with optional E2EE. It can be used from the browser, in <a href="https://github.com/jitsi/jitsi-meet-electron/releases">desktop applications</a> or on smartphones. Additional features include screen sharing for presentations and an always-on-top floating call window when minimized. See the <a href="https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances">list of public Jitsi Meet instances</a>.'
|
||||||
|
labels="color==warning::text==Requires WebRTC::tooltip==Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it.|color==warning::link==https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/e2ee.md::text==Experimental E2EE::tooltip==E2EE in Jitsi Meet is dependent on Insertable Streams, which is currently supported in Chrome but not Firefox. The mobile apps also do not support E2EE for the moment. Prefer to use the desktop apps instead."
|
||||||
|
forum="https://forum.privacytools.io/t/discussion-jitsi-meet/1577"
|
||||||
|
github="https://github.com/jitsi/jitsi-meet"
|
||||||
|
windows="https://github.com/jitsi/jitsi-meet-electron/releases"
|
||||||
|
linux="https://github.com/jitsi/jitsi-meet-electron/releases"
|
||||||
|
mac="https://github.com/jitsi/jitsi-meet-electron/releases"
|
||||||
|
fdroid="https://f-droid.org/en/packages/org.jitsi.meet/"
|
||||||
|
googleplay="https://play.google.com/store/apps/details?id=org.jitsi.meet"
|
||||||
|
ios="https://apps.apple.com/us/app/jitsi-meet/id1165103905"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{% include cardv2.html
|
{% include cardv2.html
|
||||||
@ -34,29 +51,6 @@
|
|||||||
ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1"
|
ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
<h3>Worth Mentioning</h3>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="https://jitsi.org/jitsi-meet/">Jitsi Meet</a> - Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application.
|
|
||||||
|
|
||||||
{% include badge.html
|
|
||||||
color="warning"
|
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
text="Requires WebRTC"
|
|
||||||
tooltip="Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it."
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% include badge.html
|
|
||||||
color="warning"
|
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
link="https://jitsi.org/security"
|
|
||||||
text="Multiparty meetings are not E2EE"
|
|
||||||
%}
|
|
||||||
|
|
||||||
See also <a href="https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances">list of public Jitsi Meet instances</a>.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Related Information</h3>
|
<h3>Related Information</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
<blockquote class="blockquote">
|
<blockquote class="blockquote">
|
||||||
<p class="mb-0">...Cure53 and Assured AB are happy with the results of the audit and the software leaves an overall positive impression. With security dedication of the in-house team at the Mullvad VPN compound, the testers have no doubts about the project being on the right track from a security standpoint.</p>
|
<p class="mb-0">...Cure53 and Assured AB are happy with the results of the audit and the software leaves an overall positive impression. With security dedication of the in-house team at the Mullvad VPN compound, the testers have no doubts about the project being on the right track from a security standpoint.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
<p>In 2020 a second audit <a href="https://mullvad.net/blog/2020/6/25/results-available-audit-mullvad-app/">was announced</a> and the <a href="https://cure53.de/pentest-report_mullvad_2020_v2.pdf">final audit report</a> was made available on Cure53's website.</p>
|
||||||
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
|
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
|
||||||
<p>Mullvad provides the source code for their desktop and mobile clients in their <a href="https://github.com/mullvad/mullvadvpn-app">GitHub organization</a>.</p>
|
<p>Mullvad provides the source code for their desktop and mobile clients in their <a href="https://github.com/mullvad/mullvadvpn-app">GitHub organization</a>.</p>
|
||||||
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
||||||
@ -41,9 +42,9 @@
|
|||||||
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
|
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
|
||||||
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is allowed on Mullvad, see <a href="https://mullvad.net/help/port-forwarding-and-mullvad/">Port forwarding with Mullvad VPN</a>.</p>
|
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is allowed on Mullvad, see <a href="https://mullvad.net/help/port-forwarding-and-mullvad/">Port forwarding with Mullvad VPN</a>.</p>
|
||||||
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
||||||
<p>Mullvad has published <a href ="https://apps.apple.com/app/mullvad-vpn/id1488466513">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.mullvad.mullvadvpn">Google Play</a> clients, both supporting an easy-to use interface as opposed to requiring users to manual configure their WireGuard connections. The mobile client on Android is also available in <a href="https://f-droid.org/packages/net.mullvad.mullvadvpn">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducable builds</a>.</p></p>
|
<p>Mullvad has published <a href ="https://apps.apple.com/app/mullvad-vpn/id1488466513">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.mullvad.mullvadvpn">Google Play</a> clients, both supporting an easy-to use interface as opposed to requiring users to manual configure their WireGuard connections. The mobile client on Android is also available in <a href="https://f-droid.org/packages/net.mullvad.mullvadvpn">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducible builds</a>.</p></p>
|
||||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||||
<p>The Mullvad VPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. The Mullvad website is also accessible via Tor at <a href="http://xcln5hkbriyklr6n.onion/">xcln5hkbriyklr6n.onion</a>.</p>
|
<p>The Mullvad VPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. The Mullvad website is also accessible via Tor at <a href="o54hon2e2vj6c7m3aqqu6uyece65by3vgoxxhlqlsvkmacw6a7m7kiad.onion">o54hon2e2vj6c7m3aqqu6uyece65by3vgoxxhlqlsvkmacw6a7m7kiad.onion</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
@ -68,7 +69,7 @@
|
|||||||
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
||||||
<p>ProtonVPN does technically accept Bitcoin payments; however, you either need to have an existing account, or contact their support team in advance to register with Bitcoin.</p>
|
<p>ProtonVPN does technically accept Bitcoin payments; however, you either need to have an existing account, or contact their support team in advance to register with Bitcoin.</p>
|
||||||
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
||||||
<p>In addition to providing standard OpenVPN configuration files, ProtonVPN has mobile clients for <a href="https://apps.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085">App Store</a> and <a href="https://play.google.com/store/apps/details?id=ch.protonvpn.android&hl=en_US">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/ch.protonvpn.android">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducable builds</a>.</p>
|
<p>In addition to providing standard OpenVPN configuration files, ProtonVPN has mobile clients for <a href="https://apps.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085">App Store</a> and <a href="https://play.google.com/store/apps/details?id=ch.protonvpn.android&hl=en_US">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/ch.protonvpn.android">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducible builds</a>.</p>
|
||||||
<h5>{% include badge.html color="warning" text="No Port Forwarding" %}</h5>
|
<h5>{% include badge.html color="warning" text="No Port Forwarding" %}</h5>
|
||||||
<p>ProtonVPN does not currently support remote port forwarding, which may impact some applications. Especially Peer-to-Peer applications like Torrent clients.</p>
|
<p>ProtonVPN does not currently support remote port forwarding, which may impact some applications. Especially Peer-to-Peer applications like Torrent clients.</p>
|
||||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||||
@ -85,7 +86,7 @@
|
|||||||
{% include badge.html color="info" text="Standard USD $60/y" %}
|
{% include badge.html color="info" text="Standard USD $60/y" %}
|
||||||
{% include badge.html color="secondary" text="Pro USD $100/y" %}
|
{% include badge.html color="secondary" text="Pro USD $100/y" %}
|
||||||
</h2>
|
</h2>
|
||||||
<p><strong><a href="https://www.ivpn.net">IVPN.net</a></strong> is another premium VPN provider, and they have been in operation since <strong>2009</strong>. IVPN is based in <span class="flag-icon flag-icon-gi"></span> Gibraltar and offers a 3 day free trial.</p>
|
<p><strong><a href="https://www.ivpn.net">IVPN.net</a></strong> is another premium VPN provider, and they have been in operation since <strong>2009</strong>. IVPN is based in <span class="flag-icon flag-icon-gi"></span> Gibraltar.</p>
|
||||||
<h5>{% include badge.html color="success" text="32 Countries" %}</h5>
|
<h5>{% include badge.html color="success" text="32 Countries" %}</h5>
|
||||||
<p>IVPN has <a href="https://www.ivpn.net/server-locations">servers in 32 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
|
<p>IVPN has <a href="https://www.ivpn.net/server-locations">servers in 32 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
|
||||||
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
|
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
|
||||||
@ -100,7 +101,7 @@
|
|||||||
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
|
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
|
||||||
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is possible with a Pro plan. Port forwarding <a href="https://www.ivpn.net/knowledgebase/81/How-do-I-activate-port-forwarding.html">can be activated</a> via the client area. Port forwarding is only available on IVPN when <a href="https://www.ivpn.net/knowledgebase/116/Port-forwarding-is-not-working-why.html">using OpenVPN and is disabled on US servers</a>.</p>
|
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is possible with a Pro plan. Port forwarding <a href="https://www.ivpn.net/knowledgebase/81/How-do-I-activate-port-forwarding.html">can be activated</a> via the client area. Port forwarding is only available on IVPN when <a href="https://www.ivpn.net/knowledgebase/116/Port-forwarding-is-not-working-why.html">using OpenVPN and is disabled on US servers</a>.</p>
|
||||||
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
||||||
<p>In addition to providing standard OpenVPN configuration files, IVPN has mobile clients for <a href="https://apps.apple.com/us/app/ivpn-serious-privacy-protection/id1193122683">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.ivpn.client">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/net.ivpn.client">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducable builds</a>.</p>
|
<p>In addition to providing standard OpenVPN configuration files, IVPN has mobile clients for <a href="https://apps.apple.com/us/app/ivpn-serious-privacy-protection/id1193122683">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.ivpn.client">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/net.ivpn.client">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducible builds</a>.</p>
|
||||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||||
<p>The IVPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. IVPN also provides "<a href="https://www.ivpn.net/antitracker">AntiTracker</a>" functionality, which blocks advertising networks and trackers from the network level.</p>
|
<p>The IVPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. IVPN also provides "<a href="https://www.ivpn.net/antitracker">AntiTracker</a>" functionality, which blocks advertising networks and trackers from the network level.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,10 +7,8 @@
|
|||||||
<h4>Warrant Canary Examples:</h4>
|
<h4>Warrant Canary Examples:</h4>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="https://proxy.sh/canary">https://proxy.sh/canary</a></li>
|
|
||||||
<li><a href="https://www.ivpn.net/resources/canary.txt">https://www.ivpn.net/resources/canary.txt</a></li>
|
<li><a href="https://www.ivpn.net/resources/canary.txt">https://www.ivpn.net/resources/canary.txt</a></li>
|
||||||
<li><a href="https://www.bolehvpn.net/canary.txt">https://www.bolehvpn.net/canary.txt</a></li>
|
<li><a href="https://www.bolehvpn.net/canary.txt">https://www.bolehvpn.net/canary.txt</a></li>
|
||||||
<li><a href="https://www.ipredator.se/static/downloads/canary.txt">https://www.ipredator.se/static/downloads/canary.txt</a></li>
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h4>Related Warrant Canary Information</h4>
|
<h4>Related Warrant Canary Information</h4>
|
||||||
|
@ -1,10 +1,32 @@
|
|||||||
<div class="d-flex flex-wrap justify-content-center">
|
<div class="d-flex flex-wrap justify-content-around">
|
||||||
<a class="m-3" href="https://safing.io" target="_blank" rel="noreferrer">
|
<a class="m-3" href="https://safing.io" target="_blank" rel="noreferrer">
|
||||||
<img
|
<img
|
||||||
src="/assets/img/svg/3rd-party/sponsors/safing.svg"
|
src="/assets/img/svg/3rd-party/sponsors/safing.svg"
|
||||||
data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"
|
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"{% endunless %}
|
||||||
width="210rem"
|
height="70rem"
|
||||||
title="Safing Privacy Network - Launching on Kickstarter January 2nd, 2020"
|
title="Safing Privacy Network - Launching on Kickstarter January 2nd, 2020"
|
||||||
alt="Safing Privacy Network - Safing.io Logo" />
|
alt="Safing Privacy Network - Safing.io Logo" />
|
||||||
</a>
|
</a>
|
||||||
|
<a class="m-3" href="https://www.oeck.com" target="_blank" rel="noreferrer">
|
||||||
|
<img
|
||||||
|
src="/assets/img/png/3rd-party/sponsors/oeck.png"
|
||||||
|
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/png/3rd-party/sponsors/oeck-dark.png"{% endunless %}
|
||||||
|
height="70rem"
|
||||||
|
title="Oeck - A new type of VPN - Unique, fast and private."
|
||||||
|
alt="Insurgo Logo" />
|
||||||
|
</a>
|
||||||
|
<a class="m-3" href="https://insurgo.ca" target="_blank" rel="noreferrer">
|
||||||
|
<img
|
||||||
|
src="/assets/img/png/3rd-party/sponsors/insurgo.png"
|
||||||
|
height="70rem"
|
||||||
|
title="Insurgo Technologies Libres / Open Technologies — Empower yourself!"
|
||||||
|
alt="Insurgo Logo" />
|
||||||
|
</a>
|
||||||
|
<a class="m-3" href="https://joindeleteme.com" target="_blank" rel="noreferrer">
|
||||||
|
<img
|
||||||
|
src="/assets/img/png/3rd-party/sponsors/deleteme.png"
|
||||||
|
height="70rem"
|
||||||
|
title="DeleteMe is a hands-free subscription service that removes your personal information from data brokers and prevents it from being sold online."
|
||||||
|
alt="DeleteMe Logo" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
<ul class="d-flex flex-wrap list-group-flush">
|
<ul class="d-flex flex-wrap list-group-flush">
|
||||||
|
<li class="list-group-item flex-fill">Alex</li>
|
||||||
<li class="list-group-item flex-fill">Daw-Ran Liou</li>
|
<li class="list-group-item flex-fill">Daw-Ran Liou</li>
|
||||||
|
<li class="list-group-item flex-fill">Greg Werbin</li>
|
||||||
<li class="list-group-item flex-fill">Michael DeMichillie</li>
|
<li class="list-group-item flex-fill">Michael DeMichillie</li>
|
||||||
|
<li class="list-group-item flex-fill">Nathan Myers</li>
|
||||||
<li class="list-group-item flex-fill">PablO</li>
|
<li class="list-group-item flex-fill">PablO</li>
|
||||||
<li class="list-group-item flex-fill">Syfaer</li>
|
<li class="list-group-item flex-fill">Syfaer</li>
|
||||||
<li class="list-group-item flex-fill">the0</li>
|
<li class="list-group-item flex-fill">the0</li>
|
||||||
|
@ -25,3 +25,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-6 col-sm-4 col-md-3 my-3">
|
||||||
|
<div class="d-flex justify-content-start">
|
||||||
|
<div><a href="https://www.scams.info"><img src="/assets/img/png/3rd-party/sponsors/scamsinfo.png" class="mx-3" width="64" height="64" title="An Overview of the Safest Online Gambling Sites in the UK" alt="scams.info"></a></div>
|
||||||
|
<div class="d-flex flex-column align-self-center">
|
||||||
|
<p class="my-0"><strong>scams.info</strong></p>
|
||||||
|
<a href="https://www.scams.info" class="my-0">https://www.scams.info</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@ -406,3 +406,60 @@ input#nav-toggle,
|
|||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
content: "\f186";
|
content: "\f186";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Vanilla CSS implementation for tooltip */
|
||||||
|
[data-toggle="tooltip"] {
|
||||||
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-toggle="tooltip"]:hover {
|
||||||
|
z-index: 1337;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-toggle="tooltip"]:before,
|
||||||
|
[data-toggle="tooltip"]:after {
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.15s linear;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-toggle="tooltip"]:before {
|
||||||
|
background-color: #000;
|
||||||
|
border-radius: 3px;
|
||||||
|
bottom: 150%;
|
||||||
|
content: attr(data-original-title);
|
||||||
|
color: #fff;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: normal;
|
||||||
|
left: 50%;
|
||||||
|
line-height: 1.2;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
margin-left: -100px;
|
||||||
|
padding: 7px;
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
white-space: break-spaces;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Little arrow */
|
||||||
|
[data-toggle="tooltip"]:after {
|
||||||
|
border-style: solid;
|
||||||
|
border-left-color: transparent;
|
||||||
|
border-right-color: transparent;
|
||||||
|
border-top-color: #000;
|
||||||
|
border-width: 5px;
|
||||||
|
border-bottom: none;
|
||||||
|
bottom: 150%;
|
||||||
|
content: " ";
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -5px;
|
||||||
|
position: absolute;
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-toggle="tooltip"]:hover:before,
|
||||||
|
[data-toggle="tooltip"]:hover:after {
|
||||||
|
opacity: .9;
|
||||||
|
}
|
||||||
|
BIN
assets/img/png/3rd-party/adguard.png
vendored
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
assets/img/png/3rd-party/passepartout.png
vendored
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/img/png/3rd-party/sponsors/deleteme.png
vendored
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
assets/img/png/3rd-party/sponsors/insurgo.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/png/3rd-party/sponsors/oeck-dark.png
vendored
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
assets/img/png/3rd-party/sponsors/oeck.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/img/png/3rd-party/sponsors/scamsinfo.png
vendored
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
assets/img/png/team/freddy.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 196 KiB |
BIN
assets/img/png/team/lynn.png
Normal file
After Width: | Height: | Size: 125 KiB |
2
assets/img/svg/3rd-party/canarymail.svg
vendored
Normal file
After Width: | Height: | Size: 7.4 KiB |
2
assets/img/svg/3rd-party/fairemail.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="color-1" x2="0" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3" offset="0"/><stop stop-opacity="0" offset="1"/></linearGradient></defs><g transform="matrix(.7697 0 0 .7697 -1.5394 -1.5394)" font-family="none" font-size="none" font-weight="none" stroke-miterlimit="10" text-anchor="none" style="mix-blend-mode:normal"><path d="m7 43c-1.1046 0-2-0.89543-2-2v-34c0-1.1046 0.89543-2 2-2h34c1.1046 0 2 0.89543 2 2v34c0 1.1046-0.89543 2-2 2z" fill="#039be5"/><path d="m31.816 16.184h-15.632c-1.0796 0-1.9442 0.87442-1.9442 1.954l-0.0098 11.724c0 1.0796 0.87442 1.954 1.954 1.954h15.632c1.0796 0 1.954-0.87442 1.954-1.954v-11.724c0-1.0796-0.87442-1.954-1.954-1.954zm0 3.908-7.8161 4.885-7.8161-4.885v-1.954l7.8161 4.885 7.8161-4.885z" fill="none" stroke-width="0"/><path d="m33.77 18.138v11.724c0 1.0796-0.87442 1.954-1.954 1.954h-15.632c-1.0796 0-1.954-0.87442-1.954-1.954l0.0098-11.724c0-1.0796 0.86465-1.954 1.9442-1.954h15.632c1.0796 0 1.954 0.87442 1.954 1.954zm-1.954 0-7.8161 4.885-7.8161-4.885v1.954l7.8161 4.885 7.8161-4.885z" fill="#fff" stroke-width="0"/><g fill="none"><path d="m2 24c0-12.15 9.8497-22 22-22s22 9.8497 22 22-9.8497 22-22 22-22-9.8497-22-22z"/><rect x="2" y="2" width="44" height="22"/><path d="m2 24v-22h44v22z"/><path d="m2 24v-22h44v22z"/><path d="m2 24v-22h44v22z"/><path d="m2 24v-22h44v22z"/></g></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
3
assets/img/svg/3rd-party/invidious.svg
vendored
@ -1 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M14,0.609c-3.927,0.345 -7.717,2.21 -10.235,5.037c-2.488,2.792 -3.765,6.08 -3.765,9.703c-0.005,2.361 0.507,4.479 1.581,6.566c0.74,1.439 1.555,2.544 2.736,3.719c0.871,0.867 1.338,1.252 2.336,1.916c2.102,1.403 4.585,2.29 7.114,2.538c0.815,0.081 2.573,0.071 3.374,-0.02c4.631,-0.532 8.69,-2.99 11.213,-6.8c1.55,-2.341 2.366,-5.041 2.366,-7.869c0,-1.358 -0.111,-2.27 -0.431,-3.541c-0.476,-1.916 -1.484,-3.942 -2.741,-5.528c-0.79,-0.993 -2.275,-2.356 -3.369,-3.096c-2.052,-1.378 -4.53,-2.295 -6.987,-2.579c-0.659,-0.076 -2.544,-0.106 -3.192,-0.046Zm2.406,0.705c2.671,0.197 5.128,1.028 7.271,2.457c0.892,0.593 1.388,1.003 2.209,1.824c1.596,1.586 2.625,3.207 3.365,5.295c0.263,0.75 0.567,2.022 0.663,2.812c0.097,0.76 0.087,2.701 -0.02,3.466c-0.517,3.698 -2.478,7.002 -5.533,9.302c-1.682,1.267 -3.628,2.154 -5.751,2.63c-1.763,0.39 -3.972,0.441 -5.826,0.127c-6.152,-1.039 -11.031,-5.863 -11.907,-11.776c-0.284,-1.91 -0.152,-4.058 0.354,-5.816c0.765,-2.635 2.164,-4.814 4.307,-6.719c2.868,-2.543 6.931,-3.891 10.868,-3.602Z" style="fill-rule:nonzero;"/><path d="M14.086,7.095c-0.629,0.329 -0.623,1.292 0.015,1.616c0.436,0.223 0.993,0.081 1.251,-0.314c0.294,-0.441 0.132,-1.069 -0.339,-1.307c-0.258,-0.132 -0.669,-0.132 -0.927,0.005Z" style="fill-rule:nonzero;"/><path d="M14.567,9.937c-0.061,0.081 -0.319,0.841 -0.517,1.536c-0.152,0.527 -0.511,1.773 -0.836,2.862c-0.101,0.35 -0.294,1.009 -0.43,1.47c-0.132,0.461 -0.325,1.119 -0.431,1.469c-0.101,0.35 -0.294,1.008 -0.431,1.469c-0.132,0.462 -0.324,1.12 -0.43,1.47c-0.102,0.349 -0.289,0.988 -0.411,1.419c-0.299,1.048 -0.471,1.514 -0.583,1.57c-0.05,0.031 -0.177,0.051 -0.283,0.051c-0.37,0 -0.426,0.04 -0.411,0.273l0.015,0.208l1.156,0.015l1.155,0.011l-0.015,-0.239l-0.015,-0.243l-0.37,-0.015c-0.335,-0.015 -0.375,-0.025 -0.426,-0.137c-0.066,-0.142 0,-0.527 0.188,-1.14c0.065,-0.208 0.238,-0.79 0.38,-1.292c0.141,-0.501 0.334,-1.165 0.43,-1.469c0.091,-0.309 0.284,-0.968 0.431,-1.47c0.142,-0.501 0.334,-1.165 0.431,-1.469c0.091,-0.309 0.283,-0.968 0.43,-1.469c0.431,-1.505 0.623,-2.123 0.664,-2.174c0.025,-0.025 0.086,0.056 0.142,0.177c0.051,0.122 0.973,1.992 2.042,4.15c1.069,2.159 2.265,4.57 2.65,5.361l0.704,1.429l0.851,0c0.466,0 0.851,-0.021 0.851,-0.041c0,-0.02 -0.38,-0.801 -0.841,-1.733c-2.979,-5.994 -4.909,-9.921 -5.234,-10.64c-0.147,-0.319 -0.349,-0.765 -0.451,-0.988c-0.223,-0.481 -0.293,-0.557 -0.405,-0.421Z" style="fill-rule:nonzero;"/></g></svg>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="128" height="128" version="1.1" viewBox="0 0 33.866 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-90 -194.05)"><rect x="90" y="194.05" width="33.866" height="33.867" fill="#575757" stroke-width=".0041683"/><path d="m106.35 224.21c-1.3091-0.0522-2.561-0.28153-3.7804-0.69251-4.0326-1.3592-7.1884-4.536-8.4002-8.4571-0.52223-1.6892-0.66553-3.568-0.41396-5.4282 0.24542-1.8149 0.89975-3.5397 1.9408-5.1158 0.79828-1.2086 1.9273-2.3995 3.1238-3.295 2.4401-1.8262 5.6846-2.8104 8.756-2.6561 1.7118 0.086 3.3031 0.44746 4.8355 1.0984 0.54203 0.23024 1.3245 0.64056 1.8319 0.96073 0.93591 0.59047 1.4794 1.0251 2.2807 1.8238 0.87667 0.87382 1.4636 1.6057 2.0106 2.5072 0.47677 0.78572 0.93255 1.7958 1.2057 2.672 0.1058 0.33935 0.2938 1.0884 0.37603 1.4983 0.15814 0.78823 0.17858 1.0399 0.17891 2.2034 4e-4 1.2246-0.0306 1.6148-0.19291 2.4313-0.61694 3.1034-2.3534 5.8316-4.9523 7.7811-1.509 1.1318-3.3089 1.9535-5.1954 2.3718-1.1055 0.24512-2.3429 0.34694-3.6047 0.29662zm-2.3216-5.2112c-2e-5 -0.0348-5e-3 -0.13601-0.0108-0.22488l-0.0107-0.16157-0.31099-0.0174c-0.26773-0.015-0.31727-0.0221-0.35616-0.0511-0.13384-0.0999-0.0971-0.40146 0.14878-1.2208 0.0571-0.19036 0.22073-0.7488 0.36357-1.241 0.14283-0.49216 0.34395-1.1797 0.44695-1.528 0.10299-0.34823 0.27745-0.94466 0.38769-1.3254 0.11024-0.38073 0.23908-0.82018 0.2863-0.97654 0.0472-0.15637 0.21551-0.73002 0.37399-1.2747 0.32725-1.1249 0.53991-1.8337 0.59158-1.9718 0.0343-0.0917 0.0362-0.0935 0.066-0.063 0.0169 0.0173 0.2544 0.48725 0.52786 1.0444 0.27348 0.55716 0.86576 1.7576 1.3161 2.6676 1.1369 2.2972 2.5035 5.0651 2.8614 5.7956l0.3 0.61228 0.75132-6e-3c0.41323-3e-3 0.76826-0.013 0.78903-0.0216 0.0371-0.0155 0.0358-0.0196-0.0908-0.28558-0.0706-0.14843-0.53865-1.098-1.04-2.1102-3.2203-6.5014-4.0493-8.1925-4.4904-9.1595-0.31102-0.68187-0.45659-0.97938-0.51022-1.0426-0.0549-0.0647-0.10794-0.0704-0.15679-0.0169-0.0793 0.0868-0.27149 0.6656-0.62088 1.8699-0.13605 0.46895-0.43239 1.4833-0.65853 2.254-0.43917 1.4968-0.56342 1.9206-0.94783 3.2333-0.13463 0.45967-0.31734 1.0827-0.40602 1.3844-0.0887 0.3018-0.26676 0.91344-0.3957 1.3592-0.28468 0.98401-0.40587 1.3817-0.48871 1.604-0.14135 0.37922-0.17015 0.41863-0.32553 0.4457-0.0588 0.0102-0.15942 0.0187-0.22366 0.0187-0.14547 2e-4 -0.23477 0.024-0.26827 0.0719-0.0279 0.0398-0.0373 0.32279-0.0121 0.36255 0.0136 0.0214 0.16319 0.0247 1.5438 0.0343l0.56982 4e-3 -5e-5 -0.0633zm2.4308-13.598c0.28629-0.0611 0.55962-0.32694 0.62422-0.60717 0.0242-0.10491 0.0215-0.32911-5e-3 -0.4286-0.0563-0.21042-0.21621-0.41611-0.39944-0.51377-0.25208-0.13435-0.62545-0.13423-0.87784 3.3e-4 -0.39572 0.21092-0.53944 0.73347-0.31669 1.1514 0.17856 0.335 0.55304 0.48783 0.97482 0.39785z" fill="#f0f0f0" stroke-width=".0016884"/><g transform="matrix(.0046229 0 0 -.0046229 92.927 225.44)"><path d="m2787 4669c-124-65-123-255 3-319 86-44 196-16 247 62 58 87 26 211-67 258-51 26-132 26-183-1z" fill="#00b6f0" stroke="#00b6f0" stroke-width="4.25"/><path d="m2882 4108c-12-16-63-166-102-303-30-104-101-350-165-565-20-69-58-199-85-290-26-91-64-221-85-290-20-69-58-199-85-290-26-91-64-221-85-290-20-69-57-195-81-280-59-207-93-299-115-310-10-6-35-10-56-10-73 0-84-8-81-54l3-41 228-3 228-2-3 47-3 48-73 3c-66 3-74 5-84 27-13 28 0 104 37 225 13 41 47 156 75 255s66 230 85 290c18 61 56 191 85 290 28 99 66 230 85 290 18 61 56 191 85 290 85 297 123 419 131 429 5 5 17-11 28-35 10-24 192-393 403-819s447-902 523-1058l139-282h168c92 0 168 4 168 8s-75 158-166 342c-588 1183-969 1958-1033 2100-29 63-69 151-89 195-44 95-58 110-80 83z" fill="#575757"/></g></g></svg>
|
||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.5 KiB |
2
assets/img/svg/3rd-party/jitsi.svg
vendored
Normal file
After Width: | Height: | Size: 8.8 KiB |
2
assets/img/svg/3rd-party/k9mail.svg
vendored
Normal file
After Width: | Height: | Size: 10 KiB |
2
assets/img/svg/3rd-party/mailpile.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.66524 0 0 .66524 -.96517 4.1927)"><g fill="#3a6b8c"><polygon points="31.845 13.283 30.104 2.644 24.619 9.464 21.684 12.224 25.706 16.172 30.831 19.932 30.34 20.619 26.846 18.665 20.871 12.907 17.647 16.924 12.939 14.392 11.562 17.32 6.347 24.443 5.34 23.793 10.494 16.707 12.289 13.473 7.505 11.245 1.663 7.159 2.218 14.629 4.142 25.806 14.08 26.266 25.38 23.949 31.398 23.161 32.59 21.342"/><polygon points="8.158 4.18 1.451 5.672 8.049 9.999 13.166 12.295 17.285 15.103 19.747 12.096 23.805 8.276 29.932 1.152 17.013 2.814"/></g><g fill="#a31304"><polygon points="38.792 31.277 39.955 24.488 35.223 27.465 32.873 28.522 34.481 31.744 36.794 35.083 36.356 35.396 34.651 33.488 32.239 28.765 29.455 30.521 27.139 28.01 25.697 29.492 21.063 32.711 20.59 32.107 25.18 28.899 26.937 27.319 24.511 24.978 22.343 25.521 20.612 25.922 19.447 33.074 25.356 35.422 32.665 36.375 36.464 37.152 37.563 36.301"/><polygon points="40.162 23.551 33.186 22.152 32.029 23.9 28.28 24.32 26.385 24.489 25.48 24.721 27.711 26.791 29.617 29.346 31.729 28.041 34.976 26.578"/></g><path d="m49.834 2.655-7.384 1.315-7.405 1.542-2.728 0.433 1.311 7.074 1.35 6.243 4.976-1.134 7.71-1.351 4.696-1.044-1.01-4.363zm-4.591 11.343 0.073 0.423-2.605 0.403-5.568 1.019-0.08-0.463-0.113-0.472 2.204-0.486 0.03-5e-3 3.517-0.531 2.488-0.343zm-8.631-0.677-1e-3 -0.36 2.865-0.582 2.808-0.494 1.329-0.286 1.144-0.211 0.101 0.769-1.396 0.317-3.988 0.682-2.714 0.56zm7.806-3.594 0.095 0.434-2.764 0.534-2.992 0.457-2.437 0.434-0.219-0.808 5.709-1.049 2.569-0.423zm4.722-3.305-2.325 0.365-0.326-1.106-0.15-1.333 1.068-0.134 1.336-0.275 0.319 1.245z" fill="#4b7945"/></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |
2
assets/img/svg/3rd-party/mailvelope.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(4 0 0 4 -201.36 -187.41)" fill-rule="evenodd" stroke-width=".26458"><circle cx="54.572" cy="51.087" r="4.2333" fill="#ff004f"/><path d="m54.571 54.438c-0.89694 0-1.7383-0.34687-2.3693-0.97658-0.63156-0.6305-0.98002-1.4729-0.98081-2.3723a3.3412 3.3412 0 0 1 0.15663-1.0149l0.0018-0.0074c0.02302-0.08096 0.05133-0.15875 0.08414-0.23151 0.0058-0.01455 0.01243-0.03069 0.01931-0.04657 0.0291-0.06641 0.1442-0.29501 0.42016-0.46831 0.2495-0.1569 0.46831-0.17039 0.49371-0.17145 0.06032-0.0071 0.12277-0.01058 0.18494-0.01058 0.2831 0 0.53314 0.11192 0.70432 0.31591 0.13018 0.15531 0.20108 0.34581 0.20638 0.55483a1.1433 1.1433 0 0 1 0.51832-0.12726c0.2831 0 0.5334 0.11218 0.70432 0.31591 0.01032 0.01217 0.02011 0.02487 0.0299 0.03757 0.22728-0.22542 0.52731-0.35348 0.83079-0.35348 0.2831 0 0.53314 0.11218 0.70432 0.31591 0.17357 0.2069 0.24156 0.4789 0.19103 0.76544l-0.1778 1.0073c-0.02381 0.13573 0.0045 0.25982 0.07964 0.34952 0.0725 0.08652 0.18415 0.13414 0.31406 0.13414 0.39211 0 0.52996-0.28575 0.62045-0.59425 0.07752-0.27332 0.11324-0.55748 0.1061-0.84429a2.8244 2.8244 0 0 0-0.85169-1.9545 2.8265 2.8265 0 0 0-1.9698-0.8165h-0.01958c-0.56621 0-1.1136 0.16669-1.5827 0.48286a0.25665 0.25665 0 0 1-0.14393 0.04419 0.25347 0.25347 0 0 1-0.19288-0.08864l-0.0013-0.0016a0.254 0.254 0 0 1 0.05186-0.37518 3.3298 3.3298 0 0 1 1.936-0.57044 3.3348 3.3348 0 0 1 2.2886 0.97102 3.334 3.334 0 0 1 0.9943 2.2786 3.3507 3.3507 0 0 1-0.10848 0.95409h2.64e-4l-0.01138 0.0418-5e-3 0.01667a3.3258 3.3258 0 0 1-0.10583 0.31406c-0.0209 0.04948-0.13705 0.30242-0.42307 0.48207-0.24738 0.15558-0.44265 0.16351-0.46567 0.16404a1.2938 1.2938 0 0 1-0.11615 0.0053c-0.2831 0-0.5334-0.11218-0.70432-0.31591-0.17357-0.20717-0.24156-0.47889-0.19103-0.76544l0.1778-1.0075c0.02381-0.13547-0.0045-0.25982-0.07964-0.34925-0.0725-0.08652-0.18415-0.13414-0.31406-0.13414-0.3085 0-0.61516 0.26194-0.66966 0.57203l-0.19447 1.0578a0.1397 0.1397 0 0 1-0.13758 0.1143h-0.23363a0.13944 0.13944 0 0 1-0.13758-0.16484l0.20161-1.0964c0.02381-0.13494-0.0045-0.25929-0.07937-0.34899-0.07276-0.08625-0.18442-0.13388-0.31432-0.13388-0.30824 0-0.61489 0.26194-0.66966 0.57203l-0.1942 1.0578a0.1397 0.1397 0 0 1-0.13758 0.1143h-0.23336a0.13917 0.13917 0 0 1-0.13758-0.16484l0.20214-1.1004 0.13547-0.74057c0.02381-0.13467-0.0048-0.25823-0.0799-0.34793-0.0725-0.08652-0.18415-0.13414-0.31406-0.13414-0.32015 0-0.52626 0.12303-0.64929 0.38708a2.821 2.821 0 0 0-0.19976 1.1663c0.02858 0.72416 0.33496 1.4057 0.86254 1.9188 0.52784 0.51303 1.2179 0.8001 1.9428 0.80883h0.03413c0.59955 0 1.1734-0.18521 1.6595-0.53605a0.24924 0.24924 0 0 1 0.14684-0.04763 0.25453 0.25453 0 0 1 0.14949 0.46117 3.3261 3.3261 0 0 1-1.9571 0.63209" fill="#fff2f6"/></g></svg>
|
After Width: | Height: | Size: 2.8 KiB |
2
assets/img/svg/3rd-party/soverin.svg
vendored
Before Width: | Height: | Size: 5.9 KiB |
2
assets/img/svg/3rd-party/xbrowsersync.svg
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><g id="XMLID_1_" transform="matrix(.22578 0 0 .22578 3.8879 -1.6667e-7)"><g id="XMLID_44_" fill="#0a323d"><polygon id="XMLID_37_" points="0 41.667 0 58.333 43.334 83.333 43.334 66.667"/><polygon id="XMLID_38_" points="14.445 83.333 14.445 100 57.778 125 57.778 108.33"/><polygon id="XMLID_39_" points="0 108.33 0 125 43.334 150 43.334 133.33"/><polygon id="XMLID_40_" points="43.334 33.333 43.334 50 86.667 75 86.667 58.333"/><polygon id="XMLID_41_" points="57.778 8.333 57.778 25.038 101.11 50 101.11 33.333"/><polygon id="XMLID_42_" points="57.778 74.995 57.778 91.661 101.11 116.66 101.11 99.995"/><polygon id="XMLID_43_" points="28.889 58.333 28.889 75 72.223 100 72.223 83.333"/></g><g id="XMLID_36_" fill="#267d91"><polygon id="XMLID_26_" points="0 41.667 14.445 33.333 57.778 58.333 43.334 66.667"/><polygon id="XMLID_28_" points="14.39 49.971 28.835 41.638 72.168 66.638 57.724 74.971"/><polygon id="XMLID_29_" points="28.889 58.333 43.334 50 86.667 75 72.223 83.333"/><polygon id="XMLID_30_" points="43.333 33.371 57.778 25.038 101.11 50 86.667 58.371"/><polygon id="XMLID_31_" points="57.778 8.333 72.223 0 115.56 25 101.11 33.333"/><polygon id="XMLID_32_" points="43.279 66.638 57.724 58.305 101.06 83.305 86.613 91.638"/><polygon id="XMLID_33_" points="57.778 75 72.223 66.667 115.56 91.667 101.11 100"/><polygon id="XMLID_34_" points="14.445 83.333 28.889 75 72.223 100 57.778 108.33"/><polygon id="XMLID_35_" points="0 108.33 14.445 100 57.778 125 43.334 133.33"/></g><g id="XMLID_17_" fill="#71d2e2"><polygon id="XMLID_18_" points="57.778 58.333 57.778 75 43.334 83.333 43.334 66.667"/><polygon id="XMLID_19_" points="72.223 66.667 72.223 83.333 57.778 91.667 57.778 75"/><polygon id="XMLID_20_" points="86.667 75 86.667 91.667 72.223 100 72.223 83.333"/><polygon id="XMLID_21_" points="101.11 50 101.11 66.667 86.667 75 86.667 58.333"/><polygon id="XMLID_22_" points="115.56 25 115.56 41.667 101.11 50 101.11 33.333"/><polygon id="XMLID_23_" points="101.12 83.328 101.12 99.995 86.677 108.33 86.677 91.661"/><polygon id="XMLID_24_" points="115.56 91.667 115.56 108.33 101.11 116.67 101.11 100"/><polygon id="XMLID_25_" points="72.223 100 72.223 116.67 57.778 125 57.778 108.33"/><polygon id="XMLID_64_" points="57.778 125 57.778 141.67 43.334 150 43.334 133.33"/></g></g></svg>
|
After Width: | Height: | Size: 2.4 KiB |
8
assets/js/bootstrap.min.js
vendored
2
assets/js/jquery-3.3.1.min.js
vendored
@ -1,6 +1,3 @@
|
|||||||
$(function() {
|
|
||||||
$("[data-toggle='tooltip']").tooltip();
|
|
||||||
});
|
|
||||||
document.querySelectorAll(".onclick-select").forEach(element => {
|
document.querySelectorAll(".onclick-select").forEach(element => {
|
||||||
element.addEventListener("click", element.select);
|
element.addEventListener("click", element.select);
|
||||||
});
|
});
|
||||||
@ -94,24 +91,3 @@ if (
|
|||||||
) {
|
) {
|
||||||
fixThemeImages();
|
fixThemeImages();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Matomo
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(["trackPageView"]);
|
|
||||||
_paq.push(["enableLinkTracking"]);
|
|
||||||
(function() {
|
|
||||||
var u = "https://stats.privacytools.io/";
|
|
||||||
_paq.push(["setTrackerUrl", u + "matomo.php"]);
|
|
||||||
_paq.push(["setSiteId", "1"]);
|
|
||||||
_paq.push(['setSecureCookie', true]);
|
|
||||||
var d = document,
|
|
||||||
g = d.createElement("script"),
|
|
||||||
s = d.getElementsByTagName("script")[0];
|
|
||||||
g.type = "text/javascript";
|
|
||||||
g.async = true;
|
|
||||||
g.defer = true;
|
|
||||||
g.src = u + "matomo.js";
|
|
||||||
s.parentNode.insertBefore(g, s);
|
|
||||||
})();
|
|
||||||
|
9
assets/js/popper.min.js
vendored
@ -29,5 +29,6 @@ if (window.location == 'https://www.privacytools.io/#os') { window.location = 'h
|
|||||||
if (window.location == 'https://www.privacytools.io/#live_os') { window.location = 'https://www.privacytools.io/operating-systems/#live_os';}
|
if (window.location == 'https://www.privacytools.io/#live_os') { window.location = 'https://www.privacytools.io/operating-systems/#live_os';}
|
||||||
if (window.location == 'https://www.privacytools.io/#mobile_os') { window.location = 'https://www.privacytools.io/operating-systems/#mobile_os';}
|
if (window.location == 'https://www.privacytools.io/#mobile_os') { window.location = 'https://www.privacytools.io/operating-systems/#mobile_os';}
|
||||||
if (window.location == 'https://www.privacytools.io/#aaddons') { window.location = 'https://www.privacytools.io/operating-systems/#aaddons';}
|
if (window.location == 'https://www.privacytools.io/#aaddons') { window.location = 'https://www.privacytools.io/operating-systems/#aaddons';}
|
||||||
|
if (window.location == 'https://www.privacytools.io/#iaddons') { window.location = 'https://www.privacytools.io/operating-systems/#iaddons';}
|
||||||
if (window.location == 'https://www.privacytools.io/#firmware') { window.location = 'https://www.privacytools.io/operating-systems/#firmware';}
|
if (window.location == 'https://www.privacytools.io/#firmware') { window.location = 'https://www.privacytools.io/operating-systems/#firmware';}
|
||||||
if (window.location == 'https://www.privacytools.io/#win10') { window.location = 'https://www.privacytools.io/operating-systems/#win10';}
|
if (window.location == 'https://www.privacytools.io/#win10') { window.location = 'https://www.privacytools.io/operating-systems/#win10';}
|
||||||
|
@ -7,13 +7,12 @@ layout: default
|
|||||||
{% include sections/resources.html %}
|
{% include sections/resources.html %}
|
||||||
|
|
||||||
<h1 id="sponsors" class="anchor"><a href="#sponsors"><i class="fas fa-link anchor-icon"></i></a> Sponsors</h1>
|
<h1 id="sponsors" class="anchor"><a href="#sponsors"><i class="fas fa-link anchor-icon"></i></a> Sponsors</h1>
|
||||||
|
<div class="mx-4">
|
||||||
<div class="alert alert-success" role="alert">
|
|
||||||
<strong>New!</strong> Showcase your brand as a sponsor of PrivacyTools and support our mission of creating a world free of mass surveillance! <a href="/sponsors/" class="alert-link">Learn more...</a>
|
|
||||||
</div>
|
|
||||||
<div class="mt-4">
|
|
||||||
{% include sponsors/gold.html %}
|
{% include sponsors/gold.html %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="alert alert-info mt-5" role="alert">
|
||||||
|
Showcase your brand as a sponsor of PrivacyTools and support our mission of creating a world free of mass surveillance! <a href="/sponsors/" class="alert-link">Learn more...</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% include sections/quotes.html %}
|
{% include sections/quotes.html %}
|
||||||
{% include sections/privacy-resources.html %}
|
{% include sections/privacy-resources.html %}
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
add_header X-Frame-Options DENY always;
|
add_header X-Frame-Options DENY always;
|
||||||
add_header X-XSS-Protection "1; mode=block" always;
|
add_header X-XSS-Protection "1; mode=block" always;
|
||||||
add_header X-Content-Type-Options nosniff always;
|
add_header X-Content-Type-Options nosniff always;
|
||||||
add_header Content-Security-Policy "default-src 'none'; script-src 'self' https://stats.privacytools.io; style-src 'self'; img-src 'self' data: https://*.privacytools.io; object-src 'none'; frame-src https://stats.privacytools.io; font-src 'self'; base-uri 'none'; form-action 'self' https://search.privacytools.io; frame-ancestors 'none'; manifest-src 'self';" always;
|
add_header Content-Security-Policy "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self' data: https://*.privacytools.io; object-src 'none'; frame-src 'none'; font-src 'self'; base-uri 'none'; form-action 'self' https://search.privacytools.io; frame-ancestors 'none'; manifest-src 'self';" always;
|
||||||
add_header 'Access-Control-Allow-Origin' '*';
|
add_header 'Access-Control-Allow-Origin' '*';
|
||||||
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
|
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
|
||||||
add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1';
|
add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1';
|
||||||
|
add_header Onion-Location http://www.privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion$request_uri always;
|
||||||
add_header Expect-CT 'max-age=86400, enforce';
|
add_header Expect-CT 'max-age=86400, enforce';
|
||||||
add_header Referrer-Policy "strict-origin";
|
add_header Referrer-Policy "strict-origin";
|
||||||
add_header Feature-Policy "geolocation none;midi none;notifications none;push none;sync-xhr none;microphone none;camera none;magnetometer none;gyroscope none;speaker self;vibrate none;fullscreen self;payment none;";
|
add_header Permissions-Policy "accelerometer=(),ambient-light-sensor=(),geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()";
|
||||||
|
@ -27,19 +27,6 @@ hidedesc: true
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% include team.html
|
|
||||||
avatar="jonah.png"
|
|
||||||
name="Jonah Aragon"
|
|
||||||
role="Administrator"
|
|
||||||
bio="I run the website and services for PrivacyTools. My goal is to spread the word about data privacy as widely as possible."
|
|
||||||
email="mailto:jonah@privacytools.io"
|
|
||||||
website="https://www.jonaharagon.com"
|
|
||||||
keys="https://keybase.io/jonaharagon"
|
|
||||||
mastodon="https://social.privacytools.io/@jonah"
|
|
||||||
twitter="JonahAragon"
|
|
||||||
blog="jonah"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{% include team.html
|
{% include team.html
|
||||||
avatar="burung.png"
|
avatar="burung.png"
|
||||||
name="Burung Hantu"
|
name="Burung Hantu"
|
||||||
@ -71,6 +58,27 @@ keys="https://keybase.io/dngray"
|
|||||||
mastodon="https://social.privacytools.io/@dngray"
|
mastodon="https://social.privacytools.io/@dngray"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
{% include team.html
|
||||||
|
avatar="freddy.png"
|
||||||
|
name="Freddy Marsden"
|
||||||
|
nick="Freddy"
|
||||||
|
bio="I'm an amateur writer covering privacy, security and open-source development."
|
||||||
|
role="Blogging & Education"
|
||||||
|
website="https://write.privacytools.io/freddy/"
|
||||||
|
email="mailto:freddy@privacytools.io"
|
||||||
|
mastodon="https://social.privacytools.io/@freddy"
|
||||||
|
blog="freddy"
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include team.html
|
||||||
|
avatar="lynn.png"
|
||||||
|
name="Lynn Stephenson"
|
||||||
|
bio="I'm a software developer doing some pentesting on the side, specializing in security, cryptography, networking, web development, and accessibility."
|
||||||
|
role="Researcher"
|
||||||
|
email="mailto:lynn@privacytools.io"
|
||||||
|
mastodon="https://ioc.exchange/@lynn_stephenson"
|
||||||
|
%}
|
||||||
|
|
||||||
{% include team.html
|
{% include team.html
|
||||||
avatar="trai_dep.png"
|
avatar="trai_dep.png"
|
||||||
name="trai_dep"
|
name="trai_dep"
|
||||||
@ -132,6 +140,17 @@ keys="https://nitrohorse.com/keys"
|
|||||||
blog="nitrohorse"
|
blog="nitrohorse"
|
||||||
emeritus=true
|
emeritus=true
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
{% include team.html
|
||||||
|
name="Jonah Aragon"
|
||||||
|
role="Former Sysadmin"
|
||||||
|
website="https://jonaharagon.com"
|
||||||
|
keys="https://jonaharagon.com/accounts/"
|
||||||
|
mastodon="https://social.privacytools.io/@jonah"
|
||||||
|
blog="jonah"
|
||||||
|
twitter="JonahAragon"
|
||||||
|
emeritus=true
|
||||||
|
%}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -142,7 +161,7 @@ emeritus=true
|
|||||||
<p><a href="https://github.com/privacytools/privacytools.io/issues"><i class="fab fa-github fa-lg fa-fw"></i> Open an issue on GitHub</a></p>
|
<p><a href="https://github.com/privacytools/privacytools.io/issues"><i class="fab fa-github fa-lg fa-fw"></i> Open an issue on GitHub</a></p>
|
||||||
<p><a href="https://www.reddit.com/r/privacytoolsIO/"><i class="fab fa-reddit fa-lg fa-fw"></i> Suggest something new on our subreddit</a></p>
|
<p><a href="https://www.reddit.com/r/privacytoolsIO/"><i class="fab fa-reddit fa-lg fa-fw"></i> Suggest something new on our subreddit</a></p>
|
||||||
<p>For complete transparency, software and providers will only be considered for this website after discussions take place on our GitHub issue tracker. We of course don't make any changes in secret.</p>
|
<p>For complete transparency, software and providers will only be considered for this website after discussions take place on our GitHub issue tracker. We of course don't make any changes in secret.</p>
|
||||||
<p>Join our Matrix room at <code>#general:privacytools.io</code> to chat with us and other members about this site and privacy in general! If you need a Matrix account, you can sign up with our own homeserver (<code>https://chat.privacytools.io</code>) using <a href="https://riot.privacytools.io">Riot</a>.</p>
|
<p>Join our Matrix rooms at <code>#lounge:privacytools.io</code> to chat with us and other members, and <code>#privacy:privacytools.io</code> for privacy discussions in general! If you need a Matrix account, you can sign up with our own homeserver (<code>https://chat.privacytools.io</code>) using <a href="https://element.privacytools.io">Element</a>.</p>
|
||||||
<p>You can also email the team at <a itemprop="email" href="mailto:support@privacytools.io">support@privacytools.io</a> and find us on <a itemprop="sameAs" href="https://twitter.com/privacytoolsIO">Twitter</a> and <a itemprop="sameAs" href="https://social.privacytools.io/@privacytools">Mastodon</a>.</p>
|
<p>You can also email the team at <a itemprop="email" href="mailto:support@privacytools.io">support@privacytools.io</a> and find us on <a itemprop="sameAs" href="https://twitter.com/privacytoolsIO">Twitter</a> and <a itemprop="sameAs" href="https://social.privacytools.io/@privacytools">Mastodon</a>.</p>
|
||||||
<link itemprop="sameAs" href="https://blog.privacytools.io">
|
<link itemprop="sameAs" href="https://blog.privacytools.io">
|
||||||
<link itemprop="sameAs" href="https://www.youtube.com/channel/UCen3taxHtzByXV8Da73B1Vg">
|
<link itemprop="sameAs" href="https://www.youtube.com/channel/UCen3taxHtzByXV8Da73B1Vg">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
permalink: /about/javascript/
|
permalink: /about/javascript/
|
||||||
---
|
---
|
||||||
<h3>JavaScript Licenses</h3>
|
<h3>JavaScript Licenses</h3>
|
||||||
<table id="jslicense-labels1" border="1">
|
<table border="1" id="jslicense-labels1">
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="/assets/js/main.js">main.js</a></td>
|
<td><a href="/assets/js/main.js">main.js</a></td>
|
||||||
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
|
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
|
||||||
@ -17,15 +17,11 @@ permalink: /about/javascript/
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
|
<td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
|
||||||
<td><a href="https://github.com/twbs/bootstrap/raw/master/LICENSE">Expat</a></td>
|
<td><a href="https://github.com/twbs/bootstrap/raw/main/LICENSE">Expat</a></td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="/assets/js/jquery-3.3.1.min.js">jquery-3.3.1.min.js</a></td>
|
|
||||||
<td><a href="https://github.com/jquery/jquery/raw/master/LICENSE.txt">Expat</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="/assets/js/popper.min.js">popper.min.js</a></td>
|
<td><a href="/assets/js/popper.min.js">popper.min.js</a></td>
|
||||||
<td><a href="https://github.com/FezVrasta/popper.js/raw/master/LICENSE.md">Expat</a></td>
|
<td><a href="https://github.com/popperjs/popper-core/raw/master/LICENSE.md">Expat</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="/assets/js/sortable.min.js">sortable.min.js</a></td>
|
<td><a href="/assets/js/sortable.min.js">sortable.min.js</a></td>
|
||||||
|
@ -28,7 +28,6 @@ In certain jurisdictions, namely those in which the copyright waiver in the CC0-
|
|||||||
Code, including source files and code samples if any in the content, is released under CC-1.0, with the following exceptions:
|
Code, including source files and code samples if any in the content, is released under CC-1.0, with the following exceptions:
|
||||||
|
|
||||||
- Bootstrap code is under the MIT license. See: [github.com/twbs/bootstrap/blob/master/LICENSE](https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
- Bootstrap code is under the MIT license. See: [github.com/twbs/bootstrap/blob/master/LICENSE](https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
- [jQuery](https://github.com/privacytools/privacytools.io/blob/master/assets/js/jquery-3.3.1.min.js) is under the MIT license. See: [jquery.org/license](https://jquery.org/license/)
|
|
||||||
- [Popper.js](https://github.com/privacytools/privacytools.io/blob/master/assets/js/popper.min.js) is under the MIT license. See: [github.com/FezVrasta/popper.js/raw/master/LICENSE.md](https://github.com/FezVrasta/popper.js/raw/master/LICENSE.md)
|
- [Popper.js](https://github.com/privacytools/privacytools.io/blob/master/assets/js/popper.min.js) is under the MIT license. See: [github.com/FezVrasta/popper.js/raw/master/LICENSE.md](https://github.com/FezVrasta/popper.js/raw/master/LICENSE.md)
|
||||||
- [Sortable](https://github.com/privacytools/privacytools.io/blob/master/assets/js/sortable.min.js) is under the MIT license. See: [github.com/HubSpot/sortable/raw/master/LICENSE](https://github.com/HubSpot/sortable/raw/master/LICENSE)
|
- [Sortable](https://github.com/privacytools/privacytools.io/blob/master/assets/js/sortable.min.js) is under the MIT license. See: [github.com/HubSpot/sortable/raw/master/LICENSE](https://github.com/HubSpot/sortable/raw/master/LICENSE)
|
||||||
- The Font Awesome icons are under CC-BY-4.0, Font Awesome fonts are under SIL OFL 1.1, and Font Awesome code is under the MIT License. See: [fontawesome.com/license/free](https://fontawesome.com/license/free)
|
- The Font Awesome icons are under CC-BY-4.0, Font Awesome fonts are under SIL OFL 1.1, and Font Awesome code is under the MIT License. See: [fontawesome.com/license/free](https://fontawesome.com/license/free)
|
||||||
|
@ -19,6 +19,8 @@ description: "Even your own computer could be compromising your privacy. Discove
|
|||||||
|
|
||||||
{% include sections/android-addons.html %}
|
{% include sections/android-addons.html %}
|
||||||
|
|
||||||
|
{% include sections/ios-addons.html %}
|
||||||
|
|
||||||
{% include sections/other-mobile-operating-systems.html %}
|
{% include sections/other-mobile-operating-systems.html %}
|
||||||
|
|
||||||
{% include sections/router-firmware.html %}
|
{% include sections/router-firmware.html %}
|
||||||
|
@ -26,27 +26,18 @@ This data will be collected regardless of browser, device, or app used to access
|
|||||||
When you visit a {{ site.name }} website or service, regardless of whether you have an account or not, the website may use cookies, server logs, and other methods to collect the following data:
|
When you visit a {{ site.name }} website or service, regardless of whether you have an account or not, the website may use cookies, server logs, and other methods to collect the following data:
|
||||||
|
|
||||||
* What pages you visit,
|
* What pages you visit,
|
||||||
* What actions you take on our website,
|
|
||||||
* What browser, operating system, and device you use,
|
|
||||||
* Search terms you use,
|
|
||||||
* Your anonymized IP address: We anonymize the last 3 bytes of your IP, e.g. 192.xxx.xxx.xxx.
|
* Your anonymized IP address: We anonymize the last 3 bytes of your IP, e.g. 192.xxx.xxx.xxx.
|
||||||
|
|
||||||
We use this data to:
|
We use this data to:
|
||||||
|
|
||||||
* Optimize websites and services, so that they are quick and easy to use,
|
* Optimize websites and services, so that they are quick and easy to use,
|
||||||
* Diagnose and debug technical errors,
|
* Diagnose and debug technical errors,
|
||||||
* Defend websites and services from abuse and technical attacks,
|
* Defend websites and services from abuse and technical attacks.
|
||||||
* Compile statistics on the popularity of a website, page, post, topic, etc., and
|
|
||||||
* Compile statistics on the kinds of software and computers visitors use.
|
|
||||||
|
|
||||||
This data is processed under our [Legitimate Interest](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/legitimate-interests/when-can-we-rely-on-legitimate-interests/) to provide our services to you in a an efficient and secure manner and to ensure the legal compliance and proper administration of our business.
|
This data is processed under our [Legitimate Interest](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/legitimate-interests/when-can-we-rely-on-legitimate-interests/) to provide our services to you in a an efficient and secure manner and to ensure the legal compliance and proper administration of our business.
|
||||||
|
|
||||||
Raw data such as pages visited, anonymized visitor IPs, and visitor actions will be retained for 60 days. In special circumstances—such as extended investigations regarding a technical attack—we may preserve logged data for longer periods for analysis. We store aggregate statistics about use of the websites and services we host indefinitely, but those statistics do not include data identifiable to you personally.
|
Raw data such as pages visited, anonymized visitor IPs, and visitor actions will be retained for 60 days. In special circumstances—such as extended investigations regarding a technical attack—we may preserve logged data for longer periods for analysis. We store aggregate statistics about use of the websites and services we host indefinitely, but those statistics do not include data identifiable to you personally.
|
||||||
|
|
||||||
You can opt out of some website tracking we do with Matomo using the form below. Our Matomo instance is blocked by most ad-blockers, so users blocking the domain `stats.privacytools.io` will not need to separately opt-out with the form below. Our Matomo instance also respects the Do Not Track (DNT) setting in your browser, so users with DNT enabled will not need to complete this form. Limited data may still be collected via server-side logs after opting out here, but this data cannot be used to identify you.
|
|
||||||
|
|
||||||
<iframe style="border: 1; height: 120px; width: 100%;" src="https://stats.privacytools.io/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=ffffff&fontColor=212529&fontSize=1rem&fontFamily=-apple-system%2CBlinkMacSystemFont%2C%22Segoe%20UI%22%2CRoboto%2C%22Helvetica%20Neue%22%2CArial%2Csans-serif%2C%22Apple%20Color%20Emoji%22%2C%22Segoe%20UI%20Emoji%22%2C%22Segoe%20UI%20Symbol%22%2C%22Noto%20Color%20Emoji%22"></iframe>
|
|
||||||
|
|
||||||
### We collect account data.
|
### We collect account data.
|
||||||
|
|
||||||
On some websites and services we provide, many features may require an account. For example, on forum.privacytools.io an account is required to post and reply to topics.
|
On some websites and services we provide, many features may require an account. For example, on forum.privacytools.io an account is required to post and reply to topics.
|
||||||
|
@ -8,122 +8,3 @@ breadcrumb: "DNS"
|
|||||||
|
|
||||||
{% include sections/dns.html %}
|
{% include sections/dns.html %}
|
||||||
|
|
||||||
<h1 id="dns-desktop-clients" class="anchor">
|
|
||||||
<a href="#dns-desktop-clients">
|
|
||||||
<i class="fas fa-link anchor-icon"></i>
|
|
||||||
</a> Encrypted DNS Client Recommendations for Desktop
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="Unbound"
|
|
||||||
image="/assets/img/svg/3rd-party/unbound.svg"
|
|
||||||
description='A validating, recursive, caching DNS resolver, supporting DNS-over-TLS, and has been <a href="https://ostif.org/our-audit-of-unbound-dns-by-x41-d-sec-full-results/">independently audited</a>.'
|
|
||||||
website="https://nlnetlabs.nl/projects/unbound/about/"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-unbound/3563"
|
|
||||||
github="https://github.com/NLnetLabs/unbound"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="dnscrypt-proxy"
|
|
||||||
image="/assets/img/svg/3rd-party/dnscrypt-proxy.svg"
|
|
||||||
description='A DNS proxy with support for DNSCrypt, DNS-over-HTTPS, and <a href="https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt">Anonymized DNSCrypt</a>, a <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">relay-based protocol that the hides client IP address.</a>'
|
|
||||||
website="https://github.com/DNSCrypt/dnscrypt-proxy/wiki"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
|
|
||||||
github="https://github.com/DNSCrypt/dnscrypt-proxy"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="Stubby"
|
|
||||||
image="/assets/img/png/3rd-party/stubby.png"
|
|
||||||
description='An application that acts as a local DNS-over-TLS stub resolver. Stubby can be used in <a href="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Clients#DNSPrivacyClients-Unbound/Stubbycombination">combination with Unbound</a> by managing the upstream TLS connections (since Unbound cannot yet re-use TCP/TLS connections) with Unbound providing a local cache.'
|
|
||||||
website="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-stubby/3582"
|
|
||||||
github="https://github.com/getdnsapi/stubby"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="Firefox's built-in DNS-over-HTTPS resolver"
|
|
||||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
|
||||||
description='Firefox comes with built-in DNS-over-HTTPS support for <a href="https://blog.mozilla.org/blog/2020/02/25/firefox-continues-push-to-bring-dns-over-https-by-default-for-us-users/">NextDNS and Cloudflare</a> but users can manually any other DoH resolver.'
|
|
||||||
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://developers.cloudflare.com/1.1.1.1/privacy/firefox::text==Warning::tooltip==Cloudflare logs a limited amount of data about the DNS requests that are sent to their custom resolver for Firefox."
|
|
||||||
website="https://support.mozilla.org/en-US/kb/firefox-dns-over-https"
|
|
||||||
privacy-policy="https://wiki.mozilla.org/Security/DOH-resolver-policy"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-firefox-s-built-in-dns-over-https-resolver/3564"
|
|
||||||
%}
|
|
||||||
|
|
||||||
<h1 id="dns-android-clients" class="anchor">
|
|
||||||
<a href="#dns-android-clients">
|
|
||||||
<i class="fas fa-link anchor-icon"></i>
|
|
||||||
</a> Encrypted DNS Client Recommendations for Android
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="Android 9's built-in DNS-over-TLS resolver"
|
|
||||||
image="/assets/img/svg/3rd-party/android.svg"
|
|
||||||
description="Android 9 (Pie) comes with built-in DNS-over-TLS support without the need for a 3rd-party application."
|
|
||||||
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://developers.google.com/speed/public-dns/docs/using#android_9_pie_or_later::text==Warning::tooltip==Android 9's DoT settings have no effect when used concurrently with VPN-based apps which override the DNS."
|
|
||||||
website="https://support.google.com/android/answer/9089903#private_dns"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-android-9s-built-in-dns-over-tls-resolver/3562"
|
|
||||||
%}
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="Nebulo"
|
|
||||||
image="/assets/img/png/3rd-party/nebulo.png"
|
|
||||||
description='An open-source Android client supporting DNS-over-HTTPS and DNS-over-TLS, caching DNS responses, and locally logging DNS queries.'
|
|
||||||
website="https://git.frostnerd.com/PublicAndroidApps/smokescreen/-/blob/master/README.md"
|
|
||||||
privacy-policy="https://smokescreen.app/privacypolicy"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-nebulo/3565"
|
|
||||||
fdroid="https://git.frostnerd.com/PublicAndroidApps/smokescreen#f-droid"
|
|
||||||
googleplay="https://play.google.com/store/apps/details?id=com.frostnerd.smokescreen"
|
|
||||||
source="https://git.frostnerd.com/PublicAndroidApps/smokescreen"
|
|
||||||
%}
|
|
||||||
|
|
||||||
<h1 id="dns-ios-clients" class="anchor">
|
|
||||||
<a href="#dns-ios-clients">
|
|
||||||
<i class="fas fa-link anchor-icon"></i>
|
|
||||||
</a> Encrypted DNS Client Recommendations for iOS
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
{%
|
|
||||||
include cardv2.html
|
|
||||||
title="DNSCloak"
|
|
||||||
image="/assets/img/png/3rd-party/dnscloak.png"
|
|
||||||
description='An open-source iOS client supporting DNS-over-HTTPS, DNSCrypt, and <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki">dnscrypt-proxy</a> options such as caching DNS responses, locally logging DNS queries, and custom block lists. Users can <a href="https://blog.privacytools.io/adding-custom-dns-over-https-resolvers-to-dnscloak/">add custom resolvers by DNS stamp</a>.'
|
|
||||||
website="https://github.com/s-s/dnscloak/blob/master/README.md"
|
|
||||||
privacy-policy="https://drive.google.com/file/d/1050No_pU74CAWUS5-BwQWyO2x_aiMzWc/view"
|
|
||||||
forum="https://forum.privacytools.io/t/discussion-dnscloak/3566"
|
|
||||||
ios="https://apps.apple.com/app/id1452162351"
|
|
||||||
github="https://github.com/s-s/dnscloak"
|
|
||||||
%}
|
|
||||||
|
|
||||||
<h2 id="dns-definitions" class="anchor">
|
|
||||||
<a href="#dns-definitions">
|
|
||||||
<i class="fas fa-link anchor-icon"></i>
|
|
||||||
</a> Definitions
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<h4>DNS-over-TLS (DoT)</h4>
|
|
||||||
<p>
|
|
||||||
A security protocol for encrypted DNS on a dedicated port 853. Some providers support port 443 which generally works everywhere while port 853 is often blocked by restrictive firewalls.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>DNS-over-HTTPS (DoH)</h4>
|
|
||||||
<p>
|
|
||||||
Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443 and more difficult to block. {% include badge.html color="warning" text="Warning" tooltip="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server." link="https://tools.ietf.org/html/rfc8484#section-8.2" icon="fas fa-exclamation-triangle" %}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>DNSCrypt</h4>
|
|
||||||
<p>
|
|
||||||
With an <a href="https://dnscrypt.info/protocol/">open specification</a>, DNSCrypt is an older, yet robust method for encrypting DNS.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>Anonymized DNSCrypt</h4>
|
|
||||||
<p>
|
|
||||||
A <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">lightweight protocol</a> that hides the client IP address by using pre-configured relays to forward encrypted DNS data. This is a relatively new protocol created in 2019 currently only supported by <a href="#dns-desktop-clients">dnscrypt-proxy</a> and a limited number of <a href="https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/relays.md">relays</a>.
|
|
||||||
</p>
|
|
||||||
|
@ -177,7 +177,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
|||||||
<p><a href="https://en.wikipedia.org/wiki/End-to-end_encryption">End-to-end encryption (E2EE)</a> is a way of encrypting email contents so that nobody but the recipient(s) can read the email message.</p>
|
<p><a href="https://en.wikipedia.org/wiki/End-to-end_encryption">End-to-end encryption (E2EE)</a> is a way of encrypting email contents so that nobody but the recipient(s) can read the email message.</p>
|
||||||
<h3>How can I encrypt my email?</h3>
|
<h3>How can I encrypt my email?</h3>
|
||||||
<p>The standard way to do email E2EE and have it work between different email providers is with <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP">OpenPGP</a>. There are different implementations of the OpenPGP standard, the most common being <a href="https://en.wikipedia.org/wiki/GNU_Privacy_Guard">GnuPG</a> and <a href=https://openpgpjs.org>OpenPGP.js</a>.</p>
|
<p>The standard way to do email E2EE and have it work between different email providers is with <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP">OpenPGP</a>. There are different implementations of the OpenPGP standard, the most common being <a href="https://en.wikipedia.org/wiki/GNU_Privacy_Guard">GnuPG</a> and <a href=https://openpgpjs.org>OpenPGP.js</a>.</p>
|
||||||
<p>There is another standard that was popular with business called <a href="https://en.wikipedia.org/wiki/S/MIME">S/MIME</a>, however it requires a certificate issued from a <a href="https://en.wikipedia.org/wiki/Certificate_authority">Certificate Authority</a> (not all of them issue S/MIME certificates). It has support in <a href="https://support.google.com/a/topic/9061730?hl=en&ref_topic=9061731">G Suite Enterprise/Education</a> and <a href="https://support.office.com/en-us/article/encrypt-messages-by-using-s-mime-in-outlook-on-the-web-878c79fc-7088-4b39-966f-14512658f480">Office 365 Business or Exchange Server 2016, 2019</a>.</p>
|
<p>There is another standard that was popular with business called <a href="https://en.wikipedia.org/wiki/S/MIME">S/MIME</a>, however it requires a certificate issued from a <a href="https://en.wikipedia.org/wiki/Certificate_authority">Certificate Authority</a> (not all of them issue S/MIME certificates). It has support in <a href="https://support.google.com/a/topic/9061730?hl=en&ref_topic=9061731">Google Workplace</a> and <a href="https://support.office.com/en-us/article/encrypt-messages-by-using-s-mime-in-outlook-on-the-web-878c79fc-7088-4b39-966f-14512658f480">Outlook for Web or Exchange Server 2016, 2019</a>.</p>
|
||||||
<h3>What software can I use to get E2EE?</h3>
|
<h3>What software can I use to get E2EE?</h3>
|
||||||
<p>Email providers which allow you to use standard access protocols like <a href="https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP</a> and <a href="https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> can be used with any of the <a href="/software/email/">email clients we recommend</a>. This can be less secure as you are now relying on email providers to ensure that their encryption implementation works and has not been compromised in anyway.</p>
|
<p>Email providers which allow you to use standard access protocols like <a href="https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP</a> and <a href="https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> can be used with any of the <a href="/software/email/">email clients we recommend</a>. This can be less secure as you are now relying on email providers to ensure that their encryption implementation works and has not been compromised in anyway.</p>
|
||||||
</div>
|
</div>
|
||||||
@ -205,7 +205,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
|||||||
<h3>Where is the email metadata?</h3>
|
<h3>Where is the email metadata?</h3>
|
||||||
<p>Email metadata is stored in the <a href="https://en.wikipedia.org/wiki/Email#Message_header">message header</a> of the email message.</p>
|
<p>Email metadata is stored in the <a href="https://en.wikipedia.org/wiki/Email#Message_header">message header</a> of the email message.</p>
|
||||||
<h3>Why can't email metadata be E2EE?</h3>
|
<h3>Why can't email metadata be E2EE?</h3>
|
||||||
<p>Email metadata is is cruicial to the most basic functionality of email (where it came from, and where it has to go). E2EE was not built into the email protocols originally and is also optional, therefore, only the message content is protected.</p>
|
<p>Email metadata is crucial to the most basic functionality of email (where it came from, and where it has to go). E2EE was not built into the email protocols originally and is also optional, therefore, only the message content is protected.</p>
|
||||||
<h3>How is my metadata protected?</h3>
|
<h3>How is my metadata protected?</h3>
|
||||||
<p>When emails travel between email providers an encrypted connection is negotiated using <a href="https://en.wikipedia.org/wiki/Opportunistic_TLS">Opportunistic TLS</a>. This protects the metadata from outside observers, but as it is not E2EE, server administrators can snoop on the metadata of an email.</p>
|
<p>When emails travel between email providers an encrypted connection is negotiated using <a href="https://en.wikipedia.org/wiki/Opportunistic_TLS">Opportunistic TLS</a>. This protects the metadata from outside observers, but as it is not E2EE, server administrators can snoop on the metadata of an email.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -221,10 +221,9 @@ breadcrumb: "VPN"
|
|||||||
<h3>Related VPN information</h3>
|
<h3>Related VPN information</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://thatoneprivacysite.net/vpn-comparison-chart/">Spreadsheet with unbiased, independently verifiable data on over 100 VPN services.</a></li>
|
<li><a href="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews/">The Trouble with VPN and Privacy Review Sites</a></li>
|
||||||
<li><a href="https://vikingvpn.com/blogs/off-topic/beware-of-vpn-marketing-and-affiliate-programs">Beware of False Reviews - VPN Marketing and Affiliate Programs</a></li>
|
<li><a href="https://vikingvpn.com/blogs/off-topic/beware-of-vpn-marketing-and-affiliate-programs">Beware of False Reviews - VPN Marketing and Affiliate Programs</a></li>
|
||||||
<li><a href="https://torrentfreak.com/proxy-sh-vpn-provider-monitored-traffic-to-catch-hacker-130930/">Proxy.sh VPN Provider Sniffed Server Traffic to Catch Hacker</a></li>
|
<li><a href="https://torrentfreak.com/proxy-sh-vpn-provider-monitored-traffic-to-catch-hacker-130930/">Proxy.sh VPN Provider Sniffed Server Traffic to Catch Hacker</a></li>
|
||||||
<li><a href="https://proxy.sh/panel/knowledgebase.php?action=displayarticle&id=5">Ethical policy - All of the reasons why Proxy.sh might enable logging</a></li>
|
|
||||||
<li><a href="https://www.ivpn.net/privacy">IVPN.net will collect your email and IP address after sign up</a><br />Read the <a data-toggle="tooltip" data-placement="top" data-original-title="The IP collected at signup is only used for a few seconds by our fraud module and then discarded, it is not stored. Storing them would significantly increase our own liability and certainly would not be in our interest. You're absolutely welcome to signup using Tor or a VPN.">Email statement</a> from IVPN.</li>
|
<li><a href="https://www.ivpn.net/privacy">IVPN.net will collect your email and IP address after sign up</a><br />Read the <a data-toggle="tooltip" data-placement="top" data-original-title="The IP collected at signup is only used for a few seconds by our fraud module and then discarded, it is not stored. Storing them would significantly increase our own liability and certainly would not be in our interest. You're absolutely welcome to signup using Tor or a VPN.">Email statement</a> from IVPN.</li>
|
||||||
<li><a href="https://medium.com/@blackVPN/no-logs-6d65d95a3016">blackVPN announced to delete connection logs after disconnection</a></li>
|
<li><a href="https://medium.com/@blackVPN/no-logs-6d65d95a3016">blackVPN announced to delete connection logs after disconnection</a></li>
|
||||||
<li><a href="https://gist.github.com/kennwhite/1f3bc4d889b02b35d8aa">Don't use LT2P IPSec, use other protocols.</a></li>
|
<li><a href="https://gist.github.com/kennwhite/1f3bc4d889b02b35d8aa">Don't use LT2P IPSec, use other protocols.</a></li>
|
||||||
@ -266,27 +265,33 @@ breadcrumb: "VPN"
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<div id="vpn-breaches" class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12">
|
||||||
|
|
||||||
|
<h3>VPN Related breaches - why external auditing is important!</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.comparitech.com/blog/vpn-privacy/ufo-vpn-data-exposure/">"Zero logs" VPN exposes millions of logs including user passwords, claims data is anonymous</a> July 2020 </li>
|
||||||
|
<li><a href="https://www.zdnet.com/article/nordvpn-http-post-bug-exposed-sensitive-customer-information/">NordVPN HTTP POST bug exposed customer information, no authentication required</a> March 2020</li>
|
||||||
|
<li><a href="https://www.theregister.com/2019/10/21/nordvpn_security_issue/">Row erupts over who to blame after NordVPN says: One of our servers was hacked via remote management tool</a> October 2019</li>
|
||||||
|
<li><a href="https://arstechnica.com/gadgets/2021/07/vpn-servers-seized-by-ukrainian-authorities-werent-encrypted/">VPN servers seized by Ukrainian authorities weren't encrypted and allowed authorities to impersonate Windscribe servers and capture and decrypt traffic passing through them</a> July 2021</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div>
|
|
||||||
<h3>Related Videos</h3>
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-6 col-12">
|
<div class="col-lg-6 col-12">
|
||||||
<a href="https://youtube.com/watch?v=WVDQEoe6ZWY" target="_blank">
|
<h3>Related Videos</h3>
|
||||||
|
<a href="https://invidious.site/watch?v=WVDQEoe6ZWY" target="_blank">
|
||||||
<img
|
<img
|
||||||
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
|
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
|
||||||
class="img-fluid float-left mr-3"
|
class="img-fluid float-left mr-3"
|
||||||
alt="This Video Is Sponsored By censored VPN">
|
alt="This Video Is Sponsored By censored VPN">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-12">
|
|
||||||
<a href="https://www.youtube.com/watch?v=6ohvf03NiIA" target="_blank">
|
|
||||||
<img
|
|
||||||
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
|
|
||||||
class="img-fluid float-left mr-3"
|
|
||||||
alt="Tor vs VPN | Which one should you use for privacy, anonymity and security">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,7 +11,7 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
<h1 class="display-4">Matrix</h1>
|
<h1 class="display-4">Matrix</h1>
|
||||||
<p class="lead"><code>chat.privacytools.io</code> is our official Matrix homeserver.</p>
|
<p class="lead"><code>chat.privacytools.io</code> is our official Matrix homeserver.</p>
|
||||||
<hr class="my-4">
|
<hr class="my-4">
|
||||||
<p>You can register a user account on this homeserver using any Matrix client, no email required. However, you do not need to be a member of this homeserver to join our rooms, and choosing a smaller instance or <a href="https://element.io/matrix-services">buying</a> or <a href="https://matrix.org/docs/guides/installing-synapse">hosting</a> your own will help promote decentralization and performance in the Matrix fediverse!</p>
|
<p>You can register a user account on this homeserver using any Matrix client, no email required. However, you do not need to be a member of this homeserver to join our rooms, and choosing a smaller instance or <a href="https://element.io/matrix-services">buying</a> or <a href="https://matrix.org/docs/guides/installing-synapse">hosting</a> your own will help promote decentralization and performance on Matrix!</p>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
<a class="btn btn-primary btn-lg" href="https://element.privacytools.io/" role="button">Open in Element</a>
|
<a class="btn btn-primary btn-lg" href="https://element.privacytools.io/" role="button">Open in Element</a>
|
||||||
<a class="btn btn-secondary btn-lg" href="https://www.hello-matrix.net/public_servers.php" role="button">Find Another Homeserver</a>
|
<a class="btn btn-secondary btn-lg" href="https://www.hello-matrix.net/public_servers.php" role="button">Find Another Homeserver</a>
|
||||||
@ -20,6 +20,7 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
|
|
||||||
<h2 class="pt-4" id="homeserverinfo">Connection Information</h2>
|
<h2 class="pt-4" id="homeserverinfo">Connection Information</h2>
|
||||||
<p><strong>To register on or connect to our homeserver, simply use <code>https://chat.privacytools.io</code> as the homeserver in your Matrix client.</strong></p>
|
<p><strong>To register on or connect to our homeserver, simply use <code>https://chat.privacytools.io</code> as the homeserver in your Matrix client.</strong></p>
|
||||||
|
<p><mark>You must read and accept our community <a href="https://wiki.privacytools.io/view/PrivacyTools:Code_of_Conduct">code of conduct</a> before joining our rooms or using our services.</mark></p>
|
||||||
|
|
||||||
{%
|
{%
|
||||||
include cardv2.html
|
include cardv2.html
|
||||||
@ -30,7 +31,7 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
website="https://element.io"
|
website="https://element.io"
|
||||||
privacy-policy="https://element.io/privacy"
|
privacy-policy="https://element.io/privacy"
|
||||||
forum="https://forum.privacytools.io/t/discussion-element-io/665"
|
forum="https://forum.privacytools.io/t/discussion-element-io/665"
|
||||||
github="https://github.com/vector-im/riot-web/"
|
github="https://github.com/vector-im/element-web"
|
||||||
windows="https://element.io/get-started"
|
windows="https://element.io/get-started"
|
||||||
mac="https://element.io/get-started"
|
mac="https://element.io/get-started"
|
||||||
linux="https://element.io/get-started"
|
linux="https://element.io/get-started"
|
||||||
@ -50,7 +51,7 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
<p><strong>No.</strong> Messages sent to the #general chat are encrypted from with client-to-server encryption, i.e. HTTPS. This means that your messages can't be viewed by an attacker on your network, or your ISP, etc. <strong>However</strong>, because this is a public chat room anybody can view your messages if they are a member, and newcomers will be able to see all message history. Do not say anything in rooms that don't use End-to-End (E2E) encryption that you wouldn't want tied to you personally.</p>
|
<p><strong>No.</strong> Messages sent to the #general chat are encrypted from with client-to-server encryption, i.e. HTTPS. This means that your messages can't be viewed by an attacker on your network, or your ISP, etc. <strong>However</strong>, because this is a public chat room anybody can view your messages if they are a member, and newcomers will be able to see all message history. Do not say anything in rooms that don't use End-to-End (E2E) encryption that you wouldn't want tied to you personally.</p>
|
||||||
|
|
||||||
<h4>Isn't Matrix behind Cloudflare?</h4>
|
<h4>Isn't Matrix behind Cloudflare?</h4>
|
||||||
<p>Matrix.org is, chat.privacytools.io isn't. If you use our homeserver and our Element install, you should be good.</p>
|
<p>The default matrix.org homeserver is behind Cloudflare. The PrivacyTools homeserver is not.
|
||||||
|
|
||||||
<h4>Isn't Matrix slow?</h4>
|
<h4>Isn't Matrix slow?</h4>
|
||||||
<p>It can be, for some! Due to the trememdous amount of people registering on the matrix.org homeserver, it is often overloaded and occasionally slow to respond. Therefore, users on that homeserver occasionally report a less than ideal chat experience. If that's you, you can fix this problem by switching to another homeserver. Good alternatives include...
|
<p>It can be, for some! Due to the trememdous amount of people registering on the matrix.org homeserver, it is often overloaded and occasionally slow to respond. Therefore, users on that homeserver occasionally report a less than ideal chat experience. If that's you, you can fix this problem by switching to another homeserver. Good alternatives include...
|
||||||
@ -58,7 +59,7 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
<li>ours of course, at <mark><strong>chat.privacytools.io</strong></mark>, you're here right?</li>
|
<li>ours of course, at <mark><strong>chat.privacytools.io</strong></mark>, you're here right?</li>
|
||||||
<li>feneas.org, tchncs.de, weho.st, pine64.org, kde.org, halogen.city...</li>
|
<li>feneas.org, tchncs.de, weho.st, pine64.org, kde.org, halogen.city...</li>
|
||||||
<li>purchasing an instance from <a href="https://element.io/matrix-services">Element Matrix Services</a></li>
|
<li>purchasing an instance from <a href="https://element.io/matrix-services">Element Matrix Services</a></li>
|
||||||
<li>running your own by installing <a href="https://github.com/matrix-org/synapse">synapse</a> — certainly the best option for the technically inclined!</li>
|
<li>running your own by installing <a href="https://github.com/matrix-org/synapse">Synapse</a> — certainly the best option for the technically inclined!</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Note that at time of writing, switching homeservers requires re-registering with another account at that server, as nomadic identities haven't been implemented yet.</p>
|
<p>Note that at time of writing, switching homeservers requires re-registering with another account at that server, as nomadic identities haven't been implemented yet.</p>
|
||||||
|
|
||||||
@ -68,14 +69,17 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
<h4>Why do XMPP users keep joining and leaving all the time?</h4>
|
<h4>Why do XMPP users keep joining and leaving all the time?</h4>
|
||||||
<p><a href="https://github.com/matrix-org/matrix-bifrost/issues/63">It's an issue with the XMPP bridge</a>.</p>
|
<p><a href="https://github.com/matrix-org/matrix-bifrost/issues/63">It's an issue with the XMPP bridge</a>.</p>
|
||||||
|
|
||||||
|
<h4>I'm not using the PrivacyTools homeserver, can I find PrivacyTools rooms in Element?</h4>
|
||||||
|
<p>Yes! Open the room explorer (compass icon on Element desktop), click the server selection drop down next to the search bar, click "Add a new server", type <code>privacytools.io</code>, and click Add. You should then be able to view and search through rooms that the PrivacyTools server is aware of. Note that not every room hosted on PrivacyTools is affiliated with or moderated by the PrivacyTools team.</p>
|
||||||
|
|
||||||
<h2 class="pt-4">Rooms</h2>
|
<h2 class="pt-4">Rooms</h2>
|
||||||
<p>To join a room, just type <code>/join [room address]</code> in any room. You can run this command from any server, not just ours!</p>
|
<p>To join a room, just type <code>/join [room address]</code> in any room. You can run this command from any server, not just ours!</p>
|
||||||
<p>The PrivacyTools administration operates the following channels:</p>
|
<p>The PrivacyTools administration operates the following channels:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>#dev:privacytools.io</code>: Discussions relating to <a href="https://github.com/privacytoolsIO/privacytools.io/">building</a> www.privacytools.io.</li>
|
<li><code>#dev:privacytools.io</code>: Discussions relating to <a href="https://github.com/privacytools/privacytools.io/">building</a> www.privacytools.io.</li>
|
||||||
<li><code>#forum:privacytools.io</code>: All PrivacyTools Forum updates (Automated).</li>
|
<li><code>#forum:privacytools.io</code>: All PrivacyTools Forum updates (Automated).</li>
|
||||||
<li><strong><code>#general:privacytools.io</code>: Main discussion room.</strong></li>
|
<li><strong><code>#general:privacytools.io</code>: Main discussion room.</strong></li>
|
||||||
<li><code>#github:privacytools.io</code>: GitHub updates for @privacytoolsIO (Automated).</li>
|
<li><code>#github:privacytools.io</code>: GitHub updates for @privacytools (Automated).</li>
|
||||||
<li><code>#guides:privacytools.io</code>: Privacy Guides development work.</li>
|
<li><code>#guides:privacytools.io</code>: Privacy Guides development work.</li>
|
||||||
<li><strong><code>#privacy:privacytools.io</code>: On-topic privacy, security, opsec discussion and support.</strong></li>
|
<li><strong><code>#privacy:privacytools.io</code>: On-topic privacy, security, opsec discussion and support.</strong></li>
|
||||||
<li><code>#wiki:privacytools.io</code>: <a href="https://wiki.privacytools.io/view/Main_Page">Wiki</a>-building discussion room.</li>
|
<li><code>#wiki:privacytools.io</code>: <a href="https://wiki.privacytools.io/view/Main_Page">Wiki</a>-building discussion room.</li>
|
||||||
@ -90,7 +94,6 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
|
|||||||
<li><code>#plume:disroot.org</code>: Discussion for Plume: Federated blogging.</li>
|
<li><code>#plume:disroot.org</code>: Discussion for Plume: Federated blogging.</li>
|
||||||
<li><code>#element-android:matrix.org</code>: Element Android discussion and support.</li>
|
<li><code>#element-android:matrix.org</code>: Element Android discussion and support.</li>
|
||||||
<li><code>#element-ios:matrix.org</code>: Element iOS discussion and support.</li>
|
<li><code>#element-ios:matrix.org</code>: Element iOS discussion and support.</li>
|
||||||
<li><code>#riotx:matrix.org</code>: RiotX (soon to be: Element Android) discussion and support.</li>
|
|
||||||
<li><code>#element-web:matrix.org</code>: Element Web/Desktop discussion and support.</li>
|
<li><code>#element-web:matrix.org</code>: Element Web/Desktop discussion and support.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>If you are a room operator and want your room listed here, feel free to contact us. Especially if you operate a large room and/or are a member of our homeserver!</p>
|
<p>If you are a room operator and want your room listed here, feel free to contact us. Especially if you operate a large room and/or are a member of our homeserver!</p>
|
||||||
|