users/foo-dogsquared: update Firefox config

This commit is contained in:
Gabriel Arazas 2023-10-17 12:59:31 +08:00
parent 1a9960a0f3
commit 5c7cea6df8
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -57,6 +57,7 @@
DisablePocket = true;
DisableSetDesktopBackground = true;
DontCheckDefaultBrowser = true;
EnableTrackingProtection = true;
FirefoxHome = {
Highlights = false;
Pocket = false;
@ -107,20 +108,12 @@
# Disable the UI tour.
"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.
"browser.search.widget.inNavBar" = true;
"browser.search.openintab" = true;
# Some privacy settings...
"privacy.donottrackheader.enabled" = true;
"privacy.trackingprotection.enabled" = true;
# Burn our own fingers.
"privacy.resistFingerprinting" = true;