Firefox OS packaged apps and XMLHttpRequests
问题 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 requests and I'm not sure if the issue is a setting I'm overlooking or if the Simulator is just buggy. My reading of the documentation suggests adding permissions for network-http should be sufficient for making XHR requests to a web service. I have also seen in source code a systemXHR permission. I've tried both but so far no joy.