Added new ETag filtering

This commit is contained in:
Kevin R
2022-06-07 13:14:11 +02:00
parent 82d987a08e
commit 628faf0e85
4 changed files with 27 additions and 10 deletions

View File

@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Require Firefox >= 55
- Require Chrome >= 37
### Changed
- ETag filtering now generates random values and does no longer delete the header. As a result, filtering also works under Chrome-based browsers
- ETag filtering no longer increases the counter
- ETag filtering is now disabled by default
### Fixed
- [524](https://gitlab.com/KevinRoebert/ClearUrls/-/issues/524)
- [67](https://github.com/ClearURLs/Addon/issues/67)
- [138](https://github.com/ClearURLs/Addon/issues/138)
## [1.24.1] - 2022-03-25
### Compatibility note