From: Michael Kaply Date: Tue, 21 May 2019 20:30:25 +0000 (-0500) Subject: Support Menu policy X-Git-Tag: v1.8.1~3^2~4 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/eb4848d5cf79ebb964830b74a8993f8192c351f9?ds=sidebyside Support Menu policy --- diff --git a/README.md b/README.md index ef19a94..9b53a0e 100644 --- a/README.md +++ b/README.md @@ -674,3 +674,16 @@ This policy allows you to set the maximum TLS version. } } ``` +### SupportMenu +This policy adds a menuitem to the help menu for specifying support information. +``` +{ + "policies": { + "SupportMenu": { + "Title": "Click here for help", /* Title of the menu */ + "URL": "http://example.edu/", /* Destination URL */ + "AccessKey": "C" /* Shortcut key */ + } + } +} +``` diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 7b0bef2..89f5e28 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -345,5 +345,14 @@ tls1.2 SSLMaxVersion 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 3f6572f..15ff6ae 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -497,6 +497,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 @@ -655,6 +659,20 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T + + Title: + + + URL: + + + Access key: + + + diff --git a/windows/firefox.admx b/windows/firefox.admx index 383ba17..6a94751 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -2324,6 +2324,15 @@ + + + + + + + + +