Skip to content

Commit

Permalink
Fixed RefyRequester certificates validation
Browse files Browse the repository at this point in the history
  • Loading branch information
N7ghtm4r3 committed Aug 26, 2024
1 parent cd75b3f commit fd2c461
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class RefyRequester(
userId = userId,
userToken = userToken,
connectionTimeout = 5000,
connectionErrorMessage = DEFAULT_CONNECTION_ERROR_MESSAGE
connectionErrorMessage = DEFAULT_CONNECTION_ERROR_MESSAGE,
enableCertificatesValidation = true
) {

/**
Expand Down

0 comments on commit fd2c461

Please sign in to comment.