From 561d7f80efda0c25a2a212cdb56b77c5fffa7399 Mon Sep 17 00:00:00 2001 From: sim Date: Tue, 23 Sep 2025 16:35:45 +0200 Subject: [PATCH] Small improvment for Privacy Policy Typo + Hosted by Google --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f13a3e3..c3d79d4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,4 +1,4 @@ - By default, %s uses Mozilla push server which therefor has access to the origin IP address of the requests (from your phone).\n\nDuring the first connection, the app generates a unique ID shared with the server to identify itself and to be linked to generated push endpoints. This ID is kept across reconnections, to receive notifications while the device is offline.\n\nThe push server keeps a record of the last connection date, to be able to remove unused ID.\n\nMozilla servers are located in the USA.\n\nFor more information, see Mozilla Firefox privacy policy - technical data.\n\n + By default, %s uses Mozilla push server which therefore has access to the origin IP address of the requests (from your phone).\n\nDuring the first connection, the app generates a unique ID shared with the server to identify itself and to be linked to generated push endpoints. This ID is kept across reconnections, to receive notifications while the device is offline.\n\nThe push server keeps a record of the last connection date, to be able to remove unused ID.\n\nMozilla push server is hosted by Google, and located in the USA.\n\nFor more information, see Mozilla Firefox privacy policy - technical data.\n\n \ No newline at end of file