1. When you stick an image link in a text field, we detect it and render it as image (without you having to provide markup):
  2. We proxy all images so that your ip isn't leaked to the image host.
  3. When you use a link to an image in a 'link' post, it becomes an image post and the image is rendered on the post's page.
  4. Your longest cowboy hat streak is displayed on your profile.
Special thanks to @jowo! They did image link detection work a couple month ago and was really patient waiting for us to ship it. @ekzyis did a lot of the follow through, image proxy work, and the longest cowboy hat change.
niceee. when can we do this for video? πŸ‘€
testing this with a relevant meme in light of today's events
reply
Probably shortly after there’s a gh issue. Proxying might be a lift but otherwise it’s a mime type check
reply
Well done! I love it <3
reply
I see you are making good use of it in the daily discussion :)
reply
reply
Siiiick can never remember [ ] or ( ) !
reply
Love seeing the privacy-centric changes like the image proxy. Nice!!
reply
We proxy all images so that your ip isn't leaked to the image host.
Oh interesting, didn't know this was possible. How do you do this? Just call the website from backend? How do you make sure an .jpg url actually is an image like it says it is?
reply
How do you do this? Just call the website from backend?
Yeah, you can kind of think of us as serving as a VPN for images on the site.
How do you make sure an .jpg url actually is an image like it says it is?
We send an http HEAD request to the url which specifies the type.
reply
How do you make sure an .jpg url actually is an image like it says it is?
We don't. If the website responds with "image" in it's Content-type header to our HEAD request, we proxy it. If not, it will be displayed as a URL on which a user can click.
If it turns out to not be an image during rendering, the image won't be rendered but I would blame the website then since they gave us wrong information.
The assumption is that this will work in 99% of the cases and when we find edge cases, we can think about other solutions.
reply
woohoo! congratulations on the release πŸ”₯πŸ”₯πŸ”₯πŸ”₯
reply
SN sempre evoluindo πŸ’ͺ😎
reply