Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Don't redirect from https to http when serving the GIF #25

Open
davidkazuhiro opened this issue Dec 14, 2017 · 1 comment
Open

Don't redirect from https to http when serving the GIF #25

davidkazuhiro opened this issue Dec 14, 2017 · 1 comment

Comments

@davidkazuhiro
Copy link

This causes mixed content issues and means LGTM GIFs don't get shown in some browsers if the site uses the block-all-mixed-content flag

@rahulsom
Copy link
Owner

rahulsom commented Dec 21, 2017

Thanks @davidkazuhiro! I've made some changes that would help future images in b809782.

Earlier, we used to just capture the image url. With this change, if the image is not an https imgur url, it gets uploaded to imgur and then referenced, at submit time. That allows dependably using https.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants