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
fixup! Bug 31740: Remove some unnecessary RemoteSettings instances

Bug 42083: RemoteSecuritySettings.init throws error in console

- - - - -


1 changed file:

- security/manager/ssl/RemoteSecuritySettings.sys.mjs


Changes:

=====================================
security/manager/ssl/RemoteSecuritySettings.sys.mjs
=====================================
@@ -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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5d6218dae55c231e86eaff144c6f1d76c5b5b835

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5d6218dae55c231e86eaff144c6f1d76c5b5b835
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to