搜索 | 用户支持

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

详细了解

GPO/Policies/Mozilla Preference

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

more options

I am implementing GPO settings on Firefox 62.0. I assume I dont need the ESR version since I did a test setting and it seems to work for modifying the homepage. Can someone confirm?

The other question i have is the ability to let a user install an approved extension. We want to block all extensions besides a list of trusted extensions. The settings in GPO doesn't seem to have this option. There is a setting to "allow add-on installs" but it doesn't let me choose which ones. If I disable "add-on installs" but add the url to the "Extensions to Install," it doesn't work.

If gpo doesn't have this ability, I could use policies.json but i am currently using mozilla.cfg to block addons, lockPref("xpinstall.enabled", false); Can firefox work with both policies.json and mozilla.cfg?

In the end, I don't care which one i use, as long as i can block all extensions and only allow a trusted list of extensions to be installed. I also don't want trusted extensions installed for everyone, just whoever wants it.

Thanks

I am implementing GPO settings on Firefox 62.0. I assume I dont need the ESR version since I did a test setting and it seems to work for modifying the homepage. Can someone confirm? The other question i have is the ability to let a user install an approved extension. We want to block all extensions besides a list of trusted extensions. The settings in GPO doesn't seem to have this option. There is a setting to "allow add-on installs" but it doesn't let me choose which ones. If I disable "add-on installs" but add the url to the "Extensions to Install," it doesn't work. If gpo doesn't have this ability, I could use policies.json but i am currently using mozilla.cfg to block addons, lockPref("xpinstall.enabled", false); Can firefox work with both policies.json and mozilla.cfg? In the end, I don't care which one i use, as long as i can block all extensions and only allow a trusted list of extensions to be installed. I also don't want trusted extensions installed for everyone, just whoever wants it. Thanks

所有回复 (3)

more options

> I am implementing GPO settings on Firefox 62.0. I assume I dont need the ESR version since I did a test setting and it seems to work for modifying the homepage. Can someone confirm?

Kind of. With 62, we were going to make it a machine policy but we accidentally made it work with user/machine. In 63, it will be machine only.

I'll look into your other problem with disabling addon installs and allowing particular extensions. That should work.

Setting the default for extensions to not install is the same as setting xpinstall.enabled to false, so you shouldn't need both.

more options

Great thanks.

more options

We've opened a bug to address this.

https://bugzilla.mozilla.org/show_bug.cgi?id=1498745

We'll also be working on whitelisting addons.