Updated sanitizer dictionary
This commit is contained in:
parent
9a9f850697
commit
cff1e4801b
1 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue