Mac
On a Mac, you can use JSON to deploy the Torii browser extension for your team:
-
Open the Applications folder, right-click Firefox and choose Show Package Contents.
-
In the Contents > Resources folder, create a new folder called
distribution
. -
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:
-
Open File Explorer and enter the following path:
%ProgramFiles%\Mozilla Firefox
-
In the Mozilla Firefox folder, create a new folder called
distribution
. -
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.