Librewolf: More customization

This commit is contained in:
GHOSCHT 2025-01-11 23:17:00 +01:00
parent 6c2e5217ce
commit ea8e5fd3e6
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -117,6 +117,7 @@
search = {
force = true;
default = "DuckDuckGo";
privateDefault = "DuckDuckGo";
};
settings = {
@ -126,6 +127,7 @@
"media.hardwaremediakeys.enabled" = false; # Interferes with KDE Connect
"browser.urlbar.keepPanelOpenDuringImeComposition" = true; # Improve Firefox IME support
"media.eme.enabled" = true; # Enable DRM for e.g. Spotify
"privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request
"dom.security.https_only_mode" = true;
"browser.download.panel.shown" = false;
"browser.toolbars.bookmarks.visibility" = "always";