6 ms·
I wish there was a standard way of disabling telemetry across software dependencies. While I leave it turned on for personal projects, several projects at work
by taveras 4y ago
I wish there was a standard way of disabling telemetry across software dependencies.
While I leave it turned on for personal projects, several projects at work require disabling it.
I have spent hours auditing through transitive dependencies to turn it off.
It should not be this painful.
- slimsag 4y agoNo reason they couldn't all aim to respect a `TELEMETRY=false` env var, akin to the web's 'do not track' request.
- ComodoHacker 4y agoDoes anyone really respect DNT though?
- userbinator 4y agoA firewall is probably your best bet. Don't allow network traffic originating from anything other than a short whitelist.