From cff1e4801b6b771e666ed5fca700ecafef1b28a1 Mon Sep 17 00:00:00 2001 From: estradino Date: Fri, 20 Sep 2024 11:49:28 -0400 Subject: [PATCH] Updated sanitizer dictionary --- spot/utils/networkTracking.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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",