From cb5c844e1c185dae5d930a97b9daf30a480c7285 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 May 2024 09:34:01 +0300 Subject: [PATCH] firefox: TRR IPv6 preference & reading /etc/hosts --- etc/firefox/policies/policies.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 8f7bf3d3..5f6d5ee6 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -227,6 +227,16 @@ "Type": "boolean", "Value": false }, + "network.trr.early-AAAA": { + "Status": "locked", + "Type": "boolean", + "Value": true + }, + "network.trr.exclude-etc-hosts": { + "Status": "locked", + "Type": "boolean", + "Value": false + }, "pdfjs.enableScripting": { "Status": "locked", "Type": "boolean",