From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Thu, 25 Jul 2019 18:09:12 +0000 (-0500) Subject: Merge pull request #413 from mozilla/SupportMenu X-Git-Tag: v1.8.1~3 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/627fcc54a1b7ab4e65b4028bd5ee1f52d4c26dc4?hp=a7d268cc35f75d6b6c1b220adc23a82663109801 Merge pull request #413 from mozilla/SupportMenu Support menu --- 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/de-DE/firefox.adml b/windows/de-DE/firefox.adml index ac3b995..04626d2 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -12,6 +12,7 @@ Firefox 66 oder höher, Firefox 60.6 ESR oder höher Firefox 67 oder höher, Firefox 60.7 ESR oder höher Firefox 68 oder höher, Firefox 68 ESR oder höher + Firefox 68.0.1 oder höher, Firefox 68.0.1 ESR oder höher Firefox 60 ESR oder höher Firefox Berechtigungen @@ -536,6 +537,10 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwe TLS 1.1 TLS 1.2 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. If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false. If this policy is enabled, the preference is locked to the string entered. If this policy is disabled, it has no effect. If this policy is enabled, the preference is locked to the value selected. If this policy is disabled, it has no effect. @@ -722,6 +727,20 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwe + + Title: + + + URL: + + + Access key: + + +