Addons installed via policy shouldn't be disabled when permissions change
Categories
(Firefox :: Enterprise Policies, defect, P5)
Tracking
()
People
(Reporter: mkaply, Unassigned)
References
(Blocks 1 open bug)
Details
See:
https://github.com/mozilla/policy-templates/issues/592#issuecomment-626045671
If an extension installed via policy gets a permission change, it should just work.
Comment 1•6 years ago
|
||
The severity field is not set for this bug.
:mkaply, could you have a look please?
For more information, please visit auto_nag documentation.
| Reporter | ||
Updated•6 years ago
|
Comment 3•5 years ago
|
||
Hi Mike and Shane,
Do we have any timeline for this to be fixed?
Currently, most of our End-users do not have the latest extension version due to permission change.
Even after asking users to manually accept the additional permissions to unblock the updates we most user does not have the latest extension version.
Can you suggest any workaround to overcome this issue and enable smooth updates of extension till this is fixed?
Any input on this will be a great help.
Thanks in Advance.
| Reporter | ||
Comment 4•5 years ago
|
||
I believe if you uninstall the old and install the new, it should work, but I'm not sure. I think we force enable on install.
Comment 5•5 years ago
|
||
Thank you, Mike, for the input.
Uninstalling the old and installing the new works fine. I have tried it.
But the uninstall via policy is not working as expected for us. I have tried it on different machines but could not do it.
I tried the below steps:
- Force installed extension by setting the below policies. This works fine without any issue
- Software\Policies\Mozilla\Firefox\Extensions\Install
- Software\Policies\Mozilla\Firefox\Extensions\Locked
- I removed the above two policies, this should uninstall the extension. But the extension is still there in the browser and the user has to manually remove it. Is this expected behavior?
- I also set the below policy after removing the above policies but still, the extension is not uninstalled automatically.
- Software\Policies\Mozilla\Firefox\Extensions\Uninstall
Am I missing anything in the above-mentioned steps for uninstalling an extension via policy without asking the user to manually removing it?
If this is not the expected behavior then I am happy to create a new ticket with more details that can be tracked separately.
Thank you.
| Reporter | ||
Comment 6•5 years ago
|
||
I think you might have better luck using the ExtensionSettings policy.
https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings
Adding it to Uninstall should definitely work. I'll check on that.
| Reporter | ||
Comment 7•1 year ago
|
||
This was fixed in bug 1907844
Description
•