mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
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…
x
Reference in New Issue
Block a user