[tor-bugs] #31100 [Circumvention/Snowflake]: Firefox addon not reporting any users

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 10 15:04:54 UTC 2019


#31100: Firefox addon not reporting any users
-------------------------------------+----------------------------------
 Reporter:  cohosh                   |          Owner:  cohosh
     Type:  defect                   |         Status:  assigned
 Priority:  Medium                   |      Milestone:  Tor: unspecified
Component:  Circumvention/Snowflake  |        Version:  Tor: unspecified
 Severity:  Normal                   |     Resolution:
 Keywords:  snowflake-webextension   |  Actual Points:
Parent ID:                           |         Points:
 Reviewer:                           |        Sponsor:  Sponsor28
-------------------------------------+----------------------------------

Comment (by cohosh):

 Here's a look at the PeerConnection configuration in Firefox:
 {{{
 {…}
   bundlePolicy: "balanced"
   iceServers: (1) […]
     0: {…}
       credentialType: "password"
       urls: Array [ "stun:stun.l.google.com" ]
       <prototype>: Object { … }
     length: 1
     <prototype>: Array []
   iceTransportPolicy: "all"
   peerIdentity: null
   <prototype>: Object { … }
 }}}

 The difference here between Firefox and Chrome is that Chrome sets the
 credentialType field to the empty string `""`. `credentialType` should
 only be set for a TURN server. It seems that Firefox sets this field to
 `password` by default, it's possible this is causing problems with the
 STUN server, but setting `credentialType: ""` gives an error.

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


More information about the tor-bugs mailing list