Closed
Bug 522128
Opened 16 years ago
Closed 16 years ago
Add TestPilot to install service
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: Mardak, Unassigned)
Details
https://addons.mozilla.org/en-US/firefox/addon/13661
https://testpilot.mozillalabs.com/
*.mozillalabs.com is already defined as REGEX_LABS
+ 'testpilot' => array(
+ 'name' => 'Test Pilot',
+ 'xpi' => 'https://addons.mozilla.org/en-US/firefox/downloads/latest/13661',
+ 'icon' => 'https://addons.mozilla.org/en-US/firefox/images/addon_icon/13661',
+ 'referrers' => array_merge($default_referrers, array(
+ 'document.referrer.match('.REGEX_LABS.')'
+ ))
)
Comment 1•16 years ago
|
||
This was added in r49664 and should already be live 2 releases ago. Is it not working?
Reporter | ||
Comment 2•16 years ago
|
||
Oh hey, it does work.
Jinghua, you just need to change the link to this:
https://addons.mozilla.org/services/install.php?addon_id=testpilot
And if you want to test right now, open up https://testpilot.mozillalabs.com/ and paste this in the location bar:
javascript:void(document.body.innerHTML += '<a href="https://addons.mozilla.org/services/install.php?addon_id=testpilot">click me!</a>')
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•