﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25325	Support DoNotTrack (DNT)	Paweł Krawczyk	nobody	"DoNotTrack (DNT) is a HTTP request header, a proposed W3C standard http://www.w3.org/TR/tracking-dnt/#dnt-header-field which is used by the browsers to communicate user's preference on server-side profiling or tacking. There is a number of 3rd party Django middlewares that add support of this header, but it would be nice if it was supported natively. 

The implementation is very simple: just expose a dnt variable in the request object, depending on the value of DNT header in HTTP request. It takes 3 values: 1 if DNT header was 1 (explicit preference not to be tracked), 0 if DNT was 0 (explicit preference to be tracked) or None if there was no DNT header (no preference).

Sample middleware that does it is here: https://github.com/kravietz/django-security/blob/master/security/middleware.py#L67"	New feature	closed	HTTP handling	1.8	Normal	wontfix	tracking,dnt,donottrack,privacy		Someday/Maybe	0	0	0	0	0	0
