Check for boolean 'true' case of w.n.dNT.
Submitted by: des Approved by: doceng (implicit)
This commit is contained in:
parent
3cfdcc6313
commit
bbd96fdbd5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41848
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var h = document.location.host;
|
|||
*/
|
||||
var fbsdregex = /((docs|security|svnweb|wiki|www)\.freebsd\.org|google\.com)/i;
|
||||
|
||||
if (window.navigator.doNotTrack === "yes") {
|
||||
if (window.navigator.doNotTrack == true) {
|
||||
allow_track = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue