This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Add exceptions for extension for a specific web site in cfg file

  • 2 iimpendulo
  • 1 inayo le ngxaki
  • 7 views
  • Impendulo yokugqibela ngu Mike Kaply

more options

Hello,

I have blocked all the extension with a cfg file in my company with : " //Extensions lockPref("xpinstall.whitelist.required", true); lockPref("xpinstall.enabled", false); " It's working but now i have to allow an extension for a specific website "https://mywebsite" but i dont how the exception has to be configured.

I need your help please.

Sam

Hello, I have blocked all the extension with a cfg file in my company with : " //Extensions lockPref("xpinstall.whitelist.required", true); lockPref("xpinstall.enabled", false); " It's working but now i have to allow an extension for a specific website "https://mywebsite" but i dont how the exception has to be configured. I need your help please. Sam

All Replies (2)

more options

Hi

Best is to use policies to manage your extension settings and not an autoconfig file.

See ExtensionSettings.

more options

Yeah, what cor-el said. There's no way to add exceptions once you've turned off installation. That policy allows you to block all extensions except the ones you want.