Non-secure Edgefonts Server causes browsers to block web sites
I have run into a bad problem when using Edgefonts.
They were originally installed through Dreamweaver onto my Macs with an unsecure http (without the "S") address as their source (instead of from the alternative secure "https://" source) and this is causing blocked access to my websites.
I have repeatedly removed the non-secure http version from my files but it persists in reinserting itself in my source code and I desperately need to know how to get rid of that code permanently although I do want to use this particular Edgefont on a web site which I am building.
This is the correct source:
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="https://use.edgefonts.net/source-sans-pro:n4,n6,i7,i2,n2:default.js" type="text/javascript"></script>.
The source which causes the trouble is the very similar, but thoroughly dangerous:
<script src="http://use.edgefonts.net/source-sans-pro:n4,n6,i7,i2,n2:default.js" type="text/javascript"></script>.
The http source needs to be permanently removed from Edgefonts' Servers immediately.
