mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
users/foo-dogsquared: update Firefox config
This commit is contained in:
parent
1a9960a0f3
commit
5c7cea6df8
@ -57,6 +57,7 @@
|
|||||||
DisablePocket = true;
|
DisablePocket = true;
|
||||||
DisableSetDesktopBackground = true;
|
DisableSetDesktopBackground = true;
|
||||||
DontCheckDefaultBrowser = true;
|
DontCheckDefaultBrowser = true;
|
||||||
|
EnableTrackingProtection = true;
|
||||||
FirefoxHome = {
|
FirefoxHome = {
|
||||||
Highlights = false;
|
Highlights = false;
|
||||||
Pocket = false;
|
Pocket = false;
|
||||||
@ -107,20 +108,12 @@
|
|||||||
# Disable the UI tour.
|
# Disable the UI tour.
|
||||||
"browser.uitour.enabled" = false;
|
"browser.uitour.enabled" = false;
|
||||||
|
|
||||||
# Don't tease me with the updates, man.
|
|
||||||
"apps.update.auto" = false;
|
|
||||||
|
|
||||||
# Some inconveniences of life (at least for me).
|
|
||||||
"extensions.pocket.enabled" = false;
|
|
||||||
"signon.rememberSignons" = false;
|
|
||||||
|
|
||||||
# Some quality of lifes.
|
# Some quality of lifes.
|
||||||
"browser.search.widget.inNavBar" = true;
|
"browser.search.widget.inNavBar" = true;
|
||||||
"browser.search.openintab" = true;
|
"browser.search.openintab" = true;
|
||||||
|
|
||||||
# Some privacy settings...
|
# Some privacy settings...
|
||||||
"privacy.donottrackheader.enabled" = true;
|
"privacy.donottrackheader.enabled" = true;
|
||||||
"privacy.trackingprotection.enabled" = true;
|
|
||||||
|
|
||||||
# Burn our own fingers.
|
# Burn our own fingers.
|
||||||
"privacy.resistFingerprinting" = true;
|
"privacy.resistFingerprinting" = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user