From a05d2329ebaecb232a9195bf411bcffd3b66ad08 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 16 Sep 2023 09:59:37 +0000 Subject: [PATCH] fix pref name --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 18eef99..9435897 100644 --- a/user.js +++ b/user.js @@ -295,7 +295,7 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] * [4] https://www.eff.org/deeplinks/2020/12/dns-doh-and-odoh-oh-my-year-review-2020 ***/ // user_pref("network.trr.mode", 3); /* 0711: disable parental controls, when enabled, skipping DoH [FF70+] ***/ -user_pref("skipTRR-when-parental-control-enabled", false); +user_pref("network.dns.skipTRR-when-parental-control-enabled", false); /* 0712: set DoH provider * The custom uri is the value shown when you "Choose provider>Custom>" * [NOTE] If you USE custom then "network.trr.uri" should be set the same