搜索 | 用户支持

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

详细了解

Mozilla Firefox Block/Allow Extentions via AD GPO

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

more options

Hello All, I'm trying to block all Mozilla extensions and allow only a few that's approved by IT. Our environment is pretty big over 2k devices and we are using well organized AD structure by departments and did similar project with Chrome with no issues. But Mozilla template doesn't have same options as Chrome. Any idea how I can accomplish this ? Thank you.

Hello All, I'm trying to block all Mozilla extensions and allow only a few that's approved by IT. Our environment is pretty big over 2k devices and we are using well organized AD structure by departments and did similar project with Chrome with no issues. But Mozilla template doesn't have same options as Chrome. Any idea how I can accomplish this ? Thank you.

被采纳的解决方案

Hello, I figured out myself. I was able to accomplish this via GPO JSON configs. I enabled option Extension Management(from the template), and added JSON configs { "*": { "blocked_install_message": "Your Company Blocked Message", "installation_mode": "blocked" }, "plugin@okta.com": { "installation_mode": "allowed" } }

定位到答案原位置 👍 0

所有回复 (4)

more options
more options

Hello, Thanks for your reply. I've tried that. I'm facing some issue with this. There are only 5 parameters are on the template under Extensions: Extension Management Extension Update Extension to Install Prevent extension from being disabled or removed Extensions to Uninstall How can I specify to block all extensions and allow only one https://addons.mozilla.org/en-US/firefox/addon/okta-browser-plugin/

more options

选择的解决方案

Hello, I figured out myself. I was able to accomplish this via GPO JSON configs. I enabled option Extension Management(from the template), and added JSON configs { "*": { "blocked_install_message": "Your Company Blocked Message", "installation_mode": "blocked" }, "plugin@okta.com": { "installation_mode": "allowed" } }

more options

Yeah, that's what I was going to say. We do have the same policy as Chrome (ExtensionSettings). It's under Extension Management (which is the term chrome uses).