|
|
|
|
|
by edent
4433 days ago
|
|
Think I may have found a bug. When trying to load a JSON feed which isn't behind HTTPS, FireFox blocks it from being loaded on the board: `Blocked loading mixed active content` https://developer.mozilla.org/en-US/docs/Security/MixedConte... In an ideal world, every cheap IoT device would have an valid SSL certificate - but that's a long way off. Perhaps your site should try to proxy the requests rather than relying on the user's browser? |
|
It's something we'll have to fix— maybe an option to turn off SSL for the freeboard, or like you say, create a proxy.
We'll look into it and have a solution soon.