createcandle / Candle-manager-addon

An add-on for the Candle Controller / WebThings Gateway. It allows you to upload code to Arduino's with the click of a button.
MIT License
5 stars 5 forks source link

[FIX] mixed content warnings #10

Closed RMHogervorst closed 4 years ago

RMHogervorst commented 4 years ago

This should fix #9 #7 I believe the page did not load because the request was insecure (using http) instead of https. This change replaces the http requests with https.

There is also some http in the SVG somewhere, but I'm not sure if that is related or necessary to change. I also don't know if this works, is there a testsuite to try out?

flatsiedatsie commented 4 years ago

Thanks, buy your fix might have lead to non-https systems to not work? In any case, A fix was created. The next step is to move away form the iframe all together.