[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.1esr-13.0-1] fixup! Bug 31740: Remove some unnecessary RemoteSettings instances



Title: GitLab

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:

Changes:

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

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