Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

how to disable "set as desktop background" option

  • 2 antwoorden
  • 2 hebben dit probleem
  • 4 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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?