]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add Simplified Chinese Language Files
[policy-templates.git] / README.md
index 16286737cc69402ae345ce49ef7bc8b48c1599a5..c4427eb7616fb0ba375e2580e0ba222dba134c18 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2269,13 +2269,13 @@ The configuration for each extension is another dictionary that can contain the
 | `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.
 
-**Compatibility:** Firefox 69, Firefox ESR 68.1\
+**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\
 **Preferences Affected:** N/A
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
+```
 {
   "*": {
     "blocked_install_message": "Custom error message.",
@@ -2515,8 +2515,8 @@ Within each handler type, you specify the given mimeType/extension/scheme as a k
 **Preferences Affected:** N/A
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
+```
 {
   "mimeTypes": {
     "application/msword": {
@@ -3033,8 +3033,8 @@ The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks po
 **Preferences Affected:** N/A
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
+```
 [
   {
     "toplevel_name": "My managed bookmarks folder"
@@ -4002,8 +4002,8 @@ Status
 **Preferences Affected:** Many
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
+```
 {
   "accessibility.force_disabled": {
     "Value": 1,

patrick-canterino.de