This article is intended for IT administrators who wish to set up Firefox on the computers within their organization.
You can use the policy manager in Firefox for Enterprise to manage Flash plugins for your users.
The FlashPlugin policy sets the default behavior for Flash as well as its behavior on specific websites:
{ "policies": { "FlashPlugin": { "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */ "Block": ["http://example.edu/"], "Default": [true|false], /* If this is set to true, Flash is always enabled. If it is set to false, Flash is never enabled */ "Locked": [true|false] } } }
There are many more policies for managing Firefox. For more information see https://support.mozilla.org/products/.../policies-customization-enterprise.