Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

how to disable "set as desktop background" option

  • 2 réponses
  • 2 ont ce problème
  • 4 vues
  • Dernière réponse par CAAdminTI

more options

Hello,

I'm was looking for an easy way to disable the "set as desktop background" option in Firefox. We use group policy here to disable changing the background, but the Firefox option "set as desktop background" bypasses group policy and changes the background. Thanks for any help you can provide.

Hello, I'm was looking for an easy way to disable the "set as desktop background" option in Firefox. We use group policy here to disable changing the background, but the Firefox option "set as desktop background" bypasses group policy and changes the background. Thanks for any help you can provide.

Toutes les réponses (2)

more options

I do not know how to do this via GPO.

When this is asked on the forum then we advice to do this via a userCrome.css file in the profile folder, but this can be bypassed by running Firefox in Safe Mode.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#context-setDesktopBackground { display:none!important; }
more options

Hi there,

Concerning the solution offered by Cor-El, will that change in the .css file be persistent after an update?