Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2013 00:50:18 +0200
From:      Eitan Adler <eadler@freebsd.org>
To:        Hiroki Sato <hrs@freebsd.org>
Cc:        wblock@wonkity.com, trhodes@freebsd.org, svn-doc-head@freebsd.org, gjb@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org
Subject:   Re: svn commit: r41848 - head/en_US.ISO8859-1/htdocs/layout/js
Message-ID:  <CAF6rxgmSZcfVR1kCGs5RaihxdsQXbqxhbuUo4XRUPrGE_FGcww@mail.gmail.com>
In-Reply-To: <20130608.074746.878470589090500805.hrs@allbsd.org>
References:  <20130607.092534.356568932887378565.hrs@allbsd.org> <20130607113436.4dc1cbc3.trhodes@FreeBSD.org> <CAF6rxgnxjDn_sjviCSZVpMDs40OYZS6D6MrKzs0YZvm2sC-qdg@mail.gmail.com> <20130608.074746.878470589090500805.hrs@allbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8 June 2013 00:47, Hiroki Sato <hrs@freebsd.org> wrote:
> Eitan Adler <eadler@freebsd.org> wrote
>   in <CAF6rxgnxjDn_sjviCSZVpMDs40OYZS6D6MrKzs0YZvm2sC-qdg@mail.gmail.com>:
>
> ea> On 7 June 2013 17:34, Tom Rhodes <trhodes@freebsd.org> wrote:
> ea> > On Fri, 07 Jun 2013 09:25:34 +0900 (JST)
> ea> > Hiroki Sato <hrs@FreeBSD.org> wrote:
> ea> >
> ea> >> Eitan Adler <eadler@freebsd.org> wrote
> ea> >>   in <CAF6rxg=tnyCyLP50RpO8j20jbnGO_Mycb7aq5P3pRVz9NtvokA@mail.gmail.com>:
> ea> >>
> ea> >> ea> On 6 June 2013 16:28, Hiroki Sato <hrs@freebsd.org> wrote:
> ea> >> ea> >
> ea> >> ea> >  null, "", and undefined are evaluated as false in Javascript.
> ea> >> ea> >
> ea> >> ea> Javascript has an odd concept of true and false:
> ea> >> ea> null, an empty string,  +0, -0, and NaN, and false are the 'false' values.
> ea> >> ea>
> ea> >> ea> An object will return true.
> ea> >>
> ea> >>  I see.  I am not familiar with DNT implementation, but is there a www
> ea> >>  browser to define navigator.doNotTrack as the value "false"?
> ea> >>
> ea> >>  If so, I think something like the following is needed.
> ea> >>
> ea> >>  var dnt = window.navigator.msDoNotTrack || window.navigator.doNotTrack;
> ea> >>  var allow_track = (dnt && dnt == 'yes'|| dnt == 1);
> ea> >>
> ea> >> -- Hiroki
> ea> >>
> ea> >
> ea> > I was assuming based on the discussion that we need to perform
> ea> > more than a single check on this, but will this one actually
> ea> > work?
> ea>
> ea> No, after some thoughts I realized that this commit is completely
> ea> broken.  We must explicitly check for "yes" and "1". This check
> ea> basically disabled GA for newer browsers.
>
>  The above code should perform it.

Sorry, I was unclear: the version as you explained (checking for
existence followed by and explicit "1" or "yes") should be fine.

>   What is "this check" in your
>  sentence?

The version as committed.

-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgmSZcfVR1kCGs5RaihxdsQXbqxhbuUo4XRUPrGE_FGcww>