Compare commits
8 Commits
dependabot
...
master
Author | SHA1 | Date | |
---|---|---|---|
b8661944ee | |||
e0b3358e4f | |||
b1bd705e6c | |||
211b76b9ad | |||
b2b205760c | |||
cf11365854 | |||
159d9499d7 | |||
b2f7f073c3 |
58
README.md
58
README.md
@ -1,68 +1,36 @@
|
||||
<div align="center">
|
||||
<a href="https://www.privacytools.io">
|
||||
<img src="assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="PrivacyTools" />
|
||||
<a href="https://www.privacyguides.org">
|
||||
<img src="assets/img/svg/layout/brand/horizontal.svg" width="400px" alt="PrivacyTools" />
|
||||
</a>
|
||||
<p>
|
||||
<em>Encryption Against Global Mass Surveillance.</em>
|
||||
</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>
|
||||
|
||||
# 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/).
|
||||
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 PrivacyGuides
|
||||
|
||||
# Support
|
||||
|
||||
- [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/)
|
||||
- [Donate](https://opencollective.com/privacyguides)
|
||||
- [Our reddit community](https://www.reddit.com/r/privacyguides/)
|
||||
- View and edit our website source code here on GitHub.
|
||||
|
||||
## 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/privacytools">
|
||||
<img src="https://opencollective.com/privacytools/tiers/sponsor.svg?avatarHeight=64&width=890" height="64px" width="890px" alt="opencollective.com" />
|
||||
<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" />
|
||||
</a>
|
||||
|
||||
## Sponsors
|
||||
|
||||
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?
|
||||
|
||||
## 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
|
||||
|
||||
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).
|
||||
|
@ -239,52 +239,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
||||
</span>
|
||||
</td>
|
||||
</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>No</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>
|
||||
<td data-value="nextdns">
|
||||
<a href="https://www.nextdns.io/">NextDNS</a>
|
||||
@ -317,61 +272,7 @@ We also log how many times this or that tracker has been blocked. We need this i
|
||||
<td>?</td>
|
||||
<td>Self</td>
|
||||
</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>
|
||||
<td data-value="PowerDNS">
|
||||
<a href="https://powerdns.org/">PowerDNS</a>
|
||||
|
@ -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 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>
|
||||
<p>ProtonMail is accessible via Tor at <a href="https://protonirockerxow.onion/">protonirockerxow.onion</a>.</p>
|
||||
<h5>{% include badge.html color="warning" text=".onion Service" %}</h5>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -73,7 +73,7 @@
|
||||
include cardv2.html
|
||||
title="Element"
|
||||
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"
|
||||
website="https://element.io"
|
||||
privacy-policy="https://element.io/privacy"
|
||||
|
@ -38,7 +38,7 @@
|
||||
website="https://write.as/"
|
||||
privacy-policy="https://write.as/privacy"
|
||||
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"
|
||||
web="https://write.as/pad"
|
||||
windows="https://github.com/writeas/writeas-cli"
|
||||
|
@ -9,7 +9,7 @@
|
||||
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.'
|
||||
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://invidious.io/"
|
||||
github="https://github.com/iv-org/invidious"
|
||||
web="https://instances.invidio.us"
|
||||
web="https://instances.invidious.io/"
|
||||
%}
|
||||
|
@ -44,7 +44,7 @@
|
||||
<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">reproducible builds</a>.</p></p>
|
||||
<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 class="row mb-2">
|
||||
|
3
assets/img/svg/3rd-party/invidious.svg
vendored
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 |
@ -275,6 +275,7 @@ breadcrumb: "VPN"
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user