reconfigure firefox
This commit is contained in:
parent
7e31a32acd
commit
c589a8d3ca
1 changed files with 2 additions and 5 deletions
|
@ -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" = "";
|
||||||
|
|
Loading…
Reference in a new issue