You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/10/22 19:07:05 UTC

docs commit: CB-7850 clarify role of whitelist

Repository: cordova-docs
Updated Branches:
  refs/heads/master 0b0e51439 -> 281dc5f7c


CB-7850 clarify role of whitelist


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

Branch: refs/heads/master
Commit: 281dc5f7c5911f9474241c3f79eb25cc9ae65c08
Parents: 0b0e514
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Oct 22 13:06:26 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Oct 22 13:06:26 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/281dc5f7/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 6c73525..b1050f6 100644
--- a/docs/en/edge/guide/appdev/whitelist/index.md
+++ b/docs/en/edge/guide/appdev/whitelist/index.md
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 # Whitelist Guide
 
 Domain whitelisting is a security model that controls access to
-external domains over which you application has no control.  Cordova's
+external domains over which your application has no control.  Cordova's
 default security policy allows access to any site. Before moving your
 application to production, you should formulate a whitelist and allow
 access to specific network domains and subdomains.
@@ -60,6 +60,9 @@ The following examples demonstrate whitelist syntax:
 
   This is the default value for newly created CLI projects.
 
+Note that the whitelist applies only to the main Cordova webview, and does not
+apply to an InAppBrowser webview or opening links in the system web browser.
+
 ## Amazon Fire OS Whitelisting
 
 Platform-specific whitelisting rules are found in


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