Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

violating our Malicious Behavior or User Data policy. #3

Open
luciddreams opened this issue Aug 16, 2018 · 2 comments
Open

violating our Malicious Behavior or User Data policy. #3

luciddreams opened this issue Aug 16, 2018 · 2 comments

Comments

@luciddreams
Copy link

Google Play will raise an 'SSL Error Handler Vulnerability' when submitted to the play store and reject the binary if SSL errors are ignored like here:

public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) {
handler.proceed();
}

@uokesita
Copy link

uokesita commented Apr 9, 2019

@luciddreams Did you find a solution for this?

@uokesita
Copy link

I was able to bypass this, modifying the onReceivedSslError method inside the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants