Hmm, these probably should be using https, but now Google Voice just gives me a diffe...
authorepage <eopage@byu.net>
Wed, 18 Mar 2009 01:45:38 +0000 (01:45 +0000)
committerepage <eopage@byu.net>
Wed, 18 Mar 2009 01:45:38 +0000 (01:45 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@223 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gv_backend.py

index 2ff38f8..6f3e7f8 100644 (file)
@@ -71,9 +71,9 @@ class GVDialer(object):
        _validateRe = re.compile("^[0-9]{10,}$")
        _gvDialingStrRe = re.compile("This may take a few seconds", re.M)
 
-       _clicktocallURL = "http://www.google.com/voice/m/callsms"
-       _contactsURL = "http://www.google.com/voice/mobile/contacts"
-       _contactDetailURL = "http://www.google.com/voice/mobile/contact"
+       _clicktocallURL = "https://www.google.com/voice/m/callsms"
+       _contactsURL = "https://www.google.com/voice/mobile/contacts"
+       _contactDetailURL = "https://www.google.com/voice/mobile/contact"
 
        _loginURL = "https://www.google.com/accounts/ServiceLoginAuth"
        _setforwardURL = "https://www.google.com//voice/m/setphone"