diff --git a/spot/utils/networkTracking.ts b/spot/utils/networkTracking.ts index d1405cc82..7c86c068f 100644 --- a/spot/utils/networkTracking.ts +++ b/spot/utils/networkTracking.ts @@ -38,8 +38,15 @@ const sensitiveParams = new Set([ "mdp", "token", "bearer", + "jwt", + "api_key", + "api-key", + "apiKey", "key", "secret", + "id", + "user", + "userId", "email", "ssn", "name", @@ -48,6 +55,8 @@ const sensitiveParams = new Set([ "birthdate", "dob", "address", + "zip", + "zipcode", "x-api-key", "www-authenticate", "x-csrf-token",