morsdyce / mimic

Seamless client side mocking
https://mimic.js.org
MIT License
395 stars 37 forks source link

Use secure connection: http => https #292

Open ghost opened 4 years ago

ghost commented 4 years ago

In many places in code we use http instead of https. For example: http://i.imgur.com/QRlAg0b.png

The homepage of mimic also suffers from this issue:

image