]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #252 from MS-PC/master
authorMichael Kaply <consulting@kaply.com>
Wed, 10 Oct 2018 18:55:46 +0000 (13:55 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 18:55:46 +0000 (13:55 -0500)
Translation to Spanish

README.md
windows/firefox.admx

index ead3f02b074746d6411c786f8a65e195582d7226..9e21e85245a5a666924a83edba0ca2819a99443b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,12 +79,12 @@ This policy removes the "Set As Desktop Background..." menuitem when right click
 }
 ```
 ### Certificates
-If this Windows only policy is set to true, Firefox reads certificates from the Windows certificate store.
+If this policy is set to any value, Firefox reads certificates from the system certificate store. This is currently only supported on Windows, but will be available on macOS with Firefox 63.
 ```
 {
   "policies": {
     "Certificates": {
-      "ImportEnterpriseRoots": [true|false]
+      "ImportEnterpriseRoots": true
     }
   }
 }
@@ -324,7 +324,7 @@ For Uninstall and Locked, you specify extension IDs.
 {
   "policies": {
     "Extensions": {
-      "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"]
+      "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
       "Uninstall": ["addon_id@mozilla.org"],
       "Locked":  ["addon_id@mozilla.org"]
     }
index 5dae7885fa38ebeea7ffe83fd3d11ec5f4ea1bee..cfe77e9b03f06ff44c6c0e8c6202f950b5a0da90 100644 (file)
@@ -4,7 +4,7 @@
     <target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
     <using prefix="Mozilla" namespace="Mozilla.Policies"/>
   </policyNamespaces>
-  <resources minRequiredRevision="1.1"/>
+  <resources minRequiredRevision="1.2"/>
   <supportedOn>
     <definitions>
       <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)"/>

patrick-canterino.de