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

Juuso Karjalainen edited comment on CB-10709 at 4/12/16 11:46 AM:
------------------------------------------------------------------

Anyone got a solution for this? I am having the same issue. [~harshabonthu] you 
said you have a solution and that you're going to create a PR but I couldn't 
find one. Did you create one or can I hear from you directly that what is the 
solution to this problem (Other than downgrading to lower cordova-ios version)?


was (Author: thepio):
Anyone got a solution for this? I am having the same issue. [~harshabonthu] you 
said you have a solution and that you're going to create a PR but I couldn't 
find one. Did you do one or can I hear from you directly that what is the 
solution (Other than downgrading to lower cordova-ios version)?

> Allow-navigation rule for iFrame urls on cordova-ios
> ----------------------------------------------------
>
>                 Key: CB-10709
>                 URL: https://issues.apache.org/jira/browse/CB-10709
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugin Whitelist
>    Affects Versions: 6.0.0
>            Reporter: Harsha Kiran
>              Labels: cordova-ios-4.1.1, triaged
>
> Currently with Whitelist plugin set to <allow-navigation="*://domain.com/*"> 
> doesn't allow navigation to other domains including urls embedded using 
> iframe on iOS.
> EG: If I tried to embed a youtube video using iframe tag with only this rule  
> <allow-navigation="*://domain.com/*">, it doesn't allow loading of the video 
> in iframe as youtube.com is not listed in allowed domains.
> If we add <allow-navigation="*://youtube.com/*"> it allows the loading of 
> iframe but will also allow navigation to youtube.com using Javascript i.e 
> window.open('http://youtube.com'). 
> With current implementation in cordova-ios, I'm not sure if there is any 
> solution to allow a domain navigation in iframe and not allow navigation to 
> that domain using other methods like javascript.
> Android ignores the allow-navigation rule for iframe loaded urls, so iOS 
> should be modified to behave the same?



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

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

Reply via email to