Updated sanitizer dictionary

This commit is contained in:
estradino 2024-09-20 11:49:28 -04:00
parent 9a9f850697
commit cff1e4801b

View file

@ -38,8 +38,15 @@ const sensitiveParams = new Set([
"mdp", "mdp",
"token", "token",
"bearer", "bearer",
"jwt",
"api_key",
"api-key",
"apiKey",
"key", "key",
"secret", "secret",
"id",
"user",
"userId",
"email", "email",
"ssn", "ssn",
"name", "name",
@ -48,6 +55,8 @@ const sensitiveParams = new Set([
"birthdate", "birthdate",
"dob", "dob",
"address", "address",
"zip",
"zipcode",
"x-api-key", "x-api-key",
"www-authenticate", "www-authenticate",
"x-csrf-token", "x-csrf-token",