browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
204 stars 41 forks source link

fix: use host as domain instead of finding TLD for firefox #69

Closed DP19 closed 3 months ago

DP19 commented 10 months ago

fixes: #68

srlehn commented 3 months ago

I probably put the host trimming there. I think I remember that Firefox had too much on the cookie host compared to chrome, but can't be certain anymore, too long ago and I missed saving files for later...

@zellyn can we remove the trimming?

srlehn commented 3 months ago

Introduction of the bug was via my PR #15.

Thanks a lot for the fix!