[tbb-bugs] #26600 [Applications/Tor Browser]: verify that new WebGL extensions are disabled

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Aug 25 15:44:49 UTC 2018


#26600: verify that new WebGL extensions are disabled
-------------------------------------------------+-------------------------
 Reporter:  mcs                                  |          Owner:  tbb-
                                                 |  team
     Type:  defect                               |         Status:  closed
 Priority:  High                                 |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:  fixed
 Keywords:  tbb-fingerprinting, ff60-esr,        |  Actual Points:
  TorBrowserTeam201808                           |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------
Changes (by gk):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 They are. They are in the whole `WebGLContext::IsExtensionSupported()`
 part which is first doing
 {{{
     if (mDisableExtensions)
         return false;
 }}}
 before proceeding even further to consider the respective extensions.

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


More information about the tbb-bugs mailing list