[tor-bugs] #18466 [Tor Browser]: Fix domain-isolator for ESR45

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Mar 3 01:03:13 UTC 2016


#18466: Fix domain-isolator for ESR45
---------------------------------+----------------------------------
     Reporter:  arthuredelstein  |      Owner:  tbb-team
         Type:  defect           |     Status:  new
     Priority:  Medium           |  Milestone:
    Component:  Tor Browser      |    Version:
     Severity:  Normal           |   Keywords:  TorBrowserTeam201603
Actual Points:                   |  Parent ID:  #15197
       Points:                   |    Sponsor:
---------------------------------+----------------------------------
 domain-isolator.js has a couple of minor breakages.

 1. A new ReferenceError is thrown by things like `let mozilla = mozilla ||
 {};`. We can change it to `let mozilla = {};`.

 2. The method `newSOCKSProxyInfo` was available in our SOCKS proxy patch.
 Since we landed that patch with some minor changes, we can now make an
 equivalent call to built-in Firefox method `newProxyInfoWithAuth`.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18466>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list