Steps to reproduce:
- Use Firefox browser.
- Navigate to website homepage
https://ndn-lite.named-data.net
- Look at Developer Console.
Actual: error message
Blocked loading mixed active content “http://ndn-lite.named-data.net/assets/js/jquery.min.js”
Expected: no such error
Typically, HTML pages do not need to reference the scheme (http vs https) of the website. Instead, starting the links with //ndn-lite.named-data.net and the render engine will choose the same scheme as the HTML page itself.