-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated imgur host to always load gif/gifv/mp4 over https #3636
updated imgur host to always load gif/gifv/mp4 over https #3636
Conversation
Ref Dupe #3451 |
not all `info` will have a `link` (as Flow so helpfully points out to us :P), and this brings the replacement closer to the usage
f5fb77e
to
7de9f80
Compare
Thanks! |
Since recently, no image from imgur.com will expand on Reddit. Is this because of this? From my location both imgur.com and i.imgur.com have invalid SSL certificates (Chrome says "security certificate is from a.ssl.fastly.net") |
@remram44 can you link to a post where the expand doesn't work? |
This change only affects .gifv links, so this can't be it. PR comments are not the right place to discuss potential issues, please post to /r/RESissues (preferred) or create a GitHub issue. |
fixes #3635
on another note, should the host module itself maybe always make sure the request is being made over https? or are there hosts that don't support it?
edit (@erikdesjardins): closes #3451