Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

I have disabled the change background image option on computers in my business but firefox has a hole that allows for this to be over ruled. Anythihng I can do?

  • 1 antwoord
  • 1 het hierdie probleem
  • 1 view
  • Laaste antwoord deur cor-el

more options

I locked the background change option but firefox has a hole that still allows for the background to change. Is there a way to disable that option on firefox as well?

I locked the background change option but firefox has a hole that still allows for the background to change. Is there a way to disable that option on firefox as well?

All Replies (1)

more options

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

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

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