firefox/libreawoo: remove wrong warning

This commit is contained in:
Aminda Suomalainen 2024-05-14 10:17:22 +03:00
parent 372a032a18
commit 303af92a6a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 0 additions and 8 deletions

View File

@ -108,8 +108,6 @@ pref("network.IDN_show_punycode", true);
pref("reader.parse-on-load.force-enabled", true);
// TRR & ECH
// WARNING: policies.json lock enforces mode 2. However it won't matter
// since the system resolver is encrypted, right?
// Mode 2 allows fallback to system resolver, 3 is TTR-only.
//pref("network.trr.mode", 2);
defaultPref("network.trr.mode", 3);

View File

@ -13,7 +13,6 @@ per whatever I am doing.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
- [WARNING TO TRR/ENCRYPTED DNS USERS!](#warning-to-trrencrypted-dns-users)
- [Extensions](#extensions)
- [Privacy Badger](#privacy-badger)
- [Search engines](#search-engines)
@ -33,11 +32,6 @@ This file takes priority over
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
a lot of LibreWolf specific customizations stops being in force.
## WARNING TO TRR/ENCRYPTED DNS USERS!
If `policies.json` locks DNS over HTTPS, `trr.mode` gets locked into `2` which
means fallback to system resolver.
## Extensions
They are mostly self-explanatory.