establish telemetry opt-out wall of shame

This commit is contained in:
Emil Lerch 2024-11-02 10:11:47 -07:00
parent 5ba203f133
commit 828d5fc1b9
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -8,10 +8,18 @@ export ENV="$HOME/.profile"
# QT5
export QT_STYLE_OVERRIDE="Adwaita-Dark"
# .NET
export DOTNET_CLI_TELEMETRY_OPTOUT=1 # Really? We now have to do this???
# AWS
export AWS_VAULT_BACKEND=secret-service
export AWS_SESSION_TOKEN_TTL=24h
export AWS_FEDERATION_TOKEN_TTL=24h
# Really? We now have to do this???
#########################################################################
# TELEMETRY OPT-OUT WALL OF SHAME
#########################################################################
# CLOUDFLARE
export CREATE_CLOUDFLARE_TELEMETRY_DISABLED=1
# .NET
export DOTNET_CLI_TELEMETRY_OPTOUT=1