szym / display

Lightweight browser-based display server
MIT License
212 stars 46 forks source link

browser gives error when display is behind a https proxy #25

Open zig opened 8 years ago

zig commented 8 years ago

Here's the error in firefox :

Blocked loading mixed active content "http://dygraphs.com/1.1.0/dygraph-combined-dev.js"

Browsers don't like to mix http and https content. Simply embedding the script into the static/ directory and change index.html fix the issues (and seems also more safe too).