Skip to content

Commit

Permalink
Remove redundant "text" keyword in http logger exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonman01 committed Sep 19, 2024
1 parent 153f882 commit f343a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/wire/bots/polls/setup/HttpClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ private val Logger.Companion.TRACE: Logger
}
}

private val blockedWordList = listOf("Authorization", "token", "Bearer", "text")
private val blockedWordList = listOf("Authorization", "token", "Bearer")

0 comments on commit f343a52

Please sign in to comment.