Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Feb 14, 2024
1 parent 3bf3f92 commit f1e3dc8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
18 changes: 9 additions & 9 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Priority calculation for `$popup` modifier [#2620][#2620].
- Priority calculation for `$popup` modifier [#2620].

[#2620]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2620
[2.2.12]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v2.2.12
Expand Down Expand Up @@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Cosmetic rules with wildcard do not work on some domains [#2650][#2650].
- Cosmetic rules with wildcard do not work on some domains [#2650].

[#2650]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2650
[2.2.9]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v2.2.9
Expand All @@ -68,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Library version number to the exports [#2237][#2237].
- Library version number to the exports [#2237].

[#2237]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2237
[2.2.8]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v2.2.8
Expand Down Expand Up @@ -110,7 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Support of `$referrerpolicy` modifier for compiler validation [#191][#191].
- Support of `$referrerpolicy` modifier for compiler validation [#191].

[#191]: https://github.com/AdguardTeam/FiltersCompiler/issues/191

Expand All @@ -120,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Added all resource types for $removeparam [#49][#49].
- Added all resource types for $removeparam [#49].

[#49]: https://github.com/AdguardTeam/AdGuardMV3/issues/49

Expand All @@ -146,8 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Scriptlets not being logged when filtering log is open [#2481][#2481].
- Filtering log clearing on `$removeparam` rule application [#2442][#2442].
- Scriptlets not being logged when filtering log is open [#2481].
- Filtering log clearing on `$removeparam` rule application [#2442].

[#2481]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2481
[#2442]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2442
Expand Down Expand Up @@ -279,7 +279,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- The algorithm of priority calculation: adding more accurate calculation
of weights for each rule type - more details in [#196][#196].
of weights for each rule type - more details in [#196].
- `$all` modifier is one NetworkRule rule with all included options.
- Removed `$csp` modifier from `$all` (`$inline-font` and `$inline-script`).
- `$document` in blocking rule now just puts content-type: document (main_frame).
Expand Down Expand Up @@ -321,7 +321,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- RuleConverter speed has been improved by 2x [#83][#83].
- RuleConverter speed has been improved by 2x [#83].
- Declarative converter build has been separated from the main package.

[#83]: https://github.com/AdguardTeam/tsurlfilter/issues/83
Expand Down
46 changes: 23 additions & 23 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Applying of `$all` modifier rules [#2620][#2620].
- Applying of `$all` modifier rules [#2620].

[#2620]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2620

Expand Down Expand Up @@ -87,7 +87,7 @@ firing bug.
### Changed

- Stealth options that are applied to the document can now be disabled by a
`$stealth` rule. [#2648][#2648].
`$stealth` rule. [#2648].

[#2648]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2648

Expand All @@ -106,7 +106,7 @@ mode toggle.

### Fixed

- Session storage error in old browsers [#2636][#2636].
- Session storage error in old browsers [#2636].

[#2636]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2636

Expand All @@ -124,15 +124,15 @@ mode toggle.

### Added

- Library version number to the exports [#2237][#2237].
- Library version number to the exports [#2237].

### Changed

- Updated `@adguard/tsurlfilter` to `v2.2.8`.

### Fixed

- Remove referrer from the document.referrer [#1844][#1844].
- Remove referrer from the document.referrer [#1844].

[#1844]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1844

Expand All @@ -144,7 +144,7 @@ mode toggle.

### Fixed

- HTML ($$) rules break encoding on some websites [#2249][#2249].
- HTML ($$) rules break encoding on some websites [#2249].

[#2249]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2249

Expand Down Expand Up @@ -181,7 +181,7 @@ mode toggle.
### Added

- API `settings.debugScriptlets` property and `setDebugScriptlets()` method for
its setting [#2584][#2584].
its setting [#2584].

### Changed

Expand Down Expand Up @@ -212,7 +212,7 @@ its setting [#2584][#2584].

### Added

- Support for `POST` requests to `$removeparam` modifier [#99][#99].
- Support for `POST` requests to `$removeparam` modifier [#99].

### Fixed

Expand All @@ -226,7 +226,7 @@ its setting [#2584][#2584].

### Added

- Allowlist wildcard support [#2020][#2020].
- Allowlist wildcard support [#2020].

### Changed

Expand All @@ -250,14 +250,14 @@ its setting [#2584][#2584].

### Fixed

- Ads displayed on the first visit on 'pikabu.ru' [#2571][#2571].
- Ads displayed on the first visit on 'pikabu.ru' [#2571].
- Memory leaks associated with storing refs to old filter lists in context of frames.

### Added

- Added new `ExtensionStorage`, `PersistentValueContainer`,
`createExtensionStorageDecorator` interfaces and for restoring data in
event-driven background scripts [#2286][#2286].
event-driven background scripts [#2286].

[#2571]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2571

Expand Down Expand Up @@ -295,7 +295,7 @@ its setting [#2584][#2584].

### Fixed

- AdGuard v4.2.168 is not working in the Firefox after update [#2501][#2501].
- AdGuard v4.2.168 is not working in the Firefox after update [#2501].

[#2501]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2501

Expand All @@ -306,7 +306,7 @@ its setting [#2584][#2584].
### Fixed

- Incorrect logging and applying of `$removeheader` allowlist rules.
- Proceed anyway is not working for more than two level domains [#2497][#2497].
- Proceed anyway is not working for more than two level domains [#2497].

[#2497]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2497

Expand All @@ -316,7 +316,7 @@ its setting [#2584][#2584].

### Added

- CSP `trusted-types` directive modifying for response headers [#2068][#2068].
- CSP `trusted-types` directive modifying for response headers [#2068].

[#2068]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2068

Expand All @@ -328,8 +328,8 @@ its setting [#2584][#2584].

- `$csp`, `$removeparam` and `$removeheader` allowlist rules not being published
as filtering log events.
- Fixed cosmetic rules injection into a cached subdocument [#2420][#2420],
[#2190][#2190], [#2328][#2328].
- Fixed cosmetic rules injection into a cached subdocument [#2420],
[#2190], [#2328].

[#2190]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2190

Expand All @@ -344,7 +344,7 @@ its setting [#2584][#2584].
### Fixed

- Do not block a tab loading by `$popup` modifier rule on direct url navigation
[#2449][#2449].
[#2449].

[#2449]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2449

Expand All @@ -359,9 +359,9 @@ its setting [#2584][#2584].
### Fixed

- Tab title is now correctly updated on url change when the document does not
provide it itself [#2428][#2428].
provide it itself [#2428].
- Filter id for StealthApi to display Stealth Mode cookie events in the
Filtering Log properly [#2487][#2487].
Filtering Log properly [#2487].

[#2428]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2428

Expand All @@ -374,15 +374,15 @@ its setting [#2584][#2584].
### Fixed

- Do not apply cosmetic rules to extension pages while fallback processing
[#2459][#2459].
[#2459].

[0.3.16]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v0.3.16

## [0.3.15] - 2023-09-05

### Fixed

- Redirects are not included into tab's blocked requests count [#2443][#2443].
- Redirects are not included into tab's blocked requests count [#2443].

[#2443]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2443

Expand All @@ -393,9 +393,9 @@ its setting [#2584][#2584].
### Fixed

- Domains from the allowlist are not properly escaped before being passed into
the regular expression rules [#2461][#2461].
the regular expression rules [#2461].
- Cosmetic rule false positive applying when tab context changed while injection
retry [#2459][#2459].
retry [#2459].

[#2459]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2459

Expand Down

0 comments on commit f1e3dc8

Please sign in to comment.