Persist User Choice for Ignoring SSL Errors (After Prompt)
I have an Android app using WebView that loads user-provided URLs. Some URLs might have self-signed SSL certificates, triggering the onReceivedSslError
method in the WebViewClient
.
I have an Android app using WebView that loads user-provided URLs. Some URLs might have self-signed SSL certificates, triggering the onReceivedSslError
method in the WebViewClient
.