Duplicate sitemap Ping Urls do not use https

Xon

Well-known member
Affected version
1.5.20 beta 2
These urls probably should be https for consistency;
PHP:
        protected $_sitemapPingUrls = array(
                'Google' => 'http://www.google.com/webmasters/tools/ping?sitemap=%s',
                'Bing' => 'http://www.bing.com/ping?sitemap=%s'
        );
 
Top Bottom