TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Open gmail, see image blocked.... hey wait

6 点作者 legion050将近 12 年前
Lastpass ticket confirmation, images blocked but they&#x27;re not really... So how is this happening?<p>http:&#x2F;&#x2F;img43.imageshack.us&#x2F;img43&#x2F;6353&#x2F;wqo.png

7 条评论

songgao将近 12 年前
I guess it&#x27;s encoded (embedded) in the email body? The src is not pointing to any external resource. I<p>One of the purpose of blocking images is to prevent tracking by sender. Embedded images won&#x27;t require a request to sender&#x27;s server to display so there&#x27;s no need to block it?
评论 #6024457 未加载
veesahni将近 12 年前
Emails attachments can be used as inline images. If an attachment is being used as an image, gmail no longer shows it as an attachment.<p>In the linked email, there were attachments used as images (as shown) and possibly additional image tags which source remote images.<p>There&#x27;s no harm in auto-loading inline images. However, remote images can be used for tracking.
bigiain将近 12 年前
It&#x27;s using a relative url for the image.<p>There is no image at <a href="https://mail.google.com/?ui=2&amp;ik=" rel="nofollow">https:&#x2F;&#x2F;mail.google.com&#x2F;?ui=2&amp;ik=</a> …<p>My guess is that the blue shape and text are in the css somewhere.
t0将近 12 年前
Are they attachments?
legion050将近 12 年前
Inline if so, I have no option to download or retrieve.
eranation将近 12 年前
I&#x27;ve seen it before, had the same question.
legion050将近 12 年前
also, is this common? I haven&#x27;t seen this until now.