搜索 | 用户支持

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

Learn More

Understanding How Extension Install Policy Interacts with Enterprise Installed Add Ons

more options

I work in an enterprise environment. We have certain requirements that we must maintain for our system to maintain accreditation. One of these requirements is to prevent the installation of add-ons using the policies.json file.

We are also trying to develop an extension that adds banners to each page the user interacts with. I understand this can be loaded using the process [https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions|he...] and does not have to be signed following this [https://support.mozilla.org/en-US/kb/install-system-add-ons-firefox-enter...] .

My question is, before embarking on the journey to create this web extension, can it still be installed following the enterprise process, despite being denied by default by the policies.json? Or is there a way to allow for the extension to be installed by changing the policy?

I work in an enterprise environment. We have certain requirements that we must maintain for our system to maintain accreditation. One of these requirements is to prevent the installation of add-ons using the policies.json file. We are also trying to develop an extension that adds banners to each page the user interacts with. I understand this can be loaded using the process [[https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions|here]] and does not have to be signed following this [[https://support.mozilla.org/en-US/kb/install-system-add-ons-firefox-enterprise|configuration]] . My question is, before embarking on the journey to create this web extension, can it still be installed following the enterprise process, despite being denied by default by the policies.json? Or is there a way to allow for the extension to be installed by changing the policy?

所有回复 (1)

more options

You can force-install an extension using policy (i.e., either Group Policy or policies.json). I think you'll have to test out how the various settings work together.

https://github.com/mozilla/policy-templates#extensionsettings

Note that the setting for unsigned extensions is present in the ESR release, but not in the regular "rapid" release.