I'm trying to create a JSFiddle loading external resources (Flot). However, when I add my external resource:
http://www.flotcharts.org/flot/jquery.flot.js
I get this alert error in JSFiddle
You're loading resources over HTTP not HTTPS, your fiddle will not work. Do you wish to continue?
However, the https version of flot,
https://www.flotcharts.org/flot/jquery.flot.js
has security warnings associated with it (in Chrome, the error is listed as "Your connection is not private"). What is the proper way to extenrally load flot into a JSFiddle?