Hi,

In Firefox 32, instead of returning "yes" or "unspecified",
navigator.doNotTrack will start returning "1", "0" or "unspecified",
making it closer to the specification in some aspects - returning "1"
and "0" is what the specification requires, not "yes". It will also fix
a nasty bug where asking to be tracked would be exposed as
navigator.doNotTrack == "yes".

There is compatibility risk in using "1" instead of "yes" but the
specification requires "1" and other implementations matches.

-- Mounir
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to