From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:51:14 +0000 (-0400) Subject: Add examples for updates_disabled X-Git-Tag: v5.9~3 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/a7fc840571f46316bedad58c821c97c30f78eb94?ds=inline Add examples for updates_disabled --- diff --git a/docs/index.md b/docs/index.md index b3af8a1..8f507c1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2793,7 +2793,8 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }, "https-everywhere@eff.org": { - "installation_mode": "allowed" + "installation_mode": "allowed", + "updates_disabled": false } } ``` @@ -2818,7 +2819,8 @@ Value (string): "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }, "https-everywhere@eff.org": { - "installation_mode": "allowed" + "installation_mode": "allowed", + "updates_disabled": false } }'/> ``` @@ -2845,14 +2847,16 @@ Value (string): uBlock0@raymondhill.net installation_mode - force_installed + force_installed install_url https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi https-everywhere@eff.org installation_mode - allowed + allowed + updates_disabled + | @@ -2873,7 +2877,8 @@ Value (string): "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }, "https-everywhere@eff.org": { - "installation_mode": "allowed" + "installation_mode": "allowed", + "updates_disabled": false } } }