From 50bdc285a98ea099a261f0f0a4bbb2fa5773d21e Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 16 Mar 2026 21:55:29 +0200 Subject: [PATCH] unlock `network.dns.disableIPv6` and set `false` by default --- linux/build/preferences/distribution/policies.json | 1 - linux/build/preferences/i2pdbrowser.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/build/preferences/distribution/policies.json b/linux/build/preferences/distribution/policies.json index c15f51d..bd755ac 100644 --- a/linux/build/preferences/distribution/policies.json +++ b/linux/build/preferences/distribution/policies.json @@ -69,7 +69,6 @@ "dom.disable_window_move_resize": true, "dom.event.contextmenu.enabled": false, "network.IDN_show_punycode": false, - "network.dns.disableIPv6": true, "places.history.enabled": true, "privacy.file_unique_origin": true }, diff --git a/linux/build/preferences/i2pdbrowser.cfg b/linux/build/preferences/i2pdbrowser.cfg index 7f15dc4..b64ceb1 100644 --- a/linux/build/preferences/i2pdbrowser.cfg +++ b/linux/build/preferences/i2pdbrowser.cfg @@ -246,7 +246,7 @@ defaultPref("network.allow-experiments", false); lockPref("network.captive-portal-service.enabled", false); lockPref("network.connectivity-service.enabled", false); pref("network.cookie.prefsMigrated", true); -defaultPref("network.dns.disableIPv6", true); +defaultPref("network.dns.disableIPv6", false); defaultPref("network.dns.disablePrefetchFromHTTPS", true); defaultPref("network.dns.disablePrefetch", true); defaultPref("network.gio.supported-protocols", "");