Pier Angelo Vendrame pushed to branch tor-browser-115.2.1esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
5d6218da
by Pier Angelo Vendrame at 2023-09-18T11:16:31+02:00
1 changed file:
Changes:
| ... | ... | @@ -529,6 +529,10 @@ class CRLiteFilters { |
| 529 | 529 | }
|
| 530 | 530 | |
| 531 | 531 | async cleanAttachmentCache() {
|
| 532 | + if (!this.client) {
|
|
| 533 | + return;
|
|
| 534 | + }
|
|
| 535 | + |
|
| 532 | 536 | // Bug 1795710 - misuse of Remote Settings `downloadToDisk` caused us to
|
| 533 | 537 | // keep filters and stashes on disk indefinitely. We're no longer caching
|
| 534 | 538 | // these downloads, so if there are any filters still in the cache they can
|