disable google and bind search engines

This commit is contained in:
Adithya 2023-11-26 16:18:00 +05:30
parent a838e721ef
commit 3ac8af2e77
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -32,6 +32,13 @@
installation_mode = "force_installed";
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 = {
Search = true;