You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/03/30 02:45:37 UTC

ios commit: Removed strange whitelist entry from Cordova.plist

Updated Branches:
  refs/heads/master 76feb1b08 -> 683f439b6


Removed strange whitelist entry from Cordova.plist


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/683f439b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/683f439b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/683f439b

Branch: refs/heads/master
Commit: 683f439b61d25c5f9b5593ccc21fe62403d0c41c
Parents: 76feb1b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 29 17:45:30 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 29 17:45:30 2012 -0700

----------------------------------------------------------------------
 Cordova-based Application/Cordova.plist |    4 +---
 CordovaLib/CordovaLibApp/Cordova.plist  |    4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/683f439b/Cordova-based Application/Cordova.plist
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Cordova.plist b/Cordova-based Application/Cordova.plist
index 88cf228..6081a69 100644
--- a/Cordova-based Application/Cordova.plist	
+++ b/Cordova-based Application/Cordova.plist	
@@ -21,9 +21,7 @@
 	<key>OpenAllWhitelistURLsInWebView</key>
 	<false/>
 	<key>ExternalHosts</key>
-	<array>
-		<string>*.audio.ibeat.org</string>
-	</array>
+	<array/>
 	<key>Plugins</key>
 	<dict>
 		<key>Compass</key>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/683f439b/CordovaLib/CordovaLibApp/Cordova.plist
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLibApp/Cordova.plist b/CordovaLib/CordovaLibApp/Cordova.plist
index 88cf228..6081a69 100644
--- a/CordovaLib/CordovaLibApp/Cordova.plist
+++ b/CordovaLib/CordovaLibApp/Cordova.plist
@@ -21,9 +21,7 @@
 	<key>OpenAllWhitelistURLsInWebView</key>
 	<false/>
 	<key>ExternalHosts</key>
-	<array>
-		<string>*.audio.ibeat.org</string>
-	</array>
+	<array/>
 	<key>Plugins</key>
 	<dict>
 		<key>Compass</key>