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

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox GPO's extension settings not working

  • 1 답장
  • 0 이 문제를 만남
  • 98 보기
  • 최종 답변자: Mike Kaply
  • Open

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

모든 댓글 (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?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.