搜索 | 用户支持

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

Learn More

Group Policy: How Do I Whitelist Plugins Not Hosted By Mozilla?

  • 2 个回答
  • 1 人有此问题
  • 11 次查看
  • 最后回复者为 Mike Kaply

more options

Hi there,

I'm attempting to configure group policy in my organisation to only allow the install of selected Firefox plugins present in our whitelist. I am doing this via the ExtensionSettings policy within the Firefox templates v1.14

I have successfully made the default behavior to block plugins, using this string:

   "*": {
   "blocked_install_message": "Extension is not whitelisted. Please contact IT Support",
   "install_sources": ["https://addons.mozilla.org/"],
   "installation_mode": "blocked"
 }

I'm even able to successfully whitelist plugins on the mozilla addon page, example below:

   "support@lastpass.com": {
   "installation_mode": "allowed",
   "install_url": "https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/"
 }

My problem is I can't seem to whitelist any plugins that are installed from any source other than Mozilla. For example, Dashlane is only available via their website. I tried the following, but it still says blocked.

   "jetpack-extension@dashlane.com": {
   "installation_mode": "allowed",
   "install_url": "https://www.dashlane.com/en/"
 }

I have run into the same issue with another plugin, even when using the full URL of the .xpi file. I've played around with this for a good few hours, but nothing seems to work. Any advice?

Thanks in advance.

Hi there, I'm attempting to configure group policy in my organisation to only allow the install of selected Firefox plugins present in our whitelist. I am doing this via the ExtensionSettings policy within the Firefox templates v1.14 I have successfully made the default behavior to block plugins, using this string: "*": { "blocked_install_message": "Extension is not whitelisted. Please contact IT Support", "install_sources": ["https://addons.mozilla.org/"], "installation_mode": "blocked" } I'm even able to successfully whitelist plugins on the mozilla addon page, example below: "support@lastpass.com": { "installation_mode": "allowed", "install_url": "https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/" } My problem is I can't seem to whitelist any plugins that are installed from any source other than Mozilla. For example, Dashlane is only available via their website. I tried the following, but it still says blocked. "jetpack-extension@dashlane.com": { "installation_mode": "allowed", "install_url": "https://www.dashlane.com/en/" } I have run into the same issue with another plugin, even when using the full URL of the .xpi file. I've played around with this for a good few hours, but nothing seems to work. Any advice? Thanks in advance.

由Nick.Rogers于修改

所有回复 (2)

more options

Did you try adding the Dashlane install page URL to your install_sources key?

more options

You should remove install_sources and install_url.

If you are specifying exactly which addons you want installed by ID, it shouldn't matter where they come from.

And you don't need install_url because you are allowing the user to install.