From e1f56f0da6b94c70b1efacc3d060550953640fac Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 10 Aug 2019 01:39:08 +0300 Subject: [PATCH 1/2] browser-tweaks: document TRR/DoH Resolves: #785 --- _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..e324a1b9 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
-- 2.47.2 From 4bea1e7d9dcd25cbc91fb3219280644fdedf4229 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 10 Aug 2019 01:48:25 +0300 Subject: [PATCH 2/2] fix preposition --- _includes/sections/browser-tweaks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index e324a1b9..277bbd57 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -125,7 +125,7 @@
  • 0 = disabled by default, may change in the future
  • 1 = use the faster resolver
  • 2 = use DoH first, fallback to system resolver
  • -
  • 3 = only use DoH. This may require network.trr.bootstrapAddress or using an IP address to network.trr.uri
  • +
  • 3 = only use DoH. This may require network.trr.bootstrapAddress or using an IP address in network.trr.uri.
  • 5 = explicitly disable DoH
  • -- 2.47.2