Updated description
This commit is contained in:
parent
0298792aa1
commit
eb45b51bcb
|
@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed spontaneous disappearance of the badged
|
- 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
|
### Changed
|
||||||
- Updated all translation
|
- Updated all translation
|
||||||
|
|
|
@ -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
|
* 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
|
* 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))
|
* 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 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 Google from rewriting the search results (to include tracking elements)
|
||||||
* Prevents Yandex from rewriting the search results (to include tracking elements)
|
* Prevents Yandex from rewriting the search results (to include tracking elements)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user