From c61e633236f030a279d38906cdb4849005260348 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 1 Jun 2018 04:32:52 +0000 Subject: [PATCH] 0707: added ref link --- user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index 621d005..c968abb 100644 --- a/user.js +++ b/user.js @@ -471,7 +471,8 @@ user_pref("network.proxy.autoconfig_url.include_path", false); // default: false * TRR = Trusted Recursive Resolver * .mode: 0=off, 1=race, 2=TRR first, 3=TRR only, 4=race for stats, but always use native result * [WARNING] DoH bypasses hosts and gives info to yet another party (e.g. Cloudflare) - * [1] https://www.ghacks.net/2018/04/02/configure-dns-over-https-in-firefox/ ***/ + * [1] https://www.ghacks.net/2018/04/02/configure-dns-over-https-in-firefox/ + * [2] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/ ***/ // user_pref("network.trr.mode", 0); // user_pref("network.trr.bootstrapAddress", ""); // user_pref("network.trr.uri", "");