DisableSetDesktopBackground
Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
Compatibility: Firefox 60, Firefox ESR 60
CCK2 Equivalent: removeSetDesktopBackground
Preferences Affected: N/A
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackgroundValue (string):
<enabled/> or <disabled/><dict> <key>DisableSetDesktopBackground</key> <true/> | <false/></dict>policies.json
Section titled “policies.json”{ "policies": { "DisableSetDesktopBackground": true | false }}