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?ds=inline;hp=-c Merge branch 'master' into 1429177_Proxy --- 09d0c00368d0f04e164027991f6ee75fc891e58b diff --combined README.md index 13db59a,8d00ced..5296410 --- a/README.md +++ b/README.md @@@ -27,6 -27,15 +27,15 @@@ This policy removes access to about:con } } ``` + ### BlockAboutProfiles + This policy removes access to about:profiles. + ``` + { + "policies": { + "BlockAboutProfiles": true + } + } + ``` ### BlockAboutSupport This policy removes access to about:support. ``` @@@ -62,12 -71,12 +71,12 @@@ This policy turns off application updat } } ``` - ### DisableDeveloperTools - This policy removes access to all developer tools. + ### DisableBuiltinPDFViewer + This policy disables the built in PDF viewer. PDF files are downloaded and sent externally. ``` { "policies": { - "DisableDeveloperTools": true + "DisableBuiltinPDFViewer": true } } ``` @@@ -80,6 -89,15 +89,15 @@@ This policy removes access to all devel } } ``` + ### DisableFeedbackCommands + This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site) + ``` + { + "policies": { + "DisableFeedbackCommands": true + } + } + ``` ### DisableFirefoxScreenshots This policy removes access to Firefox Screenshots ``` @@@ -134,6 -152,15 +152,15 @@@ This policy removes access to private b } } ``` + ### DisableSafeMode + This policy disables safe mode on Windows only + ``` + { + "policies": { + "DisableSafeMode": true + } + } + ``` ### DisableSysAddonUpdate This policy prevents system add-ons from being updated or installed. ``` @@@ -170,6 -197,31 +197,31 @@@ This policy stops Firefox from checkin } } ``` + ### EnableTrackingProtection + This policy affects 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. + + If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing. + + If Value is set to true, private browsing is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it. + ``` + { + "policies": { + "EnableTrackingProtection": { + "Value": [true, false], + "Locked": [true, false] + } + ``` + ### NoDefaultBookmarks + Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile. + ``` + { + "policies": { + "NoDefaultBookmarks": true + } + } + ``` ### RememberPasswords This policy sets the signon.rememberSignons preference. It can either be enabled or disabled. ``` @@@ -253,31 -305,10 +305,31 @@@ same folder name are grouped together {"Title": "Example", "URL": "http://example.org", "Favicon": "http://example.com/favicon.ico", - "Placement": "toolbar", - "Folder": "Bookmarks" + "Placement": ["toolbar", "menu"], + "Folder": "FolderName" } ] } } ``` +### 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 --combined windows/en-US/firefox.adml index 4b2b76e,c0b69c7..ebb57c8 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@@ -72,25 -72,19 +72,33 @@@ Bookmark 5 Bookmark Explanation Toolbar - Folder + Menu + No Default Bookmarks + Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile. URL for Home page 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. + + If this policy is disabled, tracking protection is disabled and locked in both the browser and private browsing. + + If this policy is enabled, private browsing is enabled by default in both the browser and private browsing and you can choose whether or not to prevent the user from changing it. Allow popups for websites @@@ -99,6 -93,9 +107,9 @@@ Block cookies for websites Allow Flash for websites Block Flash for websites + + Don't allow tracking protection preferences to be changed. + URL: @@@ -129,41 -126,6 +140,41 @@@ + + Don't allow proxy settings to be changed. + Connection Type: + + HTTP Proxy: + + + Use this proxy server for all protocols. + SSL Proxy: + + + FTP Proxy: + + + SOCKS Host: + + + SOCKS Version: + + No proxy for + + + Example: .mozilla.org, .net.nz, 192.168.1.0/24 + Automatic proxy configuration URL: + + + Do not prompt for authentication if password is saved. + Proxy DNS when using SOCKS v5. + diff --combined windows/firefox.admx index 0a89f63,c597bb1..1511902 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@@ -58,6 -58,16 +58,16 @@@ + + + + + + + + + + @@@ -228,6 -238,16 +238,16 @@@ + + + + + + + + + + @@@ -238,6 -258,26 +258,26 @@@ + + + + + + + + + + + + + + + + + + + + @@@ -326,9 -366,9 +366,9 @@@ toolbar - + - folder + menu @@@ -348,9 -388,9 +388,9 @@@ toolbar - + - folder + menu @@@ -370,9 -410,9 +410,9 @@@ toolbar - + - folder + menu @@@ -392,9 -432,9 +432,9 @@@ toolbar - + - folder + menu @@@ -414,96 -454,13 +454,96 @@@ toolbar - + - folder + menu + + + + + + + + + + + + + + + + none + + + + + system + + + + + manual + + + + + autoDetect + + + + + autoConfig + + + + + + + + + + + + + + + + + + + 4 + + + + + 5 + + + + + + + + + + + + + + + + + + + + + + +