]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #773 from mozilla/ExtensionSettings_updates_disabled
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 27 May 2021 16:55:30 +0000 (11:55 -0500)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 16:55:30 +0000 (11:55 -0500)
Extension settings updates disabled

README.md

index a0567e808254fea671b403d056c425b854f3785b..32dceaf8d86b90a5435e982c038de9908bf9c625 100644 (file)
--- a/README.md
+++ b/README.md
@@ -338,7 +338,7 @@ If set to false, the application will not try to install updates when the applic
 
 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppUpdateAuto`, this policy has no effect.
 
-**Compatibility:** Firefox 89\
+**Compatibility:** Firefox 90\
 **CCK2 Equivalent:** N/A\
 **Preferences Affected:** `app.update.background.enabled`
 
@@ -2324,6 +2324,7 @@ The configuration for each extension is another dictionary that can contain the
 | `allowed_types` | This setting whitelists the allowed types of extension/apps that can be installed in Firefox. The value is a list of strings, each of which should be one of the following: "extension", "theme", "dictionary", "locale" This setting can be used only for the default configuration.
 | `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else. This setting can be used only for the default configuration.
 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
+| `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Disable automatic updates for an individual extension.
 
 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
 **CCK2 Equivalent:** N/A\

patrick-canterino.de