]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #736 from CreeperKong/master
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 3 Feb 2021 15:11:27 +0000 (09:11 -0600)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 15:11:27 +0000 (09:11 -0600)
Add Simplified Chinese Language Files

README.md
windows/firefox.admx

index c4427eb7616fb0ba375e2580e0ba222dba134c18..ed8696b0701bfc0956196818f22ee2d8f1b20323 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ Policies can be specified using the [Group Policy templates on Windows](https://
 
 | Policy Name | Description
 | --- | --- |
-| **[`AppAutoUpdate`](#appautoupdate)** |  Enable or disable automatic application update.
+| **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
+| **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
@@ -97,6 +98,10 @@ Policies can be specified using the [Group Policy templates on Windows](https://
 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
 
+### 3rdparty
+
+Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
+
 ### AppAutoUpdate
 
 Enable or disable **automatic** application update.
index 952366d03255efb5a2a35da40bfe45aa2bdbe358..3cd6bcc0ed5c553deec3e50d25d052a72637e176 100644 (file)
       <parentCategory ref="Extensions"/>
       <supportedOn ref="SUPPORTED_FF69"/>
       <elements>
-        <multiText id="ExtensionSettings" valueName="ExtensionSettings"  maxLength="2048"/>
+        <multiText id="ExtensionSettings" valueName="ExtensionSettings"  maxLength="16384"/>
       </elements>
     </policy>
     <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_FF78"/>
       <elements>
-        <multiText id="Handlers" valueName="Handlers"  maxLength="2048"/>
+        <multiText id="Handlers" valueName="Handlers"  maxLength="16384"/>
       </elements>
     </policy>
     <policy name="Preferences" class="Both" displayName="$(string.Preferences)"  key="Software\Policies\Mozilla\Firefox" explainText="$(string.Preferences_Explain)"  presentation="$(presentation.JSON)">">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_FF81"/>
       <elements>
-        <multiText id="JSON" valueName="Preferences"  maxLength="2048"/>
+        <multiText id="JSON" valueName="Preferences"  maxLength="16384"/>
       </elements>
     </policy>
     <policy name="ManagedBookmarks" class="Both" displayName="$(string.ManagedBookmarks)"  key="Software\Policies\Mozilla\Firefox" explainText="$(string.ManagedBookmarks_Explain)"  presentation="$(presentation.JSON)">">

patrick-canterino.de