Android SSL Pinning WebViews Save

A simple demo app that demonstrates Certificate pinning and scheme/domain whitelisting in Android WebViews

Project README

Certificate pinning and scheme/domain whitelisting in Android WebViews

A simple demo app that demonstrates:

  • Certificate pinning in Android WebViews
  • Scheme and domain whitelisting in Android WebViews

The pinning and whitelisting is achieved on network level with OkHttp. WebView is then secured by extending WebViewClient and using OkHttp for the requests.

The solution has a performance drawback: By extending WebViewClient and overriding shouldInterceptRequest, all requests are performed sequentially which hurts the loading times. Please let me know if there is a solution for this.

Open Source Agenda is not affiliated with "Android SSL Pinning WebViews" Project. README Source: menjoo/Android-SSL-Pinning-WebViews

Open Source Agenda Badge

Open Source Agenda Rating