Mozilla extensions install via Intune

52 views
Skip to first unread message

Diaz, Ricardo

unread,
Apr 30, 2025, 9:53:06 AMApr 30
to enter...@mozilla.org

Good morning,

 

I have been having issues installing and force installing extensions via Intune policy.  This is an example of my attempt to install extensions via Intune policy:

 

Any help will be greatly appreciated.

  • Extension Management:
    • Unknown macro: {    "*"}

":

{         "installation_mode": "allowed"     }

,
    "{a6fd85ed-e919-4a43-a5af-8da18bda539f}":

{         "installation_mode": "allowed"     }

,
    "{73a6fe31-595d-460b-a920-fcc0f8843232}":

{         "installation_mode": "allowed"     }

,
    {sentinelone...@sentinelone.com}:

{         "installation_mode": "allowed"     }

}

":

{         "install_url": file:///C:/Program%20Files/SentinelOne/Sentinel%20Agent%23.4.4.223/sentinelone-firefox-extension.xpi,         "installation_mode": "force_installed"     }

}

 

 

Thanks,

 

Ricardo A Diaz

Confidentiality Notice:: Information contained in or attached to this email may be non-public, privileged, or confidential. Do not use, save, or copy any of that information, and do not share it with anyone else, unless you are the intended recipient. The sender has not authorized you to save, copy, use, or share any information provided to you in error. If the sender sent you this email or any attachment by mistake, please let the sender know by replying to this email and then deleting it.

Mike Kaply

unread,
May 1, 2025, 8:57:11 AMMay 1
to Diaz, Ricardo, enter...@mozilla.org
So you're defaulting to allowed for everything, so you don't need "allowed" for the individual addons. That's only needed if you're blocking everything.

You also were missing some quotes and had some unnecessary brackets.

Here's what your ExtensionSettings would look like if you were blocking everything but the few you allow:

{
    "*": {
        "installation_mode": "blocked"

    },
    "{a6fd85ed-e919-4a43-a5af-8da18bda539f}": {
        "installation_mode": "allowed"
    },
    "{73a6fe31-595d-460b-a920-fcc0f8843232}": {
        "installation_mode": "allowed"
    },
    "sentinelone...@sentinelone.com": {
        "installation_mode": " force_installed ",
        "install_url": "file:///C:/Program%20Files/SentinelOne/Sentinel%20Agent%23.4.4.223/sentinelone-firefox-extension.xpi"
    }
}

If this doesn't work, you can navigate to about:policies in the browser and see what the error is

Mike


--
You received this message because you are subscribed to the Google Groups "enter...@mozilla.org" group.
To unsubscribe from this group and stop receiving emails from it, send an email to enterprise+...@mozilla.org.
To view this discussion visit https://groups.google.com/a/mozilla.org/d/msgid/enterprise/SJ2PR10MB7560FF2E0AB3118325917B5184832%40SJ2PR10MB7560.namprd10.prod.outlook.com.
Reply all
Reply to author
Forward
0 new messages