Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D5BF6200ABD for ; Sat, 14 May 2016 12:15:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CA5CB160A1A; Sat, 14 May 2016 10:15:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1A219160131 for ; Sat, 14 May 2016 12:15:13 +0200 (CEST) Received: (qmail 71710 invoked by uid 500); 14 May 2016 10:15:13 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 71686 invoked by uid 99); 14 May 2016 10:15:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2016 10:15:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0C2D02C1F5D for ; Sat, 14 May 2016 10:15:13 +0000 (UTC) Date: Sat, 14 May 2016 10:15:13 +0000 (UTC) From: "Daniel Rossi (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11025) YouTube API failing on iOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 14 May 2016 10:15:15 -0000 [ https://issues.apache.org/jira/browse/CB-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283514#comment-15283514 ] Daniel Rossi commented on CB-11025: ----------------------------------- Hi guys. In cordova it adds a default content security tag. Safari lacks the new "child-src" option that is where it was broken. frame-src seems to override the default-src so it breaks the gap:// iframe. You need something like this so add the youtube url into the default-src. It is working for me especially with the inline options > YouTube API failing on iOS > -------------------------- > > Key: CB-11025 > URL: https://issues.apache.org/jira/browse/CB-11025 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 6.0.0 > Reporter: Andrew Busch > Labels: triaged > > When I inject a YouTube {{