rxwx/chlonium

Login Data schema changed in Chrome 89.0.4389.90

ajpc500 opened this issue · 1 comments

On a fresh install of Chrome 89.0.4389.90 the "preferred" column is omitted from the Login Data "logins" table.

image

Removing this entry and shifting the indexes accordingly, it seems to work fine.

preferred = reader.GetInt32(8),

I don't have other Login Data dbs to compare to, but could probably cater to both db schemas with a check for the 9th field name or count of fields in total?

rxwx commented

Fixed in c06f503 (sorry, tagged wrong issue in the commit)