Librewolf: More customization
This commit is contained in:
parent
6c2e5217ce
commit
ea8e5fd3e6
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "DuckDuckGo";
|
default = "DuckDuckGo";
|
||||||
|
privateDefault = "DuckDuckGo";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -126,6 +127,7 @@
|
||||||
"media.hardwaremediakeys.enabled" = false; # Interferes with KDE Connect
|
"media.hardwaremediakeys.enabled" = false; # Interferes with KDE Connect
|
||||||
"browser.urlbar.keepPanelOpenDuringImeComposition" = true; # Improve Firefox IME support
|
"browser.urlbar.keepPanelOpenDuringImeComposition" = true; # Improve Firefox IME support
|
||||||
"media.eme.enabled" = true; # Enable DRM for e.g. Spotify
|
"media.eme.enabled" = true; # Enable DRM for e.g. Spotify
|
||||||
|
"privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request
|
||||||
"dom.security.https_only_mode" = true;
|
"dom.security.https_only_mode" = true;
|
||||||
"browser.download.panel.shown" = false;
|
"browser.download.panel.shown" = false;
|
||||||
"browser.toolbars.bookmarks.visibility" = "always";
|
"browser.toolbars.bookmarks.visibility" = "always";
|
||||||
|
|
Loading…
Reference in a new issue