ripienaar / gdash

A dashboard for Graphite
http://www.devco.net/
Apache License 2.0
754 stars 117 forks source link

make link to jquery-ui.css protocol relative #111

Closed davewongillies closed 11 years ago

davewongillies commented 11 years ago

When serving out gdash over https, some browsers (eg the latest version of Firefox) block the link to jquery-ui.css since its href is specifically pointing to a http URL. Changed the href to a protocol relative URL.

davewongillies commented 11 years ago

Relative URLS are a part of RFC 3986 which dates back to 2005. Doing a quick look around the only reference to browsers not working that I can find is IE6 (and its issue seems to revolve around SNI) and Dillo.

ripienaar commented 11 years ago

OK :) thanks!