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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.0a1-15.0-1] fixup! TB 40933: Add tor-launcher functionality



Title: GitLab

henry pushed to branch tor-browser-140.0a1-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 297b2e99
    by Henry Wilkes at 2025-06-12T17:52:26+00:00
    fixup! TB 40933: Add tor-launcher functionality
    
    TB 43577: Do not try and flush settings to torrc on android.
    

1 changed file:

Changes:

  • toolkit/components/tor-launcher/TorProvider.sys.mjs
    ... ... @@ -356,6 +356,10 @@ export class TorProvider {
    356 356
       }
    
    357 357
     
    
    358 358
       async flushSettings() {
    
    359
    +    if (TorLauncherUtil.isAndroid) {
    
    360
    +      // Android does not have a torrc to flush to. See tor-browser#43577.
    
    361
    +      return;
    
    362
    +    }
    
    359 363
         await this.#controller.flushSettings();
    
    360 364
       }
    
    361 365
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx