You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/02 01:54:26 UTC

[jira] [Commented] (CB-9569) Support and tag translation to Application Transport Security (ATS) Info.plist directives

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

ASF GitHub Bot commented on CB-9569:
------------------------------------

GitHub user shazron opened a pull request:

    https://github.com/apache/cordova-lib/pull/312

    CB-9569 - Support <access> and <allow-navigation> tag translation to Application Transport Security (ATS) Info.plist directives

    Tests are included as well. <access> and <allow-navigation> tags have two new attributes to account for ATS: minimum-tls-version (defaults to 'TLSv1.2') and requires-forward-secrecy (defaults to 'true').
    
    If the defaults are set, there will be *no* corresponding entry in ATS, to reduce verbosity in the Info.plist.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shazron/cordova-lib CB-9569

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/312.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #312
    
----
commit c5fd2cc840c0228b38deea0ffcd105005983bb8c
Author: Shazron Abdullah <sh...@apache.org>
Date:   2015-09-29T23:13:46Z

    CB-9569 - Support <access> and <allow-navigation> tag translation to Application Transport Security (ATS) Info.plist directives.
    
    Tests are included as well. <access> and <allow-navigation> tags have two new attributes to account for ATS: minimum-tls-version (defaults to 'TLSv1.2') and requires-forward-secrecy (defaults to 'true').
    
    If the defaults are set, there will be *no* corresponding entry in ATS, to reduce verbosity in the Info.plist.

----


> Support <access> and <allow-navigation> tag translation to Application Transport Security (ATS) Info.plist directives
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-9569
>                 URL: https://issues.apache.org/jira/browse/CB-9569
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>              Labels: cordova-ios-4.0.x
>
> By default iOS 9 that requires network connections *must* be HTTPs with certain protocols. You would use ATS for exceptions.
> ATS:
> https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/
> http://www.neglectedpotential.com/2015/06/working-with-apples-application-transport-security/



--
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