mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1185465 - Improve doNotTrack checking documentation for Loop's standalone page. r=mikedeboer
This commit is contained in:
parent
6b17d61453
commit
c553725ab2
@ -29,8 +29,10 @@
|
||||
|
||||
// window.navigator.doNotTrack "yes" is for old versions of FF
|
||||
// window.navigator.doNotTrack "1" is for current versions of FF + Chrome + Opera
|
||||
// window.doNotTrack is safari
|
||||
// window.navigator.msDoNotTrack
|
||||
// window.doNotTrack is Safari + IE11
|
||||
// window.navigator.msDoNotTrack for IE9 and IE10
|
||||
// See also
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack#Browser_compatibility
|
||||
if (window.navigator.doNotTrack !== "yes" &&
|
||||
window.navigator.doNotTrack !== "1" &&
|
||||
window.doNotTrack !== "1" &&
|
||||
|
Loading…
Reference in New Issue
Block a user