Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

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 ఈ సమస్య కలిగినది
  • 1 వీక్షణ
  • చివరి సమాధానమిచ్చినది 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; }