mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 20:20:03 -05:00
* Attempt URI healing with https prior to http Browsers are moving away from displaying URI scheme in a way accessibility can easily grab. This causes this URI healing to be relied upon more frequently. It should attempt https prior to http due to prevelence of https and security concerns with passwords over http. * Just use https as the URI healing scheme