Mozilla 도움말 검색

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

Learn More

Extensions policy allowed not working (Intune ADMX)

  • 5 답장
  • 0 이 문제를 만남
  • 48 보기
  • 최종 답변자: Mike Kaply

more options

Hi!

Using Intune, we are setting some settings in Firefox. One that is a bit troublesome is the ExtensionSettings

Currently looks like this:

{

 "*": {
   "blocked_install_message": "Blocked.",
   "installation_mode": "blocked"
 },
 "uBlock0@raymondhill.net": {
   "installation_mode": "allowed"
 },
 "addon@darkreader.org": {
   "installation_mode": "allowed"
 },
 "@react-devtools": {
   "installation_mode": "allowed"
 }

}

I get the Blocked message if I try any of the allowed extentions like uBlock, Dark Reader or React Dev Tools.

I can add that uBlock had "force_installed" (With URL since that is required for force) and that worked fine.

Hi! Using Intune, we are setting some settings in Firefox. One that is a bit troublesome is the ExtensionSettings Currently looks like this: { "*": { "blocked_install_message": "Blocked.", "installation_mode": "blocked" }, "uBlock0@raymondhill.net": { "installation_mode": "allowed" }, "addon@darkreader.org": { "installation_mode": "allowed" }, "@react-devtools": { "installation_mode": "allowed" } } I get the Blocked message if I try any of the allowed extentions like uBlock, Dark Reader or React Dev Tools. I can add that uBlock had "force_installed" (With URL since that is required for force) and that worked fine.

선택된 해결법

Mike Kaply said

What do you see for ExtensionSettings in about:policies? I've found Intune can be finicky about updating the client.

This is a copy-paste from about:policies:

{"*":{"blocked_install_message":"Blocked.","install_sources":["https://addons.mozilla.org/"],"installation_mode":"blocked","allowed_types":["extension"]},"uBlock0@raymondhill.net":{"installation_mode":"allowed"},"addon@darkreader.org":{"installation_mode":"allowed"},"@react-devtools":{"installation_mode":"allowed"}}

You can see all settings here: https://pastebin.com/0JAhNQe7

Edit: Solved, had to remove the preference: extensions.blocklist.enabled:1

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (5)

more options

I just tried with your ExtensionSettings and it's working for me (those allowed, others blocked).

What do you see for ExtensionSettings in about:policies? I've found Intune can be finicky about updating the client.

more options

Mike Kaply said

What do you see for ExtensionSettings in about:policies? I've found Intune can be finicky about updating the client.

This is a copy-paste from about:policies:

{"*":{"blocked_install_message":"Blocked.","install_sources":["https://addons.mozilla.org/"],"installation_mode":"blocked","allowed_types":["extension"]},"uBlock0@raymondhill.net":{"installation_mode":"allowed"},"addon@darkreader.org":{"installation_mode":"allowed"},"@react-devtools":{"installation_mode":"allowed"}}

You can see all settings here: https://pastebin.com/0JAhNQe7

Edit: Solved, had to remove this property: extensions.blocklist.enabled:1

글쓴이 janfredrik 수정일시

more options

Mike Kaply said

What do you see for ExtensionSettings in about:policies? I've found Intune can be finicky about updating the client.

This is a copy-paste from about:policies:

{"*":{"blocked_install_message":"Blocked.","install_sources":["https://addons.mozilla.org/"],"installation_mode":"blocked","allowed_types":["extension"]},"uBlock0@raymondhill.net":{"installation_mode":"allowed"},"addon@darkreader.org":{"installation_mode":"allowed"},"@react-devtools":{"installation_mode":"allowed"}}

You can see all settings here: https://pastebin.com/0JAhNQe7

Edit: Solved, had to remove the preference: extensions.blocklist.enabled:1

글쓴이 janfredrik 수정일시

more options

선택된 해결법

Mike Kaply said

What do you see for ExtensionSettings in about:policies? I've found Intune can be finicky about updating the client.

This is a copy-paste from about:policies:

{"*":{"blocked_install_message":"Blocked.","install_sources":["https://addons.mozilla.org/"],"installation_mode":"blocked","allowed_types":["extension"]},"uBlock0@raymondhill.net":{"installation_mode":"allowed"},"addon@darkreader.org":{"installation_mode":"allowed"},"@react-devtools":{"installation_mode":"allowed"}}

You can see all settings here: https://pastebin.com/0JAhNQe7

Edit: Solved, had to remove the preference: extensions.blocklist.enabled:1

more options

Great to hear!