You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/10/05 23:57:21 UTC

docs commit: CB-9722 - Document new and attributes for iOS

Repository: cordova-docs
Updated Branches:
  refs/heads/master 2a6e8437c -> 35241fa02


CB-9722 - Document new <access> and <allow-navigation> attributes for iOS


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/35241fa0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/35241fa0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/35241fa0

Branch: refs/heads/master
Commit: 35241fa028cb0fa2ede4cdef62c360527d1e1542
Parents: 2a6e843
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 5 14:57:13 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 5 14:57:13 2015 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/appdev/whitelist/index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/35241fa0/docs/en/edge/guide/appdev/whitelist/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/appdev/whitelist/index.md b/docs/en/edge/guide/appdev/whitelist/index.md
index 2344fbb..1b0b1ac 100644
--- a/docs/en/edge/guide/appdev/whitelist/index.md
+++ b/docs/en/edge/guide/appdev/whitelist/index.md
@@ -95,6 +95,16 @@ prior to 4.0.0, see older versions of this documentation.
 As above, see [cordova-plugin-whitelist][wlp] for details.  For cordova-ios
 prior to 4.0.0, see older versions of this documentation.
 
+[Application Transport Security (ATS)](https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/) is new in iOS 9 (Xcode 7). This new feature acts as a whitelist for your app. The cli will automatically convert &lt;access&gt; and &lt;allow-navigation&gt; tags to the appropriate ATS directives.
+
+The two tags mentioned above support these two new attributes below, which have their equivalents in ATS:
+
+    1. minimum-tls-version (String, defaults to 'TLSv1.2')
+	2. requires-forward-secrecy (Boolean, defaults to 'true')
+	
+See the [ATS Technote](https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/) for details.
+
+
 ## BlackBerry 10 Whitelisting
 
 The whitelisting rules are found in `www/config.xml`.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org