]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Fix stray commas in json example
[policy-templates.git] / README.md
index a07a0b2cf9a4079c3ec0b43332058af0abb88f9f..6ab2d64372863ff93cbc71c778b2205babe261b6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2176,7 +2176,7 @@ Control the installation, uninstallation and locking of extensions.
 
 While this policy is not technically deprecated, it is recommended that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs.
 
-`Install` is a list of URLs or native paths for extensions to be installed. 
+`Install` is a list of URLs or native paths for extensions to be installed.
 
 `Uninstall` is a list of extension IDs that should be uninstalled if found.
 
@@ -2295,7 +2295,7 @@ 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"
   }
 }
 ```
@@ -2320,7 +2320,7 @@ 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"
   }
 }'/>
 ```
@@ -3945,6 +3945,7 @@ Previously you could only set and lock a subset of preferences. Starting with Fi
 Preferences that start with the following prefixes are supported:
 ```
 accessibility.
+app.update.* (Firefox 86, Firefox 78.8)
 browser.
 datareporting.policy.
 dom.
@@ -3983,6 +3984,8 @@ as well as the following security preferences:
 |     If false, SSL errors cannot be sent to Mozilla.
 | security.tls.hello_downgrade_check | boolean | true
 |     If false, the TLS 1.3 downgrade check is disabled.
+| security.tls.version.enable-deprecated | boolean | false
+|     If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8)
 | security.warn_submit_secure_to_insecure | boolean | true
 |     If false, no warning is shown when submitting s form from https to http.
  
@@ -4192,7 +4195,7 @@ disabled
 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
 |     If true, IPv6 DNS lokoups are disabled.
 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
-|     If true, display the punycode version of internationalized domain names. 
+|     If true, display the punycode version of internationalized domain names.
 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
 |     If false, history is not enabled.
 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true

patrick-canterino.de