From 828d5fc1b96bbea0d795f063a2eeff9ac7cb14f7 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 2 Nov 2024 10:11:47 -0700 Subject: [PATCH] establish telemetry opt-out wall of shame --- .exports | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.exports b/.exports index 10e1364..ecbd6d4 100644 --- a/.exports +++ b/.exports @@ -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