mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
firefox: disable DoH for now
This commit is contained in:
parent
6023ac97c2
commit
26bcda1cb2
1 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,6 @@ user_pref("toolkit.cosmeticAnimations.enabled", false);
|
|||
user_pref("layers.acceleration.force-enabled", false);
|
||||
user_pref("gfx.webrender.enabled", false);
|
||||
user_pref("gfx.webrender.all", false);
|
||||
|
||||
// Disable DoH for now
|
||||
user_pref("network.trr.mode", 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue