You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/06/14 23:42:50 UTC

[1/4] spec commit: documented whitelisting requirements for mobile-spec

Updated Branches:
  refs/heads/master 20ce78e94 -> 39cf43c8d


documented whitelisting requirements for mobile-spec


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/39cf43c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/39cf43c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/39cf43c8

Branch: refs/heads/master
Commit: 39cf43c8da5818f9dc0e7854c1b747bc0b07784a
Parents: ddb2478
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jun 14 14:19:26 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 14 14:19:26 2012 -0700

----------------------------------------------------------------------
 README.md |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/39cf43c8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 87ef365..5bd0b5f 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,15 @@ This is done so that you don't have to modify every HTML file when you want to t
 The goal is to test mobile device functionality inside a mobile browser.
 Where possible, the Cordova API lines up with HTML 5 spec. Maybe down
 the road we could use this spec for parts of HTML 5, too :)
+
+### Requirements ###
+
+Various parts of this test suite communicate with external servers.
+Therefore, when you wrap up the test suite inside a Cordova application,
+make sure you add the following entries to the whitelist!
+
+- audio.ibeat.org
+- cordova-filetransfer.jitsu.com
+- apache.org (with all subdomains)
+- httpssss://example.com (bad protocol necessary)
+