hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
407 stars 51 forks source link

Only show error screens for SSL errors when the url matches the current visit #323

Closed jayohms closed 3 months ago

jayohms commented 3 months ago

This change prevents displaying an error view and resetting the session when a 3rd party resource is requested on a page with an SSL error. Error views should only be displayed when the main visit url fails to load from an SSL error.