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",
"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",