6 ms·
In addition to the mixed content issue on Chrome, I've pushed out a fix for the tab completion component. It too inherently suffers from mixed content because
by cainetighe 14y ago
In addition to the mixed content issue on Chrome, I've pushed out a fix for the tab completion component. It too inherently suffers from mixed content because our autocomplete server only does HTTP at the moment.
Please let us know if you see anymore issues.
- ronbo 14y agoany chance you could get the URLs to behave like links?
- cainetighe 14y agoYou mean wrap them in <a href>?
- dhruvbird 14y agohttp & https mismatch for the page and the auto-complete end-point.
- dhruvbird 14y agoThanks for the fixes! :)