]> git.p6c8.net - policy-templates.git/commitdiff
Merge branch 'master' into 1429177_Proxy
authorMichael Kaply <consulting@kaply.com>
Tue, 27 Mar 2018 16:05:46 +0000 (11:05 -0500)
committerGitHub <noreply@github.com>
Tue, 27 Mar 2018 16:05:46 +0000 (11:05 -0500)
README.md
windows/firefox.admx

index ca54c367677605abef7b7d92f6e172906d338b69..d744abf695041d64d8cd8aedbf1ba26e3cd28004 100644 (file)
--- a/README.md
+++ b/README.md
@@ -324,7 +324,7 @@ To specify ports, append them to the hostnames with a colon (:). If Locked is se
     "UseHTTPProxyForAllProtocols": [true, false]
     "SSLProxy": "hostname",
     "FTPProxy": "hostname",
-    "SOCKSProxy": "hostname",
+    "SOCKSProxy": "hostname",
     "SOCKSVersion": [4, 5],
     "Passthrough": "List of passthrough addresses/domains",
     "AutoConfigURL": "URL_TO_AUTOCONFIG",
index 15119024aaeaa323b76f4d0259457bda41b92650..9ff520586e1eeaa7233e36a58ca18df9d470ccc9 100644 (file)
         <enum id="SOCKSVersion" valueName="SOCKSVersion">
           <item displayName="$(string.SOCKSVersion4)">
             <value>
-              <string>4</string>
+              <decimal value="4"/>
             </value>
           </item>
           <item displayName="$(string.SOCKSVersion5)">
             <value>
-              <string>5</string>
+              <decimal value="5"/>
             </value>
           </item>
         </enum>

patrick-canterino.de