Closed
Bug 851778
Opened 12 years ago
Closed 12 years ago
Ensure Builder doesn't reject "permissions" key in package.json.
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
2013-04-18
People
(Reporter: KWierso, Assigned: canuckistani)
Details
Attachments
(1 file)
358 bytes,
patch
|
Details | Diff | Splinter Review |
When I try to pre-emptively prepare a Builder-based addon for the new private-browsing permissions, I get the following error upon adding {"permissions": {"private-browsing": true}} in the "Extra package.json Properties" textbox in the addon's Properties popup:
Error 403
FORBIDDEN
'Invalid key.
allowed keys: contributors, homepage, icon, icon64, id, preferences, license'
I'm not sure offhand if that list of allowed keys is generated automatically from the SDK version, or if it's hardcoded into Builder.
We should make sure that it works correctly regardless once 1.14 is added to Builder.
Reporter | ||
Comment 1•12 years ago
|
||
So it is managed by Flightdeck's code.
This will need to be committed and deployed before (or with) the addition of SDK 1.14 on or near March 28.
Attachment #725726 -
Flags: review?(zaloon)
Assignee | ||
Comment 2•12 years ago
|
||
That link again is: https://github.com/mozilla/FlightDeck/pull/186
Reporter | ||
Comment 3•12 years ago
|
||
This got merged in a while back.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → jgriffiths
Target Milestone: --- → 2013-04-18
Reporter | ||
Updated•11 years ago
|
Attachment #725726 -
Flags: review?(pzalewa)
Updated•10 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
•