Skip to content

Instantly share code, notes, and snippets.

@cemthecebi
Created June 2, 2020 20:46
Show Gist options
  • Save cemthecebi/c2bf6ad64afa0f0816b386f1c3d88842 to your computer and use it in GitHub Desktop.
Save cemthecebi/c2bf6ad64afa0f0816b386f1c3d88842 to your computer and use it in GitHub Desktop.
import android.net.http.SslError;
import android.webkit.SslErrorHandler;
@Override
public void onReceivedSslError(final WebView webView, final SslErrorHandler handler, final SslError error) {
handler.proceed();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment