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•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years 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•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 5•3 years ago
|
||
| bugherder | ||
Description
•