Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-1072] Changed description for the (formerly) DNT header #260

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/general/stealth-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Some options may not be available depending on the particular product due to OS

When you get directed to a website from Google, Yahoo, or any other search engine, this option hides the search query that you used to find that website.

### Send Do-Not-Track header {#donottrack}
### Ask websites not to track you {#donottrack}

It sends a Do-Not-Track (DNT) HTTP header to queried websites, thus requiring web apps to disable tracking of your activity.
Sends the [Global Privacy Control](https://globalprivacycontrol.org/#gpc-spec) and [Do Not Track](https://en.wikipedia.org/wiki/Do_Not_Track) requests to the websites you visit.

### Strip tracking parameters from URLs

Expand Down
Loading