From 5b4c554c6259358cd396a710c0755b4183be472e Mon Sep 17 00:00:00 2001 From: Helen Date: Sat, 17 Aug 2024 23:11:36 +0300 Subject: [PATCH 1/3] add Using the app section to the privacy notices of AdGuard VPN for iOS and Android --- adguard-vpn.com/privacy/android.html.md | 12 ++++++++++++ adguard-vpn.com/privacy/ios.html.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/adguard-vpn.com/privacy/android.html.md b/adguard-vpn.com/privacy/android.html.md index 68febeb..52b81fb 100644 --- a/adguard-vpn.com/privacy/android.html.md +++ b/adguard-vpn.com/privacy/android.html.md @@ -67,6 +67,18 @@ When you launch AdGuard VPN for Android for the first time, the following inform - To monitor the number of simultaneous connections - To count the number of applications of a certain type and version +### Using the app + +AdGuard VPN periodically connects to our server to check the account status. The following information is sent: + +- Aceess token +- VPN token +- App ID +- App version +- App language +- App type +- OS language + ### Contacting support You can send messages to support by tapping *Report a bug* or *Request a feature*. diff --git a/adguard-vpn.com/privacy/ios.html.md b/adguard-vpn.com/privacy/ios.html.md index 56d5f77..0938e0e 100644 --- a/adguard-vpn.com/privacy/ios.html.md +++ b/adguard-vpn.com/privacy/ios.html.md @@ -68,6 +68,18 @@ When you launch AdGuard VPN for iOS for the first time, the following informatio - To count the number of apps of a certain type and version - To communicate with you in your language +### Using the app + +AdGuard VPN periodically connects to our server to check the account status. The following information is sent: + +- Aceess token +- VPN token +- App ID +- App version +- App language +- App type +- OS language + ### Connecting to the VPN server When you click *Connect*, the app will send your authorization token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. From f9f695c0b63b7d74657af738923b5bb0d7746eca Mon Sep 17 00:00:00 2001 From: Helen Date: Mon, 19 Aug 2024 12:01:53 +0300 Subject: [PATCH 2/3] add notes about why we need this information --- adguard-vpn.com/privacy/android.html.md | 2 ++ adguard-vpn.com/privacy/ios.html.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/adguard-vpn.com/privacy/android.html.md b/adguard-vpn.com/privacy/android.html.md index 52b81fb..8258bac 100644 --- a/adguard-vpn.com/privacy/android.html.md +++ b/adguard-vpn.com/privacy/android.html.md @@ -79,6 +79,8 @@ AdGuard VPN periodically connects to our server to check the account status. The - App type - OS language +When you click *Connect*, the app will send your VPN token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. + ### Contacting support You can send messages to support by tapping *Report a bug* or *Request a feature*. diff --git a/adguard-vpn.com/privacy/ios.html.md b/adguard-vpn.com/privacy/ios.html.md index 0938e0e..624807c 100644 --- a/adguard-vpn.com/privacy/ios.html.md +++ b/adguard-vpn.com/privacy/ios.html.md @@ -80,6 +80,8 @@ AdGuard VPN periodically connects to our server to check the account status. The - App type - OS language +When you click *Connect*, the app will send your VPN token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. + ### Connecting to the VPN server When you click *Connect*, the app will send your authorization token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. From 45ba6666cfc996a123787f8cb651e3302da59fdb Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 22 Aug 2024 13:06:55 +0300 Subject: [PATCH 3/3] replace access and vpn tokens with auth one --- adguard-vpn.com/privacy/android.html.md | 5 ++--- adguard-vpn.com/privacy/ios.html.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/adguard-vpn.com/privacy/android.html.md b/adguard-vpn.com/privacy/android.html.md index 8258bac..9e0758d 100644 --- a/adguard-vpn.com/privacy/android.html.md +++ b/adguard-vpn.com/privacy/android.html.md @@ -71,15 +71,14 @@ When you launch AdGuard VPN for Android for the first time, the following inform AdGuard VPN periodically connects to our server to check the account status. The following information is sent: -- Aceess token -- VPN token +- Authorization token - App ID - App version - App language - App type - OS language -When you click *Connect*, the app will send your VPN token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. +When you click *Connect*, the app will send your authorization token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. ### Contacting support diff --git a/adguard-vpn.com/privacy/ios.html.md b/adguard-vpn.com/privacy/ios.html.md index 624807c..1d0f76f 100644 --- a/adguard-vpn.com/privacy/ios.html.md +++ b/adguard-vpn.com/privacy/ios.html.md @@ -72,15 +72,14 @@ When you launch AdGuard VPN for iOS for the first time, the following informatio AdGuard VPN periodically connects to our server to check the account status. The following information is sent: -- Aceess token -- VPN token +- Authorization token - App ID - App version - App language - App type - OS language -When you click *Connect*, the app will send your VPN token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. +When you click *Connect*, the app will send your authorization token to AdGuard servers. We need this information to check the account status and authorization on the VPN server. ### Connecting to the VPN server