adjust security setting for blackberry 10 to allow json from remote
locations
This commit is contained in:
parent
7c897c68f9
commit
6bed892b28
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@
|
|||
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
|
||||
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
|
||||
</platform>
|
||||
<platform name="blackberry10">
|
||||
<preference name="WebSecurity" value="disable" />
|
||||
</platform>
|
||||
<engine name="android" spec="^6.2.3" />
|
||||
<engine name="blackberry10" spec="^3.8.0" />
|
||||
<engine name="windows" spec="^5.0.0" />
|
||||
|
|
Reference in a new issue