Updated sitemaps.ping_google() to use https.

This commit is contained in:
Matt Robenolt 2015-11-02 15:10:50 -08:00 committed by Tim Graham
parent 4921d4e59f
commit 46e776732f
1 changed files with 1 additions and 1 deletions

View File

@ -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):