Skip to content

Commit

Permalink
Merge pull request #460 from Ecwid/ECWID-156365
Browse files Browse the repository at this point in the history
ECWID-156365 - added masked token in json and key-value-pair.
  • Loading branch information
Alexeyyy authored Jan 29, 2025
2 parents 49ee53e + 8c93f52 commit 6a4b9c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/com/ecwid/apiclient/v3/util/SecurePatterns.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ private const val PARAM_VALUE_PATTERN = "([^;,)]+)"

private val GLOBAL_SECURE_PATTERNS = listOf(
createKeyValueSecurePattern("email"),
createKeyValueSecurePattern("token"),
createJsonSecurePattern("email"),
createJsonSecurePattern("token"),
createJsonSecurePattern("name"),
createJsonSecurePattern("firstName"),
createJsonSecurePattern("lastName"),
Expand Down

0 comments on commit 6a4b9c9

Please sign in to comment.