Skip to content

Commit

Permalink
Extended the description of the DNT flag (fixes #252)
Browse files Browse the repository at this point in the history
  • Loading branch information
allo- committed Oct 23, 2022
1 parent 978b23a commit 6f97c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings/dnt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "dnt",
"type": "boolean",
"initial": true,
"label": "Enable Do-not-Track",
"help_text": "With the do not track feature, you tell websites, that you do not want to be tracked. Most websites ignore this, so you need other privacy options as well.",
"label": "Enable Do-not-Track (DNT)",
"help_text": "With the do not track feature, you tell websites, that you do not want to be tracked. Most websites ignore this, so you need other privacy options as well, but some privacy-friendly webanalytics tools honor it and store less data. Firefox sends the DNT header by default only in private mode, so enabling it adds a bit to the browser fingerprint and sites may assume the you're using private mode.",
"addons": [],
"config": {
"privacy.donottrackheader.enabled": true,
"privacy.donottrackheader.value": 1
}
}
]
]

0 comments on commit 6f97c53

Please # to comment.