Allow ATN(addons.thunderbird.net) to use mozAddonManager
Categories
(Toolkit :: Add-ons Manager, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: sancus, Assigned: rjl)
References
Details
Attachments
(1 file)
It seems that InstallTrigger is being removed. That's fine, but that leaves us with a need to use mozAddonManager on addons.thunderbird.net. Currently, it is hardcoded to addons.mozilla.org only.
We would like to add "addons.thunderbird.net" to the list of literals. It might be better to add a build-time configuration option for this, as that would allow us to add the domains we need without adding any risk to Firefox. We could also gate it behind a pref, but that is easier to modify than a build config option.
It would also be nice to have "addons-stage.thunderbird.net" added to the extensions.webapi.testing
list.
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
The motivations from comment 0 looks both more than reasonable from my perspective.
Given where the valid hosts are enforced (both in production and testing), I think we could add the special cases needed for Thunderbird behind a buildtime #ifdef MOZ_THUNDERBIRD
.
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Pushed by thunderbird@calypsoblue.org: https://hg.mozilla.org/integration/autoland/rev/e0df31655cc0 Add ifdefs to allow Thunderbird builds to use mozAddonManager. r=mixedpuppy
Comment 5•1 year ago
|
||
bugherder |
Description
•