librewolf: disable retarded HTTP only brainrot

This commit is contained in:
LordMZTE 2024-08-07 20:58:15 +02:00
parent 339caf03de
commit 5b25fbf9a3
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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))