mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 09:14:21 +02:00
firefox: enable HTTPS-first policy
This commit is contained in:
parent
96f1f7235b
commit
101faa5b52
1 changed files with 4 additions and 0 deletions
|
@ -75,3 +75,7 @@ user_pref("image.avif.enabled", true);
|
||||||
|
|
||||||
// Disable DoH for now
|
// Disable DoH for now
|
||||||
user_pref("network.trr.mode", 5);
|
user_pref("network.trr.mode", 5);
|
||||||
|
|
||||||
|
// HTTPS first
|
||||||
|
user_pref("dom.security.https_first", true);
|
||||||
|
user_pref("dom.security.https_first_pbm", true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue