You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Hi,
I am using your library for our Android application. Now I am getting the following warning from Google Play store.
"Your app is using an unsafe implementation of WebViewClient.onReceivedSslError handler. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.
Vulnerable classes:com.microsoft.live.AuthorizationRequest$OAuthDialog$AuthorizationWebViewClient"
Here is how I am importing your library (build.gradle):
compile 'com.microsoft.orc:live-auth:0.14.2'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am using your library for our Android application. Now I am getting the following warning from Google Play store.
"Your app is using an unsafe implementation of WebViewClient.onReceivedSslError handler. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.
Vulnerable classes:com.microsoft.live.AuthorizationRequest$OAuthDialog$AuthorizationWebViewClient"
Here is how I am importing your library (build.gradle):
compile 'com.microsoft.orc:live-auth:0.14.2'
The text was updated successfully, but these errors were encountered: