mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-06 01:13:40 +01:00
librewolf: disable retarded HTTP only brainrot
This commit is contained in:
parent
339caf03de
commit
5b25fbf9a3
1 changed files with 5 additions and 0 deletions
|
@ -21,3 +21,8 @@ defaultPref("widget.use-xdg-desktop-portal.file-picker", 0);
|
|||
// Needs to be disabled to enable dark mode
|
||||
defaultPref("privacy.resistFingerprinting", false);
|
||||
// TODO: somehow enable dark mode declaratively
|
||||
|
||||
// Disable HTTP only BS
|
||||
[
|
||||
"first_add_exception_on_failiure", "only_mode", "first_pbm"
|
||||
].forEach(s => defaultPref(`dom.security.https_${s}`, false))
|
||||
|
|
Loading…
Reference in a new issue