You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This is the underlying issue behind #194, but there are broader implications than missing out on firing survey URLs. Most importantly, add-on cleanup is skipped, leaving the client possibly with study-related preference/UX side effects post study.
[Steps to reproduce]:
Install a study add-on (such as example/small-study)
Go to about:addons and uninstall/disable the add-on
Standalone web extension experiments may allow for some (chrome-privileged) post-add-on cleanup to occur, but it is not obvious how we should handle "webextension-layer" cleanup
This is the underlying issue behind #194, but there are broader implications than missing out on firing survey URLs. Most importantly, add-on cleanup is skipped, leaving the client possibly with study-related preference/UX side effects post study.
[Steps to reproduce]:
example/small-study)about:addonsand uninstall/disable the add-on[Expected result]:
[Actual result]:
[Notes]: