diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html
index b5d6061f..1191fef0 100644
--- a/_includes/sections/dns.html
+++ b/_includes/sections/dns.html
@@ -309,7 +309,7 @@ github="https://github.com/jedisct1/dnscrypt-proxy"
Firefox comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver. Currently Mozilla is conducting studies before enabling DoH by default for all US-based Firefox users.
- DNS-over-HTTPS can be enabled in Menu -> Settings -> Network Settings -> Settings -> [x] enable DNS over HTTPS, use provider: custom, and enter the address you find from the documentation of your DoH provider.
- - Advanced users may enable it in `about:config` by setting `network.trr.custom_uri` and `network.trr.uri` as the address you find from the documentation of your DoH provider and `network.trr.mode` as `2`. It may also be desirable to set `network.esni.enabled` to `True` in order to encrypt SNI and make sites supporting ESNI a bit more difficult to track.
+ - Advanced users may enable it in
about:config
by setting network.trr.custom_uri
and network.trr.uri
as the address you find from the documentation of your DoH provider and network.trr.mode
as 2
. It may also be desirable to set network.esni.enabled
to True
in order to enable encrypted SNI and make sites supporting ESNI a bit more difficult to track.