Swift Security Docs
  • Introduction to Swift Security
  • Onboarding
    • Tenant Setup
    • Product Deployments
      • Browser Extension
      • LLM Guardrails
        • LLM Guardrails API Integration
      • VS Code IDE Extension
    • Directory Sync
      • Configuring Google Directory Sync
      • Configuring Microsoft Directory Sync
    • MDM
      • Extension Deployment Via Google Workspace
      • Extension deployment via google workspace + MDM at device level
      • Extension Deployment Via Microsoft Intune
        • Chromium Browsers in Windows
        • Edge Browsers in Windows
        • Firefox Browsers in Windows
      • Extension Deployment Via Kandji
        • Chromium Browsers in Mac
    • Infrastructure
      • SaaS Model
      • Hybrid deployment (coming soon)
  • SSO (Single Sign-On)
    • SSO Configurations identity provider - Google workspace
  • Administrative Guide
    • Console Users
      • Role Creation
      • RBAC General Settings for Login Methods (for the Console)
      • User Creation
      • SSO login(okta)
    • Swift Detection Engines
      • Data Identifiers
        • Custom Data Identifiers
      • EDM Dictionaries
        • EDM Rule
        • EDM Profile
        • EDM Extension Policy
      • Data Rules
        • Custom Rules
      • Data Profiles
      • LLM Guardrail Scanners
        • Data Protection Scanner
        • Gibberish Scanner
        • Ban Substrings Scanner
        • Invisible Text Scanner
        • Code Scanner
        • Language Scanner
        • Sentiment Analysis Scanner
        • Jailbreak Scanner
        • Toxicity Scanner
        • Prompt Injection Scanner
        • Token Limit Scanner
        • Reading Time Scanner
        • Language Same Scanner
        • No Refusal Scanner
        • Factual Consistency Scanner
        • Bias Detection Scanner
        • URL Reachability Scanner
        • Nudity Scanner
        • Gender Scanner
        • Celebrity Scanner
        • Face Scanner
        • Race Scanner
        • Performance and Benchmark
    • Browser Extension
      • Extension Installation
      • Granular Policies
        • Control URL access
        • Protect company data
        • Protect against Threats (Coming Soon)
      • Extension Alerts
      • Extension Events
      • Extension Popups
      • Browser Extension Coverage
    • LLM Guardrails
      • LLM Guardrails Policies
      • LLM Guardrails Alert
      • LLM Guardrails Events
    • Regulation Laws
  • Assets
    • Applications
    • Users
    • Extensions
  • Integration
    • Notification
      • Jira
      • ServiceNow
      • Slack
      • Splunk
    • Forensic
    • Feature
      • Rules Glossary
        • United States
        • Canada
        • Latin America
        • European Union
        • Australia
        • APAC (Asia-Pacific)
        • EMEA Countries
        • Others
      • Data identifiers Glossary
        • United States
        • Canada
        • Latin America
        • European Union
        • Australia
        • APAC (Asia-Pacific)
        • EMEA Countries
        • Others
      • Supported MIME Types
      • Supported OCR Format
    • Manage unauthorized access from unmanaged browser
  • Settings
    • Manage Reasons
    • Audit Log
  • Release Notes
    • Version - 1.27
    • Version - 1.26
    • Version - 1.25
    • Version - 1.24
    • Version - 1.23
    • Version - 1.16
    • Version - 1.15
    • Version - 1.14
    • Version - 1.13
    • Version - 1.12
    • Version - 1.11
    • Version - 1.10
    • Version - 1.09
    • Version - 1.08
    • Version - 1.07
    • Version - 1.06
    • Version - 1.05
    • Version - 1.04
    • Version - 1.03
    • Version - 1.02
    • Version - 1.01
Powered by GitBook
On this page
  1. Onboarding
  2. MDM
  3. Extension Deployment Via Microsoft Intune

Firefox Browsers in Windows

PreviousEdge Browsers in WindowsNextExtension Deployment Via Kandji

Last updated 2 months ago

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

  • Download the latest Firefox ADMX template from the following link:

  • Extract the .zip file.

  • Navigate to the "policy-templates" folder.

  • Locate these two files:

    • firefox.admx

    • firefox.adml (inside the en-US folder)

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 Templates as the profile type.

  3. Choose Custom Template name.

  4. Click Create.

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

  6. Click Next.

  7. Configure Basic Settings:

    • In the Basics tab, enter a name and description, then click Next.

4. Upload the Firefox ADML File First

  1. Click Add to create a new configuration setting.

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

  3. For the OMA-URI, enter:

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

  4. Select String as the Data type.

  5. Value: Paste the entire content of firefox.adml file.

  6. Click Add.

5. Upload the Firefox ADMX File

  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. Value: Paste the entire content of firefox.admx file.

  6. Click Add.

6. Add the Firefox Extension Policy

  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.

Assign the Profile:In the Assignments tab, assign the profile to the appropriate user or device group. Preview the settings and click Next.

Applicability Rules: Click Next.

Review + create: Click Create.

Firefox ADMX Templates