consoledonottrack.com/index.markdown

47 lines
1.3 KiB
Markdown
Raw Normal View History

2019-11-15 01:43:12 +00:00
---
layout: page
base: .
---
# Console Do Not Track (DNT)
{{ site.description }}
2019-11-15 02:06:52 +00:00
[Gatsby](https://www.gatsbyjs.org/) has `GATSBY_TELEMETRY_DISABLED`.
[Homebrew](https://brew.sh/) has `HOMEBREW_NO_ANALYTICS`.
[Syncthing](https://syncthing.net/) has `STNOUPGRADE` and some config file
setting for disabling crash reporting. Etcher has... well,
2019-11-15 01:43:12 +00:00
[nothing](https://github.com/balena-io/etcher/issues/2057).
This is a proposal for a single, standard environment variable that plainly
2019-11-15 02:06:52 +00:00
and unambiguously expresses LACK OF CONSENT by a user of that software to
**any** of the following:
2019-11-15 01:43:12 +00:00
* ad tracking
2019-11-15 02:06:52 +00:00
* usage reporting, anonymous or not
2019-11-15 01:43:12 +00:00
* automatic update phone-home
2019-11-15 02:06:52 +00:00
* crash reporting
* non-essential-to-functionality requests of *any kind* to the creator of
the software or other cloud or tracking services
We just want local software, and by providing it to us you are not entitled
to our usage, our crashes, or our IP addresses.
2019-11-15 02:08:22 +00:00
Authors, do the *ethical thing* and respect the following environment
variable in your software and your *limited rights to the computers of your
users*:
2019-11-15 02:06:52 +00:00
<div class="card card-body bg-light text-center">
<h1><code>export DO_NOT_TRACK=1</code></h1>
</div>
2019-11-15 01:43:12 +00:00
# PRs and Status
2019-11-15 02:06:52 +00:00
* homebrew: coming soon
* gatsby: coming soon
* syncthing: coming soon
* others: [get
involved](https://github.com/sneak/consoledonottrack.com/pulls)
2019-11-15 01:43:12 +00:00