Legal
Cookie Policy
Last updated: 2026-04-22·Version: 1.0·Entity: 芯想(深圳)控股有限公司
1. What are cookies? · 什么是 Cookie?
Cookies are small text files stored by your browser. Similar technologies include localStorage, sessionStorage, and IndexedDB. We use them to keep you signed in, remember your language preference, and measure performance.
Cookie 是浏览器存储的小型文本文件。类似技术包括 localStorage、sessionStorage 和 IndexedDB。我们使用它们来保持登录状态、记住语言偏好以及衡量性能。
2. Categories we use · 使用类别
Strictly necessary · 严格必要
- ss-token — authenticated session cookie (14 days, sameSite=lax, secure) used by our edge middleware to gate
/app/*pages. - ss-locale (localStorage) — language preference (EN / CN).
- ss-auth (localStorage) — mirror of session state for client-side rendering.
These are required for the platform to function; they cannot be disabled.
Performance · 性能分析
- Core Web Vitals telemetry — we send anonymized CLS / FCP / INP / LCP / TTFB metrics to our backend via
POST /api/v1/telemetry/web-vitals. No cookies are set; metrics are keyed by a random per-page-load ID.
Functional · 功能
- Cookie consent preference stored locally ("ss-cookie-consent").
What we do not use · 我们 不 使用
- Advertising cookies
- Cross-site tracking
- Third-party analytics (Google Analytics, Mixpanel, etc.)
- Fingerprinting
3. Third-party cookies · 第三方 Cookie
The only third-party cookies we rely on are those set by our payment processors (Stripe, Alipay, WeChat Pay) only on payment pages, and only for fraud prevention. These are documented by each provider.
4. Your choices · 您的选择
- Use your browser's cookie settings to block or delete cookies. Blocking the
ss-tokencookie will sign you out. - Clear
ss-authandss-localefrom localStorage via your browser's developer tools or the "Clear site data" option. - Opt out of performance telemetry by declining in the cookie banner. We honor your choice on all future page loads.