@@ -74,11 +74,13 @@ export default function PrivacyPage() {
7474 The short version
7575 </ h2 >
7676 < p className = "mt-2 text-[15px] leading-7 text-muted-foreground" >
77- There are no analytics, no tracking cookies, and no advertising
78- on this site. The only personal data collected is an email
79- address, and only if you type one into the newsletter form. It
80- is never sold or shared, and you can have it deleted at any time
81- by emailing < MailLink /> .
77+ There are no tracking cookies, no advertising, and no analytics
78+ scripts running in your browser. Cloudflare records anonymous,
79+ aggregate traffic statistics from ordinary web requests. The
80+ only personal data collected is an email address, and only if
81+ you type one into the newsletter form. It is never sold or
82+ shared, and you can have it deleted at any time by emailing{ " " }
83+ < MailLink /> .
8284 </ p >
8385 </ div >
8486 </ div >
@@ -97,15 +99,24 @@ export default function PrivacyPage() {
9799 the moment of the request and is not written to any database or
98100 logged by this site.
99101 </ p >
102+ < p >
103+ < span className = "text-foreground" > Aggregate traffic data</ span > .
104+ Cloudflare, which serves this site, reports totals such as page
105+ views, referring sites, and country-level location. This is
106+ derived from the ordinary web requests your browser already makes.
107+ Nothing is stored on your device for it, it is only ever seen as
108+ totals, and it is not linked to you or to any email address.
109+ </ p >
100110 </ Section >
101111
102112 < Section title = "What is not collected" >
103113 < p >
104- No analytics or measurement scripts of any kind run on this site.
105- There are no tracking cookies, no advertising pixels, no
114+ No analytics or measurement scripts of any kind run in your
115+ browser. There are no tracking cookies, no advertising pixels, no
106116 fingerprinting, no session recording, and no profiling. Fonts are
107- served from this domain rather than a third party, and browsing
108- the docs is not recorded or associated with you.
117+ served from this domain rather than a third party, and the pages
118+ you visit are not tied to your identity or used to build a profile
119+ of you.
109120 </ p >
110121 < p >
111122 Your data is never sold, rented, or shared for anyone else’s
@@ -129,8 +140,9 @@ export default function PrivacyPage() {
129140 < ExternalLink href = "https://www.cloudflare.com/privacypolicy/" >
130141 Cloudflare
131142 </ ExternalLink > { " " }
132- hosts the site and runs the form endpoint, including the Turnstile
133- anti-bot check.
143+ hosts the site, runs the form endpoint including the Turnstile
144+ anti-bot check, and provides the aggregate traffic statistics
145+ described above.
134146 </ p >
135147 < p >
136148 < ExternalLink href = "https://resend.com/legal/privacy-policy" >
0 commit comments