Updated Branches: refs/heads/master e7dbe83c0 -> 2393c9390
[CB-3962] re-pack lines for editing Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/0c5a40f6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/0c5a40f6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/0c5a40f6 Branch: refs/heads/master Commit: 0c5a40f62e88b97c6a0231e5f3786a28562a4c5d Parents: e7dbe83 Author: Mike Sierra <[email protected]> Authored: Mon Sep 30 11:55:51 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Mon Oct 21 14:22:04 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/appdev/whitelist/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0c5a40f6/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 b288561..4a436be 100644 --- a/docs/en/edge/guide/appdev/whitelist/index.md +++ b/docs/en/edge/guide/appdev/whitelist/index.md @@ -29,9 +29,12 @@ its whitelist and declare access to specific network domains and subdomains. ## Specification -Domain whitelisting lays the groundwork for the [W3C Widget Access][1] specification. In the Widget Access specification, the `<access>` element is used to declare access to specific network resources. Apache Cordova extends this concept to allow whitelisting of individual network resources (URLs). In the future, Apache Cordova will abstract the platform whitelisting implementations. However, for now each platform implements its own resource or domain whitelisting. The differences between platform implementations are described later in this document. - -The general format for whitelist entries follows the "[match pattern][11]" specification for Google Chrome Packaged Apps. Resources are specified by URL, but an asterisk (\*) character may be used as a "wildcard" in several places to indicate "any value may go here". Specific examples are shown below. +Domain whitelisting lays the groundwork for the [W3C Widget Access][1] +specification. In the Widget Access specification, the `<access>` +element is used to declare access to specific network domains. In the +future, Apache Cordova will abstract the platform whitelisting +implementations to the W3C Widget Access specification. However, for +now each platform must implement its own domain whitelisting. ## Syntax
