diff options
author | Simon Rettberg | 2024-11-22 08:30:58 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-11-22 08:30:58 +0100 |
commit | 5a0d193863c97d13759564e61caf97b99ee14572 (patch) | |
tree | 9263b2cc95266541b2f6e86c368aa4a1ca602b4f | |
parent | Add (very terse) usage instructions (diff) | |
download | netboot-debootstrap-5a0d193863c97d13759564e61caf97b99ee14572.tar.gz netboot-debootstrap-5a0d193863c97d13759564e61caf97b99ee14572.tar.xz netboot-debootstrap-5a0d193863c97d13759564e61caf97b99ee14572.zip |
firefox: Allow disabling uBO
-rw-r--r-- | data/etc/firefox/policies/policies.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/etc/firefox/policies/policies.json b/data/etc/firefox/policies/policies.json index a3c4038..2f86185 100644 --- a/data/etc/firefox/policies/policies.json +++ b/data/etc/firefox/policies/policies.json @@ -3,7 +3,7 @@ "NoDefaultBookmarks": true, "ExtensionSettings": { "uBlock0@raymondhill.net": { - "installation_mode": "force_installed", + "installation_mode": "normal_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" } }, |