diff --git a/dnt-enabler.tpl b/dnt-enabler.tpl new file mode 100644 index 0000000..1f15092 --- /dev/null +++ b/dnt-enabler.tpl @@ -0,0 +1,17 @@ +msFilterList +# +# This tracking protection list only serves to enable the DNT: 1 http header +# without actually blocking anything. +# +# From Mozilla, March 2011 +# +# Check for updates every month (maximum value allowed by the spec). +: Expires=30 +# +# Whitelist hosting domain so when querying for updates, the request is not +# blocked. +# ++d dnt.mozilla.org ++d mozilla.org ++d mozilla.com + diff --git a/index.php b/index.php index 77b87b5..51fbbf1 100644 --- a/index.php +++ b/index.php @@ -56,6 +56,18 @@ title="Mozilla's Do-Not-Track Indicator. Click for more info on web tracking."/> + + + + +