From 32ec90dff71d8ccc5e80c2152567d724a236ef06 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 9 Aug 2019 22:55:25 +0000 Subject: [PATCH] browser-tweaks: document TRR/DoH (#1127) * browser-tweaks: document TRR/DoH Resolves: #785 * fix preposition --- _includes/sections/browser-tweaks.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 2a3dcbcd..277bbd57 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -118,6 +118,24 @@ +
network.trr.mode = 2
+
+ Use Trusted Recursive Resolver (DNS-over-HTTPS) first and if it fails, use the system resolver Source + +
+ +
network.trr.uri = CHANGEME
+
The address of your DNS-over-HTTPS provider, if you don't have one, check our encrypted DNS recommendations. It can also be changed in Settings, Network Settings, Enable DNS over HTTPS, Use Provider, Custom.
+ +
network.security.esni.enabled = true
+
Hide the address which you are requesting SSL certificate for if the server supports it. This requires DoH/TRR to be enabled even on Android 9+ when Private DNS is enabled.
+
webgl.disabled = true
WebGL is a potential security risk. Source