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/27 17:06:53 UTC

docs commit: CB-7876 Add reminder of redirects affecting whitelist

Repository: cordova-docs
Updated Branches:
  refs/heads/master a5168e9bd -> f3ed7f1d6


CB-7876 Add reminder of redirects affecting 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/f3ed7f1d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/f3ed7f1d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/f3ed7f1d

Branch: refs/heads/master
Commit: f3ed7f1d62eb15a7a4c4b699234594ce2a8e9bb9
Parents: a5168e9
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Oct 27 12:05:52 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Oct 27 12:05:52 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f3ed7f1d/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 b1050f6..48d91b0 100644
--- a/docs/en/edge/guide/appdev/whitelist/index.md
+++ b/docs/en/edge/guide/appdev/whitelist/index.md
@@ -60,6 +60,14 @@ The following examples demonstrate whitelist syntax:
 
   This is the default value for newly created CLI projects.
 
+Be aware that some websites may automatically redirect from their home page to
+a different url, such as using https protocol or to a country-specific
+domain. For example http://www.google.com will redirect to use SSL/TLS at
+https://www.google.com, and then may further redirect to a geography such as
+https://www.google.co.uk. Such scenarios may require modified or additional
+whitelist entries beyond your initial requirement. Please consider this
+as you are building your whitelist.
+
 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.
 


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