Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox GPO's extension settings not working

  • 1 ŋuɖoɖo
  • 0 masɔmasɔ sia le wosi
  • 5 views
  • Nuɖoɖo mlɔetɔ Mike Kaply

I am trying to use group policy to block all extensions from being installed and only allow approved extensions.

I have followed the article:

https://firefox-admin-docs.mozilla.org/reference/policies/extensionsettings/

And here is my JSON config but it doesnt seem to be working and I can still install any extension.

{

 "*": { 

"blocked_install_message": "Please email the IT Helpdesk if you think an extension should be unblocked.", "installation_mode": "blocked" }, "com.abr.startapp@adminbyrequest.com": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/admin-by-request/latest.xpi" } }

Please can anyone advise or confirm if this is a bug.

We are using firefox version 147.0.4 (64-bit)

Thanks

I am trying to use group policy to block all extensions from being installed and only allow approved extensions. I have followed the article: https://firefox-admin-docs.mozilla.org/reference/policies/extensionsettings/ And here is my JSON config but it doesnt seem to be working and I can still install any extension. { "*": { "blocked_install_message": "Please email the IT Helpdesk if you think an extension should be unblocked.", "installation_mode": "blocked" }, "com.abr.startapp@adminbyrequest.com": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/admin-by-request/latest.xpi" } } Please can anyone advise or confirm if this is a bug. We are using firefox version 147.0.4 (64-bit) Thanks

All Replies (1)

Thank you for sharing the configuration. Based on what you’ve provided, the JSON structure itself looks correct for the ExtensionSettings policy. In most cases like this, the issue is that the policy is not actually being applied.

Are you using policies.json or some other mechanism?

Can you type about:policies in the URL bar and let me know what you see?

Bia biabia

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.