wilr / silverstripe-googlesitemaps

Google Sitemaps module for the SilverStripe CMS
BSD 3-Clause "New" or "Revised" License
74 stars 95 forks source link

Use protocolless URL for external resource #88

Closed edlinklater closed 9 years ago

edlinklater commented 9 years ago

So jQuery loads if sitemap.xml is requested via HTTPS

wilr commented 9 years ago

Protocoless URI's are now an antipattern (http://www.paulirish.com/2010/the-protocol-relative-url/) should just use https.

edlinklater commented 9 years ago

@wilr I can never keep up with what is the "right" way and the "wrong" way these days!