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 1a615aa commit 33de750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private fun buildUnsafeClient(): OkHttpClient {
val sslSocketFactory = sslContext.socketFactory
return OkHttpClient.Builder()
.sslSocketFactory(sslSocketFactory, trustAllCerts[0] as X509TrustManager)
.hostnameVerifier { _, _ -> true }
.hostnameVerifier { _, _ -> true } //NOSONAR User is fully responsible for this functionality to take place
.setupClient()
.build()
}
Expand Down

0 comments on commit 33de750

Please sign in to comment.