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 2CD9E200B44 for ; Thu, 14 Jul 2016 12:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B2B1160A86; Thu, 14 Jul 2016 10:14:22 +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 9911B160A52 for ; Thu, 14 Jul 2016 12:14:21 +0200 (CEST) Received: (qmail 97028 invoked by uid 500); 14 Jul 2016 10:14:20 -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 96996 invoked by uid 99); 14 Jul 2016 10:14:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2016 10:14:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8BBA52C027F for ; Thu, 14 Jul 2016 10:14:20 +0000 (UTC) Date: Thu, 14 Jul 2016 10:14:20 +0000 (UTC) From: "Sam Zilverberg (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-11573) support ATS third party keys MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 14 Jul 2016 10:14:22 -0000 Sam Zilverberg created CB-11573: ----------------------------------- Summary: support ATS third party keys Key: CB-11573 URL: https://issues.apache.org/jira/browse/CB-11573 Project: Apache Cordova Issue Type: Improvement Components: CordovaCommon, CordovaLib Reporter: Sam Zilverberg Priority: Minor tag attributes in config.xml currently do not support all of possi= ble keys. support for the following third party related keys is missing: // Keys to describe your app=E2=80=99s intended network behavio= r for // domains whose security attributes you don't control NSThirdPartyExceptionAllowsInsecureHTTPLoads : Boolean NSThirdPartyExceptionRequiresForwardSecrecy : Boolean NSThirdPartyExceptionMinimumTLSVersion : String could you add support for these as well? or is there maybe already a special reason why they are not supported? files that would need to be modified for support: cordova-common/src/ConfigParser/ConfigParser.js=20 cordova-lib/src/cordova/metadata/ios_parser.js=20 full set of keys can be seen at: https://developer.apple.com/library/ios/documentation/General/Reference/Inf= oPlistKeyReference/Articles/CocoaKeys.html -- 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