reconfigure firefox

This commit is contained in:
Adithya 2023-03-20 21:25:04 +05:30
parent 7e31a32acd
commit c589a8d3ca
No known key found for this signature in database
GPG key ID: 0C7F35F4F821290F

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, osConfig, ... }:
{ {
programs = { programs = {
firefox = { firefox = {
@ -14,7 +14,6 @@
Value = true; Value = true;
Locked = true; Locked = true;
Cryptomining = true; Cryptomining = true;
Fingerprinting = true;
}; };
FirefoxHome = { FirefoxHome = {
Search = true; Search = true;
@ -64,8 +63,6 @@
"browser.startup.homepage_override.mstone" = { Value = "ignore"; Status = "locked"; }; "browser.startup.homepage_override.mstone" = { Value = "ignore"; Status = "locked"; };
"browser.startup.homepage_override.buildID" = { Value = ""; Status = "locked"; }; "browser.startup.homepage_override.buildID" = { Value = ""; Status = "locked"; };
"browser.tabs.firefox-view" = { Value = false; Status = "locked"; }; "browser.tabs.firefox-view" = { Value = false; Status = "locked"; };
"dom.event.contextmenu.enabled" = { Value = false; Status = "locked"; };
"dom.event.clipboardevents.enabled" = { Value = false; Status = "locked"; };
"dom.security.https_only_mode" = { Value = true; Status = "locked"; }; "dom.security.https_only_mode" = { Value = true; Status = "locked"; };
"extensions.htmlaboutaddons.recommendations.enabled" = { Value = false; Status = "locked"; }; "extensions.htmlaboutaddons.recommendations.enabled" = { Value = false; Status = "locked"; };
"extensions.recommendations.themeRecommendationUrl" = { Value = ""; Status = "locked"; }; "extensions.recommendations.themeRecommendationUrl" = { Value = ""; Status = "locked"; };
@ -79,7 +76,7 @@
isDefault = true; isDefault = true;
settings = { settings = {
"app.shield.optoutstudies.enabled" = false; "app.shield.optoutstudies.enabled" = false;
"identity.fxaccounts.account.device.name" = "Skipper"; "identity.fxaccounts.account.device.name" = osConfig.networking.hostName;
"privacy.donottrackheader.enabled" = true; "privacy.donottrackheader.enabled" = true;
"privacy.firstparty.isolate" = true; "privacy.firstparty.isolate" = true;
"startup.homepage_welcome_url" = ""; "startup.homepage_welcome_url" = "";