[CB-4203] pre-3.0 android whitelisting n/a for images/scripts
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/4fa156e2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/4fa156e2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/4fa156e2 Branch: refs/heads/master Commit: 4fa156e262caf081ab0a53749aaf3e67f7eaa870 Parents: e3326b4 Author: Mike Sierra <[email protected]> Authored: Mon Sep 30 13:42:22 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Mon Oct 21 14:38:00 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/appdev/whitelist/index.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4fa156e2/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 09b5506..6760d96 100644 --- a/docs/en/edge/guide/appdev/whitelist/index.md +++ b/docs/en/edge/guide/appdev/whitelist/index.md @@ -64,6 +64,9 @@ The following examples demonstrate whitelist syntax: Platform-soecific whitelisting rules are found in `res/xml/config.xml`. +For Android versions prior to 3.0, domain whitelisting only works for +`href` hyperlinks, not embedded resources such as images and scripts. + ## iOS Whitelisting The platform's whitelisting rules are found in the named application
