mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-01-26 21:57:15 -05:00
This relates to an issue with an unknown cause (unable to reproduce on my end) where the preferences string does not contain the correct amount of padding on a base64 encoded value. This is mediated by appending padding to the end of the encoded value, since any extra padding is removed anyways. Fixes #987