MadOgre / shout-in-the-dark

Whisper clone
1 stars 2 forks source link

HTTPS errors in console because of non-secure HTTP image requests #49

Open MadOgre opened 7 years ago

MadOgre commented 7 years ago

Possible solutions:

  1. Limit images to https-only images
  2. Proxy images through the backend
  3. Decide to forgo the HTTPS (not likely but still a possibility)
MadOgre commented 7 years ago

This issue is blocked until #10 is resolved. Most likely solution will be 2. Proxy images through the back-end. Could turn out to be request-expensive. Will update once #10 is resolved.