From: Michael Kaply Date: Mon, 26 Mar 2018 15:06:21 +0000 (-0500) Subject: Merge branch 'master' into 1429177_Proxy X-Git-Tag: 0.9~29^2~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/09d0c00368d0f04e164027991f6ee75fc891e58b?hp=80dc8befdb76f33e9dcda96bddf15b3dda0e5c58 Merge branch 'master' into 1429177_Proxy --- diff --git a/README.md b/README.md index 8d00ced..5296410 100644 --- a/README.md +++ b/README.md @@ -312,3 +312,24 @@ same folder name are grouped together. } } ``` +### Proxy +This policy allows you to specify proxy settings. These settings correspond to the connection settings in Firefox preferences. +To specify ports, append them to the URLs with a colon (:). If Locked is set to true, the values can't be changed by the user. +``` +{ + "Proxy": { + "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"] + "Locked": [true, false] +Z "HTTPProxy": "URL_TO_PROXY", + "UseHTTPProxyForAllProtocols": [true, false] + "SSLProxy": "URL_TO_PROXY", + "FTPProxy": "URL_TO_PROXY", + "SOCKSProxy": { "URL_TO_PROXY", + "SOCKSVersion": [4, 5], + "Passthrough": "List of passthrough addresses/domains", + "AutoConfigURL": "URL_TO_AUTOCONFIG", + "AutoLogin": [true, false], + "UseProxyForDNS": [true, false] + } +} +``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index c0b69c7..ebb57c8 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -79,6 +79,20 @@ Homepage Settings Additional Homepages If you want to have more than one homepage + Proxy Settings + If this policy is enabled, you should select the connection type and then fill in the appropriate sections. Due to a bug, you must select a value for the SOCKS proxy version. + SOCKS v4 + SOCKS v5 + Automatic proxy configuration URL + These should only be set if you selected autoConfig + Proxy bypass URLs + These should only be set if you selected manual proxy + Connection Type + No Proxy + Use system proxy settings + Manual proxy configuration + Auto-detect proxy settings + Automatic proxy configuration Tracking Protection If this policy is not configured, tracking protection is not enabled by default in the browser but it is enabled by default in private browsing and the user can change it. @@ -126,6 +140,41 @@ If this policy is enabled, private browsing is enabled by default in both the br