Add PostHog and Resend disclosures to privacy policy (#1744)
The privacy policy previously only mentioned Sentry, Sparkle, and Ghostty. Added PostHog (website analytics, cookies) and Resend (transactional email for feedback) to both the data collection section and the third-party services list. Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
This commit is contained in:
parent
e569254ef3
commit
e4ded73982
1 changed files with 17 additions and 0 deletions
|
|
@ -58,6 +58,13 @@ export default function PrivacyPolicyPage() {
|
|||
The Application checks for updates via Sparkle, which may transmit your
|
||||
operating system version and application version to our update server.
|
||||
</p>
|
||||
<p>
|
||||
The Site uses PostHog for anonymous analytics, including page views and
|
||||
navigation patterns. PostHog stores a cookie to distinguish unique
|
||||
visitors. No personally identifiable information is collected through
|
||||
analytics. You can opt out by using a browser extension that blocks
|
||||
tracking scripts.
|
||||
</p>
|
||||
|
||||
<h3>2. Information you provide directly</h3>
|
||||
<p>
|
||||
|
|
@ -91,6 +98,16 @@ export default function PrivacyPolicyPage() {
|
|||
<strong>Ghostty / libghostty</strong> — terminal rendering
|
||||
engine. Runs entirely locally on your device.
|
||||
</li>
|
||||
<li>
|
||||
<strong>PostHog</strong> — website analytics. Collects anonymous
|
||||
page view data, navigation patterns, and browser metadata via a
|
||||
first-party proxy. No personally identifiable information is collected.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Resend</strong> — transactional email delivery. Used to
|
||||
deliver feedback submissions from the Application. Your email address
|
||||
is transmitted to Resend only if you voluntarily submit feedback.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
Each of these services has its own privacy policy governing the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue