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 12bbab17ab8c63a36e6901793450fd1d076ed34e Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Thu, 26 Sep 2019 01:50:54 +1200 Subject: [PATCH 2/2] Move subpages from root directory to /pages/ --- .github/CODEOWNERS | 2 +- contact.md => pages/contact.md | 0 donate.html => pages/donate.html | 0 privacy-policy.html => pages/privacy-policy.html | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename contact.md => pages/contact.md (100%) rename donate.html => pages/donate.html (100%) rename privacy-policy.html => pages/privacy-policy.html (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cecbaf14..ae319d2c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ /index.html @privacytoolsIO/editorial # Administration Related Files -/donate.html @JonahAragon @BurungHantu1605 +/pages/donate.html @JonahAragon @BurungHantu1605 /assets/js/redirects.js @JonahAragon /.well-known/ @JonahAragon /404.html @JonahAragon diff --git a/contact.md b/pages/contact.md similarity index 100% rename from contact.md rename to pages/contact.md diff --git a/donate.html b/pages/donate.html similarity index 100% rename from donate.html rename to pages/donate.html diff --git a/privacy-policy.html b/pages/privacy-policy.html similarity index 100% rename from privacy-policy.html rename to pages/privacy-policy.html -- 2.47.2