Firefox Browsers in Windows

Overview

This guide outlines the steps to deploy the Swift Security browser extension for Firefox using Microsoft Intune. The process involves configuring ADMX settings and individual policies.

Extension Details

  • Extension ID: ce4d313b-eea3-4027-a365-7ed77dd35f2e@swiftsecurity.ai

  • Installation URL: https://addons.mozilla.org/firefox/downloads/file/4355025/swift_security_extension-1.3.7.xpi


Steps to Deploy

1. Download the Firefox ADMX Template

2. Sign in to Microsoft Intune

  • Access Microsoft Intune Admin Center.

3. Create a Configuration Profile

  1. Navigate to Configuration Profiles and select Create Profile.

  2. Choose Windows 10 and Later as the platform and select Custom as the profile type.

  3. Click Create.

  4. Enter a name for the profile, such as Firefox Configuration, and provide an optional description.

  5. Click Next.

4. Add Firefox ADMX Settings

  1. Click Add to create a new configuration setting.

  2. Enter a name (e.g., Firefox ADMX) and an optional description.

  3. For the OMA-URI, enter:

    ./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Firefox/Policy/FirefoxAdmx

  4. Select String as the Data type.

  5. Copy all the text from the firefox.admx file and paste it into the Value field. You can use the below one

  6. Click Add.

5. Adding Individual Policies

  1. Click on the profile you created earlier.

  2. In the sidebar, click Properties under the Manage section.

  3. Click Edit next to Configuration Settings.

  4. Click Add to create a new OMA-URI entry.

  5. For the OMA-URI, enter:

    ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings

  6. Enter the following value for the policy:

    <enabled/> <data id="ExtensionSettings" value='{ "ce4d313b-eea3-4027-a365-7ed77dd35f2e@swiftsecurity.ai": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/file/4355025/swift_security_extension-1.3.7.xpi" } }'/>

  7. Click Add.

Last updated