This PR removes attempts to access the baseDomain column in moz_cookies table in profile_dir/cookies.sqlite.
I don't know what your contribution policy is, or if you'd rather see it rebased on the develop branch, but I think reviewing the "index" values for the updated dictionary. Currently, I just deleted the 0-Domain entry, leaving the remaining values "as is", but we could also shift everything by 1, resulting in 0-Host, 1-Name and so on...).
This PR removes attempts to access the
baseDomain
column inmoz_cookies
table inprofile_dir/cookies.sqlite
.I don't know what your contribution policy is, or if you'd rather see it rebased on the
develop
branch, but I think reviewing the "index" values for the updated dictionary. Currently, I just deleted the0-Domain
entry, leaving the remaining values "as is", but we could also shift everything by 1, resulting in0-Host
,1-Name
and so on...).