[tor-bugs] #5926 [Firefox Patch Issues]: nsXPCException leaks language info via Date string in exceptions

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon May 12 18:08:28 UTC 2014


#5926: nsXPCException leaks language info via Date string in exceptions
-------------------------------------+-------------------------------------
     Reporter:  mikeperry            |      Owner:  mikeperry
         Type:  defect               |     Status:  new
     Priority:  major                |  Milestone:
    Component:  Firefox Patch        |    Version:
  Issues                             |   Keywords:  tbb-fingerprinting,
   Resolution:                       |  interview
Actual Points:                       |  Parent ID:
       Points:                       |
-------------------------------------+-------------------------------------

Comment (by arthuredelstein):

 OK, I can reproduce this on Ubuntu 14.04 LTS. In the web console, I can
 also generate localized strings with
 English-US:
 `new Date().toLocaleString();` -> `"Mon May 12 18:01:49 2014"`
 `new Date().toLocaleDateString();` ->  `"05/12/2014"`
 vs German:
 `new Date().toLocaleString();` -> `"Mo 12 Mai 2014 18:04:56 UTC"`
 `new Date().toLocaleDateString();` ->  `"12.05.2014"`

 I'm not able to reproduce this on OS X.

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


More information about the tor-bugs mailing list