Updated sitemaps.ping_google() to use https.
This commit is contained in:
parent
4921d4e59f
commit
46e776732f
|
@ -6,7 +6,7 @@ from django.utils import translation
|
|||
from django.utils.six.moves.urllib.parse import urlencode
|
||||
from django.utils.six.moves.urllib.request import urlopen
|
||||
|
||||
PING_URL = "http://www.google.com/webmasters/tools/ping"
|
||||
PING_URL = "https://www.google.com/webmasters/tools/ping"
|
||||
|
||||
|
||||
class SitemapNotFound(Exception):
|
||||
|
|
Loading…
Reference in New Issue