Skip to content

Commit

Permalink
Diagnostics data is only pseudonymous, not anonymous
Browse files Browse the repository at this point in the history
It's only pseudonymous since with additional knowledge (which stacker uses which fancy name), we could trace the evnts back to individual stackers.

Data is only anonymous if this is not possible - it must be irreversible.
  • Loading branch information
ekzyis committed Sep 9, 2023
1 parent 2f2dd72 commit 7a85474
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pages/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,17 +242,16 @@ export default function Settings ({ ssrData }) {
<div className='d-flex align-items-center'>allow diagnostics
<Info>
<ul className='fw-bold'>
{
/** TODO: better disclaimer */
}
<li>collect and send back anonymized diagnostics data</li>
<li>collect and send back diagnostics data</li>
<li>this information is used to identify and fix bugs</li>
<li>this information includes:
<ul><li>timestamps</li></ul>
<ul><li>a randomly generated fancy name</li></ul>
<ul><li>your user agent</li></ul>
<ul><li>your operating system</li></ul>
</li>
<li>this information can not be traced back to you without your fancy name</li>
<li>fancy names are generated in your browser</li>
</ul>
<div className='text-muted fst-italic'>your fancy name: {logger.name}</div>
</Info>
Expand Down

0 comments on commit 7a85474

Please sign in to comment.