From 7afdc0e0461f1a1fcfc6d73f82d9e6c1325d61b7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 8 Feb 2024 10:42:34 +0200 Subject: [PATCH] firefox: install DuckDuckGo by default --- etc/firefox/policies/README.md | 5 ++++- etc/firefox/policies/policies.json | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/firefox/policies/README.md b/etc/firefox/policies/README.md index 9b88f655..c096e8e6 100644 --- a/etc/firefox/policies/README.md +++ b/etc/firefox/policies/README.md @@ -45,7 +45,10 @@ See also: ## Search engines -> Policy SearchEngines is only allowed on ESR +> Policy SearchEngines is only allowed on ESR. + +Thus DuckDuckGo extension is installed by default so when testing this policy +I won't have to see Google. ## See also diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 16d00760..3a30ab32 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -29,6 +29,10 @@ "install_url": "https://www.eff.org/files/privacy-badger-latest.xpi", "installation_mode": "force_installed" }, + "jid1-ZAdIEUB7XOzOJw@jetpack": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/duckduckgo-for-firefox/latest.xpi", + "installation_mode": "normal_installed" + }, "{3c078156-979c-498b-8990-85f7987dd929}": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi", "installation_mode": "normal_installed"