搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 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

所有回复 (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.