From ade1c87343abfd87e9e73630332fa69fb2650b75 Mon Sep 17 00:00:00 2001 From: blacklight447 Date: Wed, 25 Sep 2019 12:45:37 +0000 Subject: [PATCH 1/2] Change Anonymity to Privacy in VPN criteria (#1344) --- pages/providers/vpn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/providers/vpn.html b/pages/providers/vpn.html index 5db0b47e..db9256bf 100644 --- a/pages/providers/vpn.html +++ b/pages/providers/vpn.html @@ -66,7 +66,7 @@ description: "Find a no-logging VPN operator who isn't out to sell or read your
-

Anonymity

+

Privacy

We prefer our recommended providers to collect as little data as possible. Not collecting personal information on registration, and accepting anonymous forms of payment are required.

-- 2.47.2 From d434895dd8aebefb6fb3bb0109ba0f610924ba3b Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Thu, 26 Sep 2019 01:57:52 +1200 Subject: [PATCH 2/2] Remove password.html, it's not needed anymore --- password.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 password.html diff --git a/password.html b/password.html deleted file mode 100644 index 0e49ee18..00000000 --- a/password.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- 2.47.2