Extension simultaneously installed and locked is installed as disabled
Categories
(Firefox :: Enterprise Policies, defect, P1)
Tracking
()
People
(Reporter: sasadipo, Unassigned)
Details
Updated•7 years ago
|
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Is this still a problem? I just re-tested it with Firefox Nightly 67, and the bug didn't happen. I wonder if it's just intermittent or if it got fixed by some other change
| Reporter | ||
Comment 2•7 years ago
|
||
yes, this issue happens intermittently
we are able to reproduce the issue on Firefox 65.0.2 consistently, but I haven't seen the issue with the nightly build (need more testing to verify).
We are able to fix the issue by going into about::debugging and loading the Extension manually
Comment 3•7 years ago
|
||
I added code for ESR only that always enables the extension after install. This should be fixed in the next ESR in a couple weeks.
| Reporter | ||
Comment 4•7 years ago
|
||
@mkaply this bug was reported for non-ESR version of Firefox (see description).
Was the same code added for non-ESR version? If not, please reopen the issue.
Comment 5•7 years ago
|
||
(In reply to Shania Asadipour from comment #4)
@mkaply this bug was reported for non-ESR version of Firefox (see
description).
Was the same code added for non-ESR version? If not, please reopen the issue.
There was a change added to nightly that fixes this problem in a different way, which is why you aren't seeing on nightly.
This was reported on 64. Are you seeing in 65?
| Reporter | ||
Comment 6•7 years ago
|
||
yes, the issue was reported initially on 64, it also exists on 65.0.2 (see my earlier comment).
Comment 7•7 years ago
|
||
yes, the issue was reported initially on 64, it also exists on 65.0.2 (see my earlier comment).
Sorry, I read that comment wrong. Can you try the Firefox beta (66)? I will try there as well.
| Reporter | ||
Comment 8•7 years ago
|
||
Can we please know the root cause of the issue? This will help us verify 66 beta as well.
| Reporter | ||
Updated•7 years ago
|
Comment 9•7 years ago
|
||
Can we please know the root cause of the issue? This will help us verify 66 beta as well.
There wasn't really a root cause. Changes were made to WebExtensions to reenable extensions when they are reinstalled and this solved the problem for policies as well.
For the ESR, we added a custom fix for this particular problem (to enable the addon after install).
If 66 needs that fix, we'll add it there, but I don't believe it did in my testing.
| Reporter | ||
Comment 10•7 years ago
|
||
I was able to reproduce this issue with firefox 66 beta using the steps in the description.
| Reporter | ||
Updated•7 years ago
|
Comment 11•7 years ago
|
||
This should be fixed in Firefox 67 which was released today.
| Reporter | ||
Comment 12•7 years ago
|
||
please leave this bug open until we can confirm the issue is resolved.
Comment 13•7 years ago
|
||
Were you able to confirm this was fixed?
| Reporter | ||
Comment 14•7 years ago
|
||
we have not seen this issue with Firefox 67 - I think its safe to close now.
Thank you Mike!
Updated•7 years ago
|
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Comment 15•7 years ago
|
||
Still exists in Firefox 68 ESR and Quantum
Comment 16•7 years ago
|
||
Is it intermittent like you said? No one else has reported this issue.
Is the extension only installed via the policy or is it installed somewhere else as well?
| Reporter | ||
Comment 17•7 years ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #16)
Is it intermittent like you said? No one else has reported this issue.
Is the extension only installed via the policy or is it installed somewhere else as well?
Are you asking if we have more than one of the same extension installed?
AFAIK we only have one extension installed through the policy
| Reporter | ||
Comment 18•7 years ago
|
||
The extension is installed through the policy only (based on registry key)
Once you click "enable", the extension is force installed properly
Comment 19•6 years ago
|
||
I am unable to recreate this problem and I've tried multiple ways. Does it happen with all extensions or a specific one?
| Reporter | ||
Comment 20•6 years ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #19)
I am unable to recreate this problem and I've tried multiple ways. Does it happen with all extensions or a specific one?
This happens with one extension - did you need a copy of the extension in order to continue troubleshooting the issue on your end?
Are there logs or something else you can use to investigate the issue?
| Reporter | ||
Updated•6 years ago
|
Comment 21•6 years ago
|
||
This happens with one extension -
Does this extension happen to be installed with some third party application as well as with policy?
| Reporter | ||
Comment 22•6 years ago
|
||
yes, the extension is bundled in our installation package.
Is there any logs or anything we can provide on our end to reach a resolution?
| Reporter | ||
Comment 23•6 years ago
|
||
Issue was found in Firefox 69 ESR as well.
Comment 24•6 years ago
|
||
We have gone back and forth, and I don't feel like I understand the core problem.
The only reason an extension is installed disabled by default is if it is a third party extension installed via the registry or some global location.
Extensions installed via group policy or policies.json are installed like normal extensions, so they are enabled.
What exactly is the one extension that is causing the problem?
| Reporter | ||
Comment 25•6 years ago
|
||
From my understanding, more than one developer is seeing this issue, given the reports in github as well.
The behavior is inconsistent - regardless of which method is being used, the behavior should be consistent each time.
Our extension installation process is documented in the description of the ticket.
Comment 26•6 years ago
|
||
I haven't seen any other reports. Is this an internal or external extension? Is it signed?
| Reporter | ||
Comment 27•6 years ago
|
||
Yes it is signed.
Comment 28•6 years ago
|
||
hey Mike
i am Owen, worked together with Sean A, i was wondering if there any updates or suggestions?
Fresh Install of FF74 and restarting our endpoint services will cause extension to disappear
Comment 29•6 years ago
|
||
See:
https://blog.mozilla.org/addons/2020/03/10/support-for-extension-sideloading-has-ended/
We are no longer supporting the mechanism you are using for installing your extension.
Although it should not have disappeared, but the user now has the option to remove it.
If you want to force install an extension, you should be using policy, not this mechanism.
Updated•4 years ago
|
Description
•