[
https://issues.apache.org/jira/browse/CB-11936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15552600#comment-15552600
]
ASF GitHub Bot commented on CB-11936:
-------------------------------------
GitHub user shazron opened a pull request:
https://github.com/apache/cordova-lib/pull/496
CB-11936 - Support four new App Transport Security (ATS) keys
### Platforms affected
iOS
### What does this PR do?
This PR is to support the feature in
https://github.com/apache/cordova-ios/pull/264
### What testing has been done on this change?
Extensive unit tests in the cordova-ios platform.
### 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.
- [X] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shazron/cordova-lib CB-11936
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/496.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 #496
----
commit a5c780aa19802c0c429a33f0ebe2610d22e0f4a6
Author: Shazron Abdullah <[email protected]>
Date: 2016-10-06T17:29:29Z
CB-11936 - Support 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]