How can we help?

Manually installing the Firefox Extension

Noga Tubi
Noga Tubi
  • Updated
Torii SMP
Torii Identity

If you are new to the Torii Browser Extension, you can learn more in the Introduction to Torii Browser Extension article

Learn about rolling Torii's Firefox extension
 

Mac

On a Mac, you can use JSON to deploy the Torii browser extension for your team:

  1. Open the Applications folder, right-click Firefox and choose Show Package Contents.
  2. In the Contents > Resources folder, create a new folder called distribution.
  3. Save the following in a file called policies.json:
{ "policies": { "ExtensionSettings": { "*": { "blocked_install_message": "Custom error message.", "install_sources": [ "about:addons", "https://addons.mozilla.org/" ], "installation_mode": "allowed", "allowed_types": [ "extension" ] }, "{e3be5efb-6c4f-431b-9919-98e09540fb05}": { "installation_mode": "force_installed", "install_url": "https://s3-us-west-2.amazonaws.com/torii-static/extensions/firefox/torii_firefox_1.0.161.xpi" } } } }

To verify that the Torii browser extension is installed, close and re-open Firefox, click the Firefox menu item in the toolbar, and choose Add-ons.

Windows

On Windows, you can use JSON to deploy the Torii browser extension for your team:

  1. Open File Explorer and enter the following path:

    %ProgramFiles%\Mozilla Firefox
    
  2. In the Mozilla Firefox folder, create a new folder called distribution.
  3. Save the following in a file called policies.json:
{ "policies": { "ExtensionSettings": { "*": { "blocked_install_message": "Custom error message.", "install_sources": [ "about:addons", "https://addons.mozilla.org/" ], "installation_mode": "allowed", "allowed_types": [ "extension" ] }, "{e3be5efb-6c4f-431b-9919-98e09540fb05}": { "installation_mode": "force_installed", "install_url": "https://s3-us-west-2.amazonaws.com/torii-static/extensions/firefox/torii_firefox_1.0.161.xpi" } } } }

To verify that the Torii browser extension is installed, close and re-open Firefox, click the Firefox menu item in the toolbar, and choose Add-ons.

Deployment to all organization

Use a dedicated tool to run these steps on your Windows/Mac/Linux devices such as Jamf/Intune.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request