Compare commits
3 commits
89ccc33fe1
...
90a349f519
Author | SHA1 | Date | |
---|---|---|---|
90a349f519 | |||
cba31239ba | |||
f09656d884 |
4 changed files with 58 additions and 19 deletions
|
@ -20,4 +20,5 @@
|
||||||
|
|
||||||
# Deacticate extensions auto-update
|
# Deacticate extensions auto-update
|
||||||
"extensions.update.enabled" = false;
|
"extensions.update.enabled" = false;
|
||||||
|
"extensions.update.autoUpdateDefault" = false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||||
|
|
||||||
# Mozilla messages and recommandations
|
# Mozilla messages and recommendations
|
||||||
"browser.messaging-system.whatsNewPanel.enabled" = false;
|
"browser.messaging-system.whatsNewPanel.enabled" = false;
|
||||||
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons" = false;
|
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons" = false;
|
||||||
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" = false;
|
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" = false;
|
||||||
|
@ -22,15 +22,50 @@
|
||||||
"signon.rememberSignons" = false;
|
"signon.rememberSignons" = false;
|
||||||
|
|
||||||
# do not override status page
|
# do not override status page
|
||||||
"startup.homepage_override_url" = "";
|
"startup.homepage_override_url" = "";
|
||||||
"startup.homepage_welcome_url" = "";
|
"startup.homepage_welcome_url" = "";
|
||||||
|
|
||||||
# do not show bookmark page
|
# do not show bookmark page
|
||||||
"browser.toolbars.bookmarks.visibility" = "never";
|
"browser.toolbars.bookmarks.visibility" = "never";
|
||||||
|
|
||||||
# disable funsking malwares
|
# disable fucking included malwares
|
||||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "";
|
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "";
|
||||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "";
|
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "";
|
||||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts" = false;
|
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts" = false;
|
||||||
"browser.newtabpage.pinned" = "";
|
"browser.newtabpage.pinned" = "";
|
||||||
|
|
||||||
|
# Theme customization
|
||||||
|
"browser.uiCustomization.state" = builtins.toJSON {
|
||||||
|
currentVersion = 20;
|
||||||
|
newElementCount = 4;
|
||||||
|
dirtyAreaCache = ["nav-bar" "PersonalToolbar" "toolbar-menubar" "TabsToolbar" "widget-overflow-fixed-list"];
|
||||||
|
placements = {
|
||||||
|
PersonalToolbar = [];
|
||||||
|
TabsToolbar = [
|
||||||
|
"tabbrowser-tabs"
|
||||||
|
"ublock0_raymondhill_net-browser-action"
|
||||||
|
"addon_darkreader_org-browser-action"
|
||||||
|
"cookieautodelete_kennydo_com-browser-action"
|
||||||
|
"jid1-mnnxcxisbpnsxq_jetpack-browser-action"
|
||||||
|
"downloads-button"
|
||||||
|
];
|
||||||
|
nav-bar = [
|
||||||
|
"back-button"
|
||||||
|
"forward-button"
|
||||||
|
"stop-reload-button"
|
||||||
|
"urlbar-container"
|
||||||
|
"unified-extensions-button"
|
||||||
|
];
|
||||||
|
toolbar-menubar = ["menubar-items"];
|
||||||
|
unified-extensions-area = [
|
||||||
|
"browserpass_maximbaz_com-browser-action"
|
||||||
|
"gdpr_cavi_au_dk-browser-action"
|
||||||
|
"cookieautodelete_kennydo_com-browser-action"
|
||||||
|
"addon_darkreader_org-browser-action"
|
||||||
|
"jid1-bofifl9vbdl2zq_jetpack-browser-action"
|
||||||
|
];
|
||||||
|
widget-overflow-fixed-list = [];
|
||||||
|
};
|
||||||
|
seen = ["save-to-pocket-button" "developer-button" "ublock0_raymondhill_net-browser-action" "_testpilot-containers-browser-action"];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,17 +9,19 @@
|
||||||
# Enable resistFingerprinting
|
# Enable resistFingerprinting
|
||||||
# But override CSSPrefersColorScheme to actovate theme detection
|
# But override CSSPrefersColorScheme to actovate theme detection
|
||||||
# https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964
|
# https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964
|
||||||
# privacy."privacy.resistFingerprinting" must be disable because replaced by
|
"privacy.fingerprintingProtection" = true;
|
||||||
# "privacy.resistFingerprinting"
|
"privacy.fingerprintingProtection.pbmode" = true;
|
||||||
"privacy.fingerprintingProtection" = false;
|
"privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
||||||
"privacy.fingerprintingProtection.pbmode" = false;
|
|
||||||
|
|
||||||
"privacy.resistFingerprinting" = true;
|
# resistFingerprinting come from Tor Browser and have a significant impact on
|
||||||
"privacy.resistFingerprinting.pbmode" = true;
|
# browsing o need to disable it for now, instead, activating privacy badger
|
||||||
"privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme";
|
# seems to be a better idea
|
||||||
# "privacy.resistFingerprinting.letterboxing" = true;
|
# "privacy.resistFingerprinting" = true;
|
||||||
"privacy.resistFingerprinting.block_mozAddonManager" = true;
|
# "privacy.resistFingerprinting.pbmode" = true;
|
||||||
"privacy.resistFingerprinting.randomDataOnCanvasExtract" = true;
|
# "privacy.resistFingerprinting.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
||||||
|
# # "privacy.resistFingerprinting.letterboxing" = true;
|
||||||
|
# "privacy.resistFingerprinting.block_mozAddonManager" = true;
|
||||||
|
# "privacy.resistFingerprinting.randomDataOnCanvasExtract" = true;
|
||||||
|
|
||||||
# Enable Mozilla Trackingprotection
|
# Enable Mozilla Trackingprotection
|
||||||
# Firefox has a builtin tracking protection
|
# Firefox has a builtin tracking protection
|
||||||
|
|
|
@ -18,6 +18,7 @@ in
|
||||||
decentraleyes
|
decentraleyes
|
||||||
tridactyl
|
tridactyl
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
privacy-badger
|
||||||
];
|
];
|
||||||
description = "Base Firefox Plugins to install";
|
description = "Base Firefox Plugins to install";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue