You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2015/01/29 00:00:35 UTC

[jira] [Commented] (CB-8374) Access origin/whitelist for iOS doesn't default to all if access element missing from config.xml

    [ https://issues.apache.org/jira/browse/CB-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296011#comment-14296011 ] 

Shazron Abdullah commented on CB-8374:
--------------------------------------

Which means that https://github.com/apache/cordova-ios/blob/fd941c3c7bbf7705087be7c2ecc23ca432036a56/CordovaLib/Classes/CDVWhitelist.m#L244 will never be nil.

I think the intent is If the access tag was removed, the default will kick in (i.e. wildcard)? Any comment on this behaviour [~iclelland]?

> 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: iOS
>    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:
> {code}
>         [self.whitelistHosts addObject:@"file:///*"];
>         [self.whitelistHosts addObject:@"content:///*"];
>         [self.whitelistHosts addObject:@"data:///*"];
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org