v96.1.1 (2022-12-01)
autofill
What's Changed
- Fixed a bug where
scrub_encrypted_data()
didn't update the last sync time, which prevented the scrubbed CC data
from being fixed. - Don't report sentry errors when we try to decrypt the empty string. This happens when the consumer tries to decript
a CC number afterscrub_encrypted_data()
is called.
logins
What's Changed
- Don't report
Origin is Malformed
errors to Sentry. This is a known issue stemming from FF Desktop sending us
URLs without a scheme. See #5233 for details.
places
What's Changed
- Switch to using incremental vacuums for maintenance, which should speed up the process.
- Don't report places
relative URL without a base
to Sentry. This is a known issue caused by Fenix sending us URLs
with an invalid scheme (see #5235)