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

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

GitHub user shazron opened a pull request:

    https://github.com/apache/cordova-docs/pull/648

    CB-11936 - Add docs for the four new App Transport Security (ATS) keys

    ### Platforms affected
    iOS
    
    ### What does this PR do?
    Support docs for:
    1. https://github.com/apache/cordova-lib/pull/496
    2. https://github.com/apache/cordova-ios/pull/264
    
    ### What testing has been done on this change?
    
    Ran "gulp serve" and inspected the output in a browser.
    
    ### Checklist
    - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
    - [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
    
    


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

    $ git pull https://github.com/shazron/cordova-docs CB-11936

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

    https://github.com/apache/cordova-docs/pull/648.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 #648
    
----
commit 041642f128d3bd4086e9acf0e23ac633fb9c04cd
Author: Shazron Abdullah <[email protected]>
Date:   2016-10-06T18:39:10Z

    CB-11936 - Add docs for the four new App Transport Security (ATS) keys

----


> 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: CordovaCommon, Docs, 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 
> NSExceptionDomains
> 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.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to