From e8cb850e2739aa4aed64c7faa9b4bd5b51bd1b47 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 20 Feb 2025 11:01:10 +0200 Subject: [PATCH] firefox: restore intl.accept_languages to default --- etc/firefox/policies/policies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index fecabfff..4f42cbb1 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -570,7 +570,8 @@ "Value": "once" }, "intl.accept_languages": { - "Status": "user", + "Comment": "Cleared for Firefox default depending on locale. I am revealing timezone and as most users don't visit fingerprinting sites, this may result in fitting the local mass better.", + "Status": "clear", "Type": "string", "Value": "en-US, en" },