diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-13 18:10:13 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-13 18:10:13 +0000 |
commit | f66b805206f7e28d96161fa9abc077c0a9d60b2c (patch) | |
tree | 71fa29a58860ed0c203585ee4615528c8879820f | |
parent | c18dc4eae8a42ac90b4eceb74af5d347f9d868ec (diff) |
tidy up whitelist for local testing
-rw-r--r-- | phonegap/iPhone/FixMyStreet/Cordova.plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phonegap/iPhone/FixMyStreet/Cordova.plist b/phonegap/iPhone/FixMyStreet/Cordova.plist index dd600894d..dee5f54c1 100644 --- a/phonegap/iPhone/FixMyStreet/Cordova.plist +++ b/phonegap/iPhone/FixMyStreet/Cordova.plist @@ -22,12 +22,10 @@ <false/> <key>ExternalHosts</key> <array> - <string>photek.local</string> <string>mapit.mysociety.org</string> - <string>matthew.fixmystreet.dev.mysociety.org</string> <string>*.tile.openstreetmap.org</string> - <string>struan.fixmystreet.com</string> <string>*.virtualearth.net</string> + <string>192.168.1.*</string> </array> <key>Plugins</key> <dict> |