I've tired "new unsafeWindow.XMLHttpRequest();" , but that gave me an
error, so I tried "new window.wrappedJSObject.XMLHttpRequest();" which
didn't give me an error, but also didn't seem to restrict the request
to the same domain.
Is it possible to do this?
Cheers.