Skip to content

Commit

Permalink
Sonarcloud issue suppress
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 9, 2025
1 parent 33de750 commit f4f405f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private fun OkHttpClient.Builder.setupClient(): OkHttpClient.Builder {
}
}
.connectionSpecs(
mutableListOf(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT)
mutableListOf(ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT) //NOSONAR User is fully responsible for this functionality to take place
)
}

Expand Down

0 comments on commit f4f405f

Please sign in to comment.