colin-scott / interactive_latencies

Jeff Dean's latency numbers plotted over time
MIT License
2.06k stars 455 forks source link

Update JS libraries and load them over HTTPs #4

Closed cdman closed 8 years ago

cdman commented 8 years ago

This makes the page work when loaded over HTTPs (otherwise it gives mixed mode warning / refuses to load the assets on some browsers).

cdman commented 8 years ago

Hello,

Thank you for merging the change. I see that in the end you chose the protocol independent URLs instead of always using HTTPS (ie. src="// instead of src="https://).

While this may be faster in some edge-cases, I personally prefer to just use https:// always since: