חיפוש בתמיכה

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

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 תגובה
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת 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?

כל התגובות (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; }