[tbb-bugs] #21784 [Applications/Tor Browser]: Check `toLocaleString()` methods for locale leaks
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Mar 20 19:46:46 UTC 2017
#21784: Check `toLocaleString()` methods for locale leaks
------------------------------------------+----------------------
Reporter: gk | Owner: tbb-team
Type: task | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Keywords: ff52-esr
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------------------+----------------------
There are some new objects with `toLocaleString()` (`TypedArray`
(https://developer.mozilla.org/en-
US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toLocaleString),
`Array` (https://developer.mozilla.org/en-
US/docs/Web/JavaScript/Reference/Global_Objects/Array/toLocaleString))
which should according to the docs use all the same algorithm as the one
in `Number`.
We should make sure that no locale is leaked and probably write a test for
that.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21784>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list