You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
As we use image from third-party services, @qgustavor noted in #18 some of these services are not HTTPS strict. We need to find a way to serve all images safely.
Maybe a proxy would help in your case...
The caveat in manually uploading the images to your server is that if the third-party services changes there images or logos, you have to upload the new image again.
But proxy will securely fetch the data from your back-end, which will get the data from the third party server.
The only caveat here is that the authentication between your server and the third party server is HTTP, but your app users will always get the image over HTTPS.
Regards,
Utkarsh Vishnoi
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As we use image from third-party services, @qgustavor noted in #18 some of these services are not HTTPS strict. We need to find a way to serve all images safely.
Some ideas @turicas and I ventilated:
The text was updated successfully, but these errors were encountered: