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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is Your App Private?

3 点作者 prithsr超过 3 年前
Every new website/product/service claims they respect privacy and don't store your information on their servers - how can someone without profound technical abilities verify this? It can't just be blind trust, can it?

2 条评论

drudoo超过 3 年前
With physical products that you connect to your network (eg. IoT devices such as smart light and other things) you can usually check dns requests. If you have something like pi-hole or Adguard installed, dns requests will be directed those and you can check your logs. You should of course block any other dns request in your firewall so hardcoded dns won’t work.<p>If you use a website it is hard (or impossible) to know if your data is secure and private.
legrande超过 3 年前
One way to spy on an app&#x27;s traffic is to setup NextDNS with logging turned on, and then watch it as you open the app, see what it talks to. You can&#x27;t see the actual content, only DNS requests, but DNS alone can sometimes be enough to &#x27;catch&#x27; the app phoning home.