diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 23:02:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:11:07 +0100 |
| commit | 262343cd756c1ef589b94fde084a356a61e3e6f5 (patch) | |
| tree | 11a0b4a8532f237d366a80329ceb8b6e91ec8a51 /roles/firefox/defaults | |
| parent | 4aae4d5c79a3960386f03d9c1c3b8a34b1c3f8a8 (diff) | |
Convert force_installed to normal_installed
This is to allow users to remove these defaults if they want to
Diffstat (limited to 'roles/firefox/defaults')
| -rw-r--r-- | roles/firefox/defaults/main.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/firefox/defaults/main.yml b/roles/firefox/defaults/main.yml index e6e142f8..7fdf25fb 100644 --- a/roles/firefox/defaults/main.yml +++ b/roles/firefox/defaults/main.yml @@ -19,19 +19,19 @@ firefox_default_extensions: # Get the guid using `curl -s "https://addons.mozilla.org/api/v5/addons/addon/{slug}/" | jq '.guid'` # where the {slug} is found on the https://addons.mozilla.org/en-US/firefox/ search. - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" "{d7742d87-e61d-4b78-b8a1-b469842139fa}": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/vimium-ff/latest.xpi" "jid1-MnnxcxisBPnSXQ@jetpack": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi" "woop-NoopscooPsnSXQ@jetpack": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/privacy-possum/latest.xpi" - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/languagetool/latest.xpi" # Default (sensible) policies for Firefox. |
