I\'ve been looking into packaged apps for Firefox OS and I\'m relying on the Simulator since I don\'t have a build of the OS on a device. I\'m having trouble with XHR reque
To enable CORS in my Firefox OS app, I had to enable systemXHR permission in the apps manifest.webapp file:
"permissions": { "systemXHR" : { "description" : "Required to access remote api" } }