Closed
Bug 753451
Opened 13 years ago
Closed 12 years ago
`launch_path` must be relative to the app's origin
Categories
(Marketplace Graveyard :: Validation, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-06-14
People
(Reporter: cvan, Assigned: basta)
References
()
Details
This has been causing a lot of apps to be manually rejected.
`launch_path` must be relative to the domain. Per http://mozilla.github.com/webapps-spec/#properties ...
launch_path: The path within the web application's origin that is loaded when the application is launched
We should not be allowing cross-domain `launch_path` values. For example, check out this sample manifest:
http://itvmediaplayer.com/files/itvmediaplayer_firefox_app/manifest.webapp
{
...
"launch_path": "http://itvmediaplayer.com/web",
}
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Assignee: nobody → mattbasta
Updated•13 years ago
|
Priority: -- → P3
Updated•13 years ago
|
Target Milestone: 2012-05-17 → 2012-05-31
Updated•12 years ago
|
Target Milestone: 2012-05-31 → 2012-06-14
Assignee | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Assignee | ||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•