Closed
Bug 840894
Opened 13 years ago
Closed 12 years ago
Check that installs are allowed from Marketplace
Categories
(Marketplace Graveyard :: Validation, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: adora, Unassigned)
Details
Example app that made it through without allowing installs: https://marketplace.firefox.com/reviewers/apps/review/jelly-blox
Comment 1•13 years ago
|
||
I see that the developer updated his/her manifest:
...
"installs_allowed_from": [
"https://marketplace.firefox.com"
],
...
What did it say before? FWIW, `installs_allowed_from` is optional and will default to `"*"` (https://developer.mozilla.org/en-US/docs/Apps/Manifest#installs_allowed_from)
Comment 2•13 years ago
|
||
there is definitely a validator check for this (that I used when we changed the marketplace url) so I'd guess they changed it after submission (always a risk)
Comment 3•12 years ago
|
||
unless we have more cases that indicate the validator check isn't working, I'd call this worksforme.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•