Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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
Archived

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?

omarcossio119

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)

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; }