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/08/27 20:00:40 UTC

spec commit: CB-7410 add test targets to whitelist

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 0eb66f7b5 -> 72cefd4b9


CB-7410 add test targets to whitelist

The InAppBrowser tests target the google.com home page, but recently they
started redirecting all unencrypted traffic to ssl, so we need to add
the https endpoint of google the whitelist.


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

Branch: refs/heads/master
Commit: 72cefd4b9e9e5f090185ca6604d9296dac4bfe23
Parents: 0eb66f7
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Aug 27 13:58:05 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Aug 27 14:00:07 2014 -0400

----------------------------------------------------------------------
 config.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/72cefd4b/config.xml
----------------------------------------------------------------------
diff --git a/config.xml b/config.xml
index b64fc17..20a21d5 100644
--- a/config.xml
+++ b/config.xml
@@ -29,6 +29,7 @@
     <access origin="http://*.apache.org" />
     <access origin="https://*.apache.org" />
     <access origin="http://www.google.com" />
+    <access origin="https://www.google.com" />
     <access origin="http://techslides.com" />
     <access origin="httpssss://example.com" />
     <platform name="blackberry10">