diff --git a/history.en.md b/history.en.md index 04bb134cf..c7ea0c411 100644 --- a/history.en.md +++ b/history.en.md @@ -2,7 +2,7 @@ - master/HEAD - 4.0.24 (2024.10.29) - * Never store raw URL of tabs to save user privacy. Tab URLs were stored just to associate effective favicon URLs with tabs (so they were not sent to anywhere), but today, favicon URLs are exposed to addons as data: URIs and on mostcases there is no need to store effective favicon URLs. On required cases, only hashed strings are stored instead of raw URLs. + * Never store raw URL of tabs to save user privacy. Tab URLs were stored just to associate effective favicon URLs with tabs (so they were not sent to anywhere), but today, favicon URLs are exposed to addons as data: URIs and on most cases there is no need to store effective favicon URLs. On required cases, only hashed strings are stored instead of raw URLs. * Never cache tree of private windows, to save user privacy. - 4.0.23 (2024.9.11) * Remove dependencies to CSS2 system colors deprecated at letely versions of Firefox.