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

fix(android): Update SSL error handling #1466

Commits on Jun 16, 2020

  1. Update SSL error handling for Android WebView

    Update SSL error handling to call onReceivedError() only on top-level navigations. This prevents iframes and other subresources from causing user-visible SSL error messages. The desired behavior is only to have top-level navigations show user-visible error messages. All other requests should be cancelled automatically with no user-visible error message.
    alesandroortiz committed Jun 16, 2020
    Copy the full SHA
    ae805f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Update RNCWebViewManager.java

    Clarify comments and add warning on blocked subresource
    alesandroortiz committed Sep 2, 2020
    Copy the full SHA
    2390ecd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2592e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Copy the full SHA
    e1ecae0 View commit details
    Browse the repository at this point in the history