Holly Schinsky created CB-8374:
----------------------------------
Summary: Access origin/whitelist for iOS doesn't default to all if
access element missing from config.xml
Key: CB-8374
URL: https://issues.apache.org/jira/browse/CB-8374
Project: Apache Cordova
Issue Type: Bug
Components: CordovaLib
Affects Versions: 3.7.0
Environment: ios
Reporter: Holly Schinsky
Priority: Minor
If the <access origin="*"/> element is left out of the config.xml, the default
does not allow all URLs as it should, instead it is set only to the following
in the CDVConfigParser.m class:
[self.whitelistHosts addObject:@"file:///*"];
[self.whitelistHosts addObject:@"content:///*"];
[self.whitelistHosts addObject:@"data:///*"];
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]