[Bug 22835] window.navigator.language should not return "en" for privacy protection

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22835

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
Returning undefined is very likely to break pages that use string methods on
the return value (e.g. navigator.language.charAt(0) or whatnot).  We want a
default value that's a string; perhaps ""?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 30 July 2013 01:26:46 UTC