From 4168728ff58569ebf1541749cdf23fee6577b41d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 10 Mar 2022 17:47:59 -0500 Subject: [PATCH] split up configuration to be clearer --- static/faq.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/faq.html b/static/faq.html index 5ccb3cab..238d2bb7 100644 --- a/static/faq.html +++ b/static/faq.html @@ -535,10 +535,10 @@ details, so you can stop reading here if you only want an overview and actionable advice (i.e. use profiles as identities not inherently tied to each other).

-

Examples of the global OS configuration available to apps are configured - locale, time zone, network country code, whether the dark theme is enabled and - other similar global settings. Similar to extension and browser configuration - / state being fingerprinted by web sites, an app could use a combination of +

Examples of the global OS configuration available to apps are time zone, + network country code and other similar global settings. Per-profile examples + are dark mode and language. Similar to extension and browser configuration / + state being fingerprinted by web sites, an app could use a combination of these things in an attempt to identify the installation. All of these things vary at runtime and can be changed, but some are fairly unlikely to change in practice after the initial setup of the device such as the ones listed above.