mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
note to self: firefox TRR policy lock locks trr.mode to 2 (TRR first)
This commit is contained in:
parent
95d59857eb
commit
0a0fe39076
@ -108,7 +108,9 @@ pref("network.IDN_show_punycode", true);
|
|||||||
pref("reader.parse-on-load.force-enabled", true);
|
pref("reader.parse-on-load.force-enabled", true);
|
||||||
|
|
||||||
// TRR & ECH
|
// TRR & ECH
|
||||||
// Mode 2 allows fallback to system resolver, 3 is TTR-only
|
// 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);
|
//pref("network.trr.mode", 2);
|
||||||
defaultPref("network.trr.mode", 3);
|
defaultPref("network.trr.mode", 3);
|
||||||
pref("network.trr.early-AAAA", true);
|
pref("network.trr.early-AAAA", true);
|
||||||
|
@ -13,6 +13,7 @@ per whatever I am doing.
|
|||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
||||||
|
- [WARNING TO TRR/ENCRYPTED DNS USERS!](#warning-to-trrencrypted-dns-users)
|
||||||
- [Extensions](#extensions)
|
- [Extensions](#extensions)
|
||||||
- [Privacy Badger](#privacy-badger)
|
- [Privacy Badger](#privacy-badger)
|
||||||
- [Search engines](#search-engines)
|
- [Search engines](#search-engines)
|
||||||
@ -28,6 +29,11 @@ This file takes priority over
|
|||||||
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
||||||
a lot of LibreWolf specific customizations stops being in force.
|
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
|
## Extensions
|
||||||
|
|
||||||
They are mostly self-explanatory.
|
They are mostly self-explanatory.
|
||||||
|
Loading…
Reference in New Issue
Block a user