Librewolf: More customization
This commit is contained in:
parent
19429f231f
commit
605d98f559
1 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
|||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
privateDefault = "DuckDuckGo";
|
||||
privateDefault = "DuckDuckGo";
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
@ -127,7 +127,8 @@
|
|||
"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
|
||||
"privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request
|
||||
"media.videocontrols.picture-in-picture.video-toggle.enabled" = false; # Disable picture in picture
|
||||
"dom.security.https_only_mode" = true;
|
||||
"browser.download.panel.shown" = false;
|
||||
"browser.toolbars.bookmarks.visibility" = "always";
|
||||
|
|
Loading…
Reference in a new issue