Skip to content
Snippets Groups Projects
Verified Commit 5d6218da authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 31740: Remove some unnecessary RemoteSettings instances

Bug 42083: RemoteSecuritySettings.init throws error in console
parent 5813d89a
No related branches found
Tags FIREFOX_102_12_0esr_BUILD1
1 merge request!780Bug 42083: RemoteSecuritySettings.init throws error in console
......@@ -529,6 +529,10 @@ class CRLiteFilters {
}
async cleanAttachmentCache() {
if (!this.client) {
return;
}
// Bug 1795710 - misuse of Remote Settings `downloadToDisk` caused us to
// keep filters and stashes on disk indefinitely. We're no longer caching
// these downloads, so if there are any filters still in the cache they can
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment