[ 
https://issues.apache.org/jira/browse/CB-8144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-8144.
-------------------------------
    Resolution: Fixed

merged into 4.0.1-dev

> Add SystemXHR as a solution for whitelist in FFOS
> -------------------------------------------------
>
>                 Key: CB-8144
>                 URL: https://issues.apache.org/jira/browse/CB-8144
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: FirefoxOS
>            Reporter: Piotr Zalewa
>            Assignee: Piotr Zalewa
>
> Proposed content
> In Firefox OS there is no concept of whitelisting a specific domain. Instead
> there is a special permission called 
> [SystemXHR](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#Permissions).
> There is a need to add this permission to `config.xml`:
>       <platform name="firefoxos">
>               <permission name="systemXHR" privileged="true" 
> description="load data from server" />
>       </platform>
> The `XMLHttpRequest` object needs to be instantiated with two parameters 
> `mozAnon` and `mozSystem`:
>       var request = new XMLHttpRequest({
>               mozAnon: true,
>               mozSystem: true});
> This solution is transparent so there is no difference for other platforms.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to