Compare commits
35 Commits
pr-add_Rem
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
4aeb56688f | |||
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 |
@ -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.8.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
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -1,5 +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>
|
||||||
|
@ -138,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
|
||||||
|
@ -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"
|
||||||
|
@ -26,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>
|
||||||
|
@ -95,7 +95,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=""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>
|
||||||
@ -186,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>
|
||||||
@ -264,7 +264,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</td>
|
</td>
|
||||||
<td>No</td>
|
<td>No</td>
|
||||||
<td>DoH, DoT</td>
|
<td>DoH, DoT</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="no-text-wrap">
|
<span class="no-text-wrap">
|
||||||
@ -415,8 +415,8 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
</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>
|
||||||
@ -507,7 +507,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>
|
||||||
@ -515,7 +515,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>
|
||||||
@ -571,7 +571,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
|||||||
include cardv2.html
|
include cardv2.html
|
||||||
title="Firefox's built-in DNS-over-HTTPS resolver"
|
title="Firefox's built-in DNS-over-HTTPS resolver"
|
||||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
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.'
|
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."
|
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"
|
website="https://support.mozilla.org/en-US/kb/firefox-dns-over-https"
|
||||||
privacy-policy="https://wiki.mozilla.org/Security/DOH-resolver-policy"
|
privacy-policy="https://wiki.mozilla.org/Security/DOH-resolver-policy"
|
||||||
|
@ -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://k9mail.app/">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>
|
||||||
|
|
||||||
|
@ -55,27 +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"
|
|
||||||
icon="fas fa-exclamation-triangle"
|
|
||||||
link="https://github.com/aonez/Keka#so-where-is-the-source-code"
|
|
||||||
tooltip="This software is no longer open source."
|
|
||||||
%}</li>
|
|
||||||
<li><a href="https://kryptor.co.uk/">Kryptor</a> is a file encryption program for Windows, MacOS, and Linux.
|
|
||||||
{% include badge.html
|
{% include badge.html
|
||||||
color="warning"
|
color="warning"
|
||||||
icon="fas fa-exclamation-triangle"
|
icon="fas fa-exclamation-triangle"
|
||||||
|
text="Beta"
|
||||||
tooltip="As Kryptor is still in beta, it may not be stable."
|
tooltip="As Kryptor is still in beta, it may not be stable."
|
||||||
%}</li>
|
%}
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -10,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">
|
||||||
|
@ -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"
|
||||||
|
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>
|
@ -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==Reproducible 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"
|
||||||
|
@ -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>
|
||||||
|
@ -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.'
|
||||||
|
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."
|
||||||
website="https://invidio.us"
|
website="https://invidio.us"
|
||||||
github="https://github.com/omarroth/invidious"
|
github="https://github.com/iv-org/invidious"
|
||||||
web="https://instances.invidio.us"
|
web="https://instances.invidio.us"
|
||||||
%}
|
%}
|
||||||
|
@ -86,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>
|
||||||
|
@ -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>
|
||||||
|
@ -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 |
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 |
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 |
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);
|
||||||
});
|
});
|
||||||
|
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';}
|
||||||
|
@ -8,4 +8,4 @@ add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd
|
|||||||
add_header Onion-Location http://www.privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion$request_uri always;
|
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=()";
|
||||||
|
@ -161,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>
|
||||||
@ -19,13 +19,9 @@ permalink: /about/javascript/
|
|||||||
<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/main/LICENSE">Expat</a></td>
|
<td><a href="https://github.com/twbs/bootstrap/raw/main/LICENSE">Expat</a></td>
|
||||||
</tr>
|
</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>
|
||||||
<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 %}
|
||||||
|
@ -221,11 +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://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>
|
||||||
@ -286,7 +284,7 @@ breadcrumb: "VPN"
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6 col-12">
|
<div class="col-lg-6 col-12">
|
||||||
<h3>Related Videos</h3>
|
<h3>Related Videos</h3>
|
||||||
<a href="https://invidiou.site/watch?v=WVDQEoe6ZWY" target="_blank">
|
<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"
|
||||||
|