搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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).