FIrefox GPO doesn't watch for file changes
Categories
(Firefox :: Enterprise Policies, defect)
Tracking
()
People
(Reporter: nn1436401, Unassigned)
Details
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
The existing policy is what we consider an "Install" policy, meaning that the behavior reported is intentional (i.e, it just tells it to install the file, and not watch it later for changes).
However, there are several ways around that:
-
If you list the extension ID in the uninstall section and the new XPI in the install section, then that extension will be uninstalled and installed, effectively updating (this support was introduced in bug 1495749).
-
If you really need file system watching of the files, the add-ons manager provides different ways to install and distribute extensions. Take a look here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
Description
•