Skip to content

Instantly share code, notes, and snippets.

@yujinqiu
Created July 14, 2026 16:13
Show Gist options
  • Select an option

  • Save yujinqiu/3619f9279c7a96425bf66c0c2497e83e to your computer and use it in GitHub Desktop.

Select an option

Save yujinqiu/3619f9279c7a96425bf66c0c2497e83e to your computer and use it in GitHub Desktop.
Standby Privacy Policy
<!--
[INPUT]: 依赖 Standby 的本地设置、WKWebView 网页存储与无后端数据流边界
[OUTPUT]: 对外提供 Standby 隐私政策公开页
[POS]: privacy 的 Standby 合规文档,被 App Store 隐私链接消费
[PROTOCOL]: 变更时更新此头部,然后检查 AGENTS.md
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Standby Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
margin: 0 auto;
max-width: 760px;
padding: 32px 20px 56px;
color: #202124;
}
h1 { line-height: 1.2; }
h2 { margin-top: 28px; }
</style>
</head>
<body>
<h1>Standby Privacy Policy</h1>
<p>
Hangzhou Duoziwei Technology Co.,Ltd ("we," "our," or "us") built
Standby (the "App"). This policy explains how information is handled when
you use the App.
</p>
<h2>Data We Collect</h2>
<p>
We do not collect, transmit, sell, or share personal data, usage data,
diagnostics, or analytics from the App. The App does not include our own
account system, advertising SDK, analytics SDK, or tracking technology.
</p>
<h2>Data Stored on Your Mac</h2>
<p>
Preferences such as your selected website, interaction sensitivity, panel
size, and panel position are stored locally on your Mac. Standby also uses
the macOS WebKit data store so websites can retain cookies, login sessions,
caches, and related website data on your device. We do not receive this
local data.
</p>
<h2>Third-Party Websites</h2>
<p>
Standby is a web panel that opens the website you choose. Websites loaded
in the App communicate directly with their own servers and may collect or
process information under their own privacy policies. We do not control
those websites or receive the information you submit to them. Review the
privacy policy of each website before using it.
</p>
<h2>Children’s Privacy</h2>
<p>
We do not knowingly collect personal information from children. Third-party
websites opened in Standby may apply their own age requirements and privacy
practices.
</p>
<h2>Changes to This Policy</h2>
<p>
We may update this policy when the App’s data practices change. Revisions
will be posted on this page with a new effective date.
</p>
<h2>Contact Us</h2>
<p>
For privacy questions, contact
<a href="mailto:support@duoziwei.net">support@duoziwei.net</a>.
</p>
<p><strong>Effective date:</strong> July 14, 2026</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment