Updated Branches: refs/heads/master e1c4845c4 -> c356f6c62
[CB-4075] Add scheme to access origin attributes in config.xml 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/c356f6c6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/c356f6c6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/c356f6c6 Branch: refs/heads/master Commit: c356f6c625a036579e6dbfdebfb103a066913d17 Parents: e1c4845 Author: Bryan Higgins <[email protected]> Authored: Thu Jul 4 15:04:20 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Thu Jul 4 15:04:20 2013 -0400 ---------------------------------------------------------------------- config.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/c356f6c6/config.xml ---------------------------------------------------------------------- diff --git a/config.xml b/config.xml index 1a38b63..4ec8a68 100644 --- a/config.xml +++ b/config.xml @@ -4,10 +4,11 @@ <description> Cordova test suite. </description> - <access origin="audio.ibeat.org" /> - <access origin="cordova-filetransfer.jitsu.com" /> - <access origin="whatheaders.com" /> - <access origin="apache.org" subdomains="true"/> - <access origin="www.google.com" /> + <access origin="http://audio.ibeat.org" /> + <access origin="http://cordova-filetransfer.jitsu.com" /> + <access origin="http://whatheaders.com" /> + <access origin="http://apache.org" subdomains="true"/> + <access origin="https://apache.org" subdomains="true"/> + <access origin="http://www.google.com" /> <access origin="httpssss://example.com" /> </widget>
