summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-11-22 08:30:58 +0100
committerSimon Rettberg2024-11-22 08:30:58 +0100
commit5a0d193863c97d13759564e61caf97b99ee14572 (patch)
tree9263b2cc95266541b2f6e86c368aa4a1ca602b4f
parentAdd (very terse) usage instructions (diff)
downloadnetboot-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.json2
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"
}
},