mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
add cookie-autodelete extension
This commit is contained in:
parent
20eca333f8
commit
8f1eb2c9c8
|
@ -25,19 +25,20 @@
|
|||
"https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake"
|
||||
"https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager"
|
||||
"https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read"
|
||||
"https://addons.mozilla.org/firefox/downloads/latest/cookie-autodelete"
|
||||
];
|
||||
Extensions.Uninstall = [
|
||||
"google@search.mozilla.org"
|
||||
"bing@search.mozilla.org"
|
||||
"amazondotcom@search.mozilla.org"
|
||||
"ebay@search.mozilla.org"
|
||||
"twitter@search.mozilla.org"
|
||||
"google@search.mozilla.org"
|
||||
"bing@search.mozilla.org"
|
||||
"amazondotcom@search.mozilla.org"
|
||||
"ebay@search.mozilla.org"
|
||||
"twitter@search.mozilla.org"
|
||||
];
|
||||
SearchEngines = [
|
||||
"Google"
|
||||
"Bing"
|
||||
"Amazon.com"
|
||||
"eBay"
|
||||
"Google"
|
||||
"Bing"
|
||||
"Amazon.com"
|
||||
"eBay"
|
||||
"Twitter"
|
||||
];
|
||||
"DisableFirefoxStudies" = true;
|
||||
|
|
Loading…
Reference in a new issue