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

Michal Mocny commented on CB-3032:
----------------------------------

With that patch, there is a set of allowed hosts (or *) _per scheme_.  In order 
to support the old http[s] and ftp[s] shared whitelist behaviour there is a 
special meta-scheme which represents the group, but you can now also specify 
just the specific scheme as well, so:

<access origin="https://*";>

should allow only https pages through, etc.

At the moment, looking for feedback on potential issues, while I work on more 
exhaustive testing and documentation updates.
                
> Add support for custom url schemes in ios whitelist
> ---------------------------------------------------
>
>                 Key: CB-3032
>                 URL: https://issues.apache.org/jira/browse/CB-3032
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.6.0
>            Reporter: Michal Mocny
>            Assignee: Michal Mocny
>
> Currently on iOS, the whilelist only supports http[s] and ftp[s] protocols, 
> and each entry always applies to all of them.
> We should support custom schemes, so that plugins can handle custom protocol 
> requests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to