From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Thu, 25 Jul 2019 18:00:08 +0000 (-0500) Subject: Merge branch 'master' into SupportMenu X-Git-Tag: v1.8.1~3^2~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c6855c16e88996a3f7ebd930973c4b68ecd31bfa?hp=d1a5bd13a22d15a4ccecbbe649a68c19de350255 Merge branch 'master' into SupportMenu --- diff --git a/README.md b/README.md index 0143b5a..ddcd1b2 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions. | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS. | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS. +| **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information. | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited. - ### AppUpdateURL Change the URL for application update. @@ -2677,6 +2677,45 @@ Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | } } ``` +### SupportMenu +Add a menuitem to the help menu for specifying support information. + +**Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\ +**CCK2 Equivalent:** helpMenu\ +**Preferences Affected:** N/A + +#### Windows +``` +Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu" +Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support" +Software\Policies\Mozilla\Firefox\SupportMenu\Title = "S" +``` +#### macOS +``` + + SupportMenu + + Title + SupportMenu + URL + http://example.com/support + AccessKey + S + + +``` +### JSON +``` +{ + "policies": { + "SupportMenu": { + "Title": "Support Menu", + "URL": "http://example.com/support", + "AccessKey": "S" + } + } +} +``` ### WebsiteFilter Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each. diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 1c6a590..7d0bcad 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -399,5 +399,14 @@ tls1.2 SSLVersionMax tls1.3 + SupportMenu + + Title + Click here for help + URL + http://example.edu/ + AccessKey + C + diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 6e21991..25aa0a3 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -532,6 +532,10 @@ If this policy is disabled or not configured, Firefox defaults to a minimum of T If this policy is enabled, Firefox will not use SSL/TLS versions greater than the value specified. If this policy is disabled or not configured, Firefox defaults to a maximum of TLS 1.3. + Support Menu + If this policy is enabled, a new menuitem is added to the help menu with support information. + +If this policy is disabled or not configured, no menuitem is added. TLS 1.0 TLS 1.1 TLS 1.2 @@ -722,6 +726,20 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T + + Title: + + + URL: + + + Access key: + + +