From eb45b51bcb7124cfd23e15e11030c655b175f17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 20 Mar 2020 01:57:46 +0100 Subject: [PATCH] Updated description --- CHANGELOG.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9998af8..b48c930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed spontaneous disappearance of the badged -- Fixed wrong counting of blocked elements corrected (too little was ;D) +- Fixed wrong counting of blocked elements (too little was ;D) ### Changed - Updated all translation diff --git a/README.md b/README.md index dbf36c6..f061378 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Indeed most of the above URL is tracking code. Once ClearURLs has cleaned the ad * Supports redirection to the destination, without tracking services as middleman * Adds an entry to the context menu so that links can be copied quickly and cleanly * Blocks hyperlink auditing, also known as *ping tracking* (see also [this article](https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing)) +* Prevents ETag tracking * Prevents tracking injection over history API (see also: [The replaceState() method](https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method)) * Prevents Google from rewriting the search results (to include tracking elements) * Prevents Yandex from rewriting the search results (to include tracking elements)