disable google and bind search engines
This commit is contained in:
parent
a838e721ef
commit
3ac8af2e77
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"google@search.mozilla.org" = {
|
||||||
|
installation_mode = "blocked";
|
||||||
|
};
|
||||||
|
"bing@search.mozilla.org" = {
|
||||||
|
installation_mode = "blocked";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
FirefoxHome = {
|
FirefoxHome = {
|
||||||
Search = true;
|
Search = true;
|
||||||
|
|
Loading…
Reference in a new issue