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 A433F200CFC for ; Wed, 23 Aug 2017 19:19:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A2A62169313; Wed, 23 Aug 2017 17:19:05 +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 F2C00169315 for ; Wed, 23 Aug 2017 19:19:04 +0200 (CEST) Received: (qmail 60195 invoked by uid 500); 23 Aug 2017 17:19:03 -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 60173 invoked by uid 99); 23 Aug 2017 17:19:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2017 17:19:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 467EFC3270 for ; Wed, 23 Aug 2017 17:19:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id VKxqnDIPjKnI for ; Wed, 23 Aug 2017 17:19:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6100661186 for ; Wed, 23 Aug 2017 17:19:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 68A85E0E1B for ; Wed, 23 Aug 2017 17:19:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B79DF2538E for ; Wed, 23 Aug 2017 17:19:00 +0000 (UTC) Date: Wed, 23 Aug 2017 17:19:00 +0000 (UTC) From: "Richard Mott (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-11936) Support four new App Transport Security (ATS) keys MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 23 Aug 2017 17:19:05 -0000 [ https://issues.apache.org/jira/browse/CB-11936?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D161386= 70#comment-16138670 ]=20 Richard Mott edited comment on CB-11936 at 8/23/17 5:18 PM: ------------------------------------------------------------ The Media name is wrong. Should be {code:java} NSAllowsArbitraryLoadsForMedia {code} _(Not NSAllowsArbitraryLoadsInMedia)_ So, media streaming is not working in our Cordova app on IOS.=20 See the note in Apple Docs _"Note: There are two =E2=80=9Callows arbitrary loads=E2=80=9D keys and the= y employ different naming patterns. Take care to use =E2=80=A6ForMedia and = =E2=80=A6InWebContent correctly."_ was (Author: richardm645): The Media name is wrong. Should be NSAllowsArbitraryLoadsForMedia _(Not NSAllowsArbitraryLoadsInMedia)_ So, media streaming is not working in our Cordova app on IOS.=20 See the note in Apple Docs _"Note: There are two =E2=80=9Callows arbitrary loads=E2=80=9D keys and the= y employ different naming patterns. Take care to use =E2=80=A6ForMedia and = =E2=80=A6InWebContent correctly."_ > Support four new App Transport Security (ATS) keys > -------------------------------------------------- > > Key: CB-11936 > URL: https://issues.apache.org/jira/browse/CB-11936 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-common, cordova-ios > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > > https://forums.developer.apple.com/thread/6767 > NSAllowsArbitraryLoadsInWebContent (defaults to NO) > NSRequiresCertificateTransparency (defaults to NO) > NSAllowsLocalNetworking (defaults to NO) > NSAllowsArbitraryLoadsInMedia (defaults to NO) > NSRequiresCertificateTransparency is not top level, but is under NSExcept= ionDomains > 1. Add this feature to the iOS platform > 2. Add new attribute parsing to ConfigParser in CordovaCommon > 3. Add docs for new attributes -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org