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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

GitHub spy on user reading emails (2014)

8 点作者 nohawp大约 9 年前

5 条评论

tedmiston大约 9 年前
This is one of my favorite features of GitHub, alongside reply by email to comment.<p>Does anyone know how their beacons get around Gmail&#x27;s tracking buster? (<a href="https:&#x2F;&#x2F;gmail.googleblog.com&#x2F;2013&#x2F;12&#x2F;images-now-showing.html" rel="nofollow">https:&#x2F;&#x2F;gmail.googleblog.com&#x2F;2013&#x2F;12&#x2F;images-now-showing.html</a>)
评论 #11506851 未加载
jjbiotech大约 9 年前
This is a very commonly implemented practice in HTML emails. Nothing to bust out your tinfoil hat over (just keep it on your desk, I&#x27;m sure it will be needed after reading other HN posts). Just disable loading external images by default in your email client if you don&#x27;t want these services to know if you&#x27;ve read their email.
heeton大约 9 年前
&quot;I&#x27;m paranoid enough to be worried about an email beacon. But instead of protecting myself with a secure client or text-only mode, I&#x27;d like to trust that people aren&#x27;t going to track me.&quot;<p>Right.
desbest大约 9 年前
A beacon doesn&#x27;t mean they&#x27;re reading the content of the email.
评论 #11506830 未加载
tehwebguy大约 9 年前
If you want to add this to your Rails app with basically no configuration check out the Ahoy gem.