Compare commits
No commits in common. "90a349f519ae8d67a2acc88a5834aecc5c9a70e5" and "89ccc33fe1f6fe2794b627b3d4c86dbd0db084a5" have entirely different histories.
90a349f519
...
89ccc33fe1
4 changed files with 19 additions and 58 deletions
|
@ -20,5 +20,4 @@
|
||||||
|
|
||||||
# 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 recommendations
|
# Mozilla messages and recommandations
|
||||||
"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,50 +22,15 @@
|
||||||
"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 fucking included malwares
|
# disable funsking 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,19 +9,17 @@
|
||||||
# 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.fingerprintingProtection" = true;
|
# privacy."privacy.resistFingerprinting" must be disable because replaced by
|
||||||
"privacy.fingerprintingProtection.pbmode" = true;
|
# "privacy.resistFingerprinting"
|
||||||
"privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
"privacy.fingerprintingProtection" = false;
|
||||||
|
"privacy.fingerprintingProtection.pbmode" = false;
|
||||||
|
|
||||||
# resistFingerprinting come from Tor Browser and have a significant impact on
|
"privacy.resistFingerprinting" = true;
|
||||||
# browsing o need to disable it for now, instead, activating privacy badger
|
"privacy.resistFingerprinting.pbmode" = true;
|
||||||
# seems to be a better idea
|
"privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme";
|
||||||
# "privacy.resistFingerprinting" = true;
|
# "privacy.resistFingerprinting.letterboxing" = true;
|
||||||
# "privacy.resistFingerprinting.pbmode" = true;
|
"privacy.resistFingerprinting.block_mozAddonManager" = true;
|
||||||
# "privacy.resistFingerprinting.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
"privacy.resistFingerprinting.randomDataOnCanvasExtract" = true;
|
||||||
# # "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,7 +18,6 @@ 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