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 (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenuValue (string):
<enabled/><data id="SupportMenuTitle" value="Support Menu"/><data id="SupportMenuURL" value="http://example.com/support"/><data id="SupportMenuAccessKey" value="S"/><dict> <key>SupportMenu</key> <dict> <key>Title</key> <string>SupportMenu</string> <key>URL</key> <string>http://example.com/support</string> <key>AccessKey</key> <string>S</string> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "SupportMenu": { "Title": "Support Menu", "URL": "http://example.com/support", "AccessKey": "S" } }}