I've added this site to my HSTS list in Chrome, to ensure I always get the secure version of the site. However, this breaks the Squiffy scratchpad, which is a big annoyance.
Could someone please change the line:
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
to
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
so that it won't generate a security error about a script being loaded on a different protocol? It does it correctly for other scripts and resources.