blob: 3f6ca9885f6c8ebcddc7dd4fdada469bf0a2a6df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## DoH
Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH):
Due to privacy concerns (encrypting DNS might be a good thing, sending all DNS
traffic to Cloudflare by default is not a good idea and applications should
respect OS configured settings), "network.trr.mode" was set to 5 ("Off by
choice") by default.
You can enable DNS-over-HTTPS in Firefox's preferences.
## Firefox >100 compatibility
Unfortunately Firefox-100.0 breaks compatibility with some sites using
useragent checks. To temporarily fix this, enter about:config and modify
network.http.useragent.forceVersion preference to "99" Or install an addon to
change your useragent.
See: https://support.mozilla.org/en-US/kb/difficulties-opening-or-using-website-firefox-100
|