From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 3 Jul 2019 20:05:09 +0000 (-0500) Subject: Merge branch 'master' into SupportMenu X-Git-Tag: v1.8.1~3^2~3 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/58c13b28137791470d7dae30abdb11604150e106?hp=ce119070a59c392d4449329342bdb110f50ffe0c Merge branch 'master' into SupportMenu --- diff --git a/README.md b/README.md index f62e6e9..9316b24 100644 --- a/README.md +++ b/README.md @@ -2257,3 +2257,16 @@ Software\Policies\Mozilla\Firefox\WebsiteFilters\Exceptions\1 = "http://example. } } ``` +### 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 699245d..8405a89 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -345,5 +345,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 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 5a8dca5..0ad7e9d 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -2324,6 +2324,15 @@ + + + + + + + + +