-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AG-17905 fix closure bug for prevent-xhr and trusted-replace-xhr-resp…
…onse #261 Merge in ADGUARD-FILTERS/scriptlets from fix/AG-17905 to release/v1.8 Squashed commit of the following: commit 09626a3 Merge: 25c9820 f0fbd11 Author: Stanislav A <s.atroschenko@adguard.com> Date: Tue Dec 20 16:53:59 2022 +0300 Merge branch 'release/v1.8' into fix/AG-17905 commit 25c9820 Author: Stanislav A <s.atroschenko@adguard.com> Date: Tue Dec 20 13:29:55 2022 +0300 update changelog and fix typos in test commit 6973376 Author: Stanislav A <s.atroschenko@adguard.com> Date: Mon Dec 19 22:10:18 2022 +0300 add tests commit 492da8f Author: Stanislav A <s.atroschenko@adguard.com> Date: Fri Dec 16 21:40:20 2022 +0300 fix closure bug for trusted-replace-xhr-response commit 4f1d59b Author: Stanislav A <s.atroschenko@adguard.com> Date: Fri Dec 16 21:24:30 2022 +0300 fix closure bug for prevent-xhr and add testcase
- Loading branch information
1 parent
f0fbd11
commit 2c10348
Showing
5 changed files
with
128 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,48 @@ | ||
# Scriptlets and Redirect Resources Changelog | ||
|
||
## 1.8.0 | ||
|
||
### Fixed | ||
|
||
- `prevent-xhr` and `trusted-replace-xhr-response` closure bug on multiple requests [#261](https://github.com/AdguardTeam/Scriptlets/issues/261) | ||
|
||
|
||
## v1.7.10 | ||
|
||
### Added | ||
|
||
* new scriptlet `trusted-set-cookie-reload` | ||
- new scriptlet `trusted-set-cookie-reload` | ||
|
||
### Fixed | ||
|
||
* `set-cookie-reload` infinite page reloading [#265](https://github.com/AdguardTeam/Scriptlets/issues/265) | ||
* breakage of `prevent-element-src-loading` due to `window` getting into `apply` wrapper [#264](https://github.com/AdguardTeam/Scriptlets/issues/264) | ||
* spread of args bug at `getXhrData` call for `trusted-replace-xhr-response` | ||
* request properties array not being served to `getRequestData` and `parseMatchProps` helpers | ||
- `set-cookie-reload` infinite page reloading [#265](https://github.com/AdguardTeam/Scriptlets/issues/265) | ||
- breakage of `prevent-element-src-loading` due to `window` getting into `apply` wrapper [#264](https://github.com/AdguardTeam/Scriptlets/issues/264) | ||
- spread of args bug at `getXhrData` call for `trusted-replace-xhr-response` | ||
- request properties array not being served to `getRequestData` and `parseMatchProps` helpers | ||
|
||
## v1.7.3 | ||
|
||
### Added | ||
|
||
* [Trusted scriptlets](./README.md#trusted-scriptlets) with extended capabilities: | ||
* trusted-click-element [#23](https://github.com/AdguardTeam/Scriptlets/issues/23) | ||
* trusted-replace-xhr-response [#202](https://github.com/AdguardTeam/Scriptlets/issues/202) | ||
* trusted-replace-fetch-response | ||
* trusted-set-local-storage-item | ||
* trusted-set-cookie | ||
- [Trusted scriptlets](./README.md#trusted-scriptlets) with extended capabilities: | ||
- trusted-click-element [#23](https://github.com/AdguardTeam/Scriptlets/issues/23) | ||
- trusted-replace-xhr-response [#202](https://github.com/AdguardTeam/Scriptlets/issues/202) | ||
- trusted-replace-fetch-response | ||
- trusted-set-local-storage-item | ||
- trusted-set-cookie | ||
|
||
* Scriptlets: | ||
* xml-prune [#249](https://github.com/AdguardTeam/Scriptlets/issues/249) | ||
- Scriptlets: | ||
- xml-prune [#249](https://github.com/AdguardTeam/Scriptlets/issues/249) | ||
|
||
### Improved | ||
|
||
* Scriptlets: | ||
* prevent-element-src-loading [#228](https://github.com/AdguardTeam/Scriptlets/issues/228) | ||
* prevent-fetch [#216](https://github.com/AdguardTeam/Scriptlets/issues/216) | ||
* abort-on-stack-trace [#201](https://github.com/AdguardTeam/Scriptlets/issues/201) | ||
* abort-current-inline-script [#251](https://github.com/AdguardTeam/Scriptlets/issues/251) | ||
* set-cookie & set-cookie-reload | ||
* Redirects: | ||
* google-ima3 [#255](https://github.com/AdguardTeam/Scriptlets/issues/255) | ||
* metrika-yandex-tag [#254](https://github.com/AdguardTeam/Scriptlets/issues/254) | ||
* googlesyndication-adsbygoogle [#252](https://github.com/AdguardTeam/Scriptlets/issues/252) | ||
- Scriptlets: | ||
- prevent-element-src-loading [#228](https://github.com/AdguardTeam/Scriptlets/issues/228) | ||
- prevent-fetch [#216](https://github.com/AdguardTeam/Scriptlets/issues/216) | ||
- abort-on-stack-trace [#201](https://github.com/AdguardTeam/Scriptlets/issues/201) | ||
- abort-current-inline-script [#251](https://github.com/AdguardTeam/Scriptlets/issues/251) | ||
- set-cookie & set-cookie-reload | ||
- Redirects: | ||
- google-ima3 [#255](https://github.com/AdguardTeam/Scriptlets/issues/255) | ||
- metrika-yandex-tag [#254](https://github.com/AdguardTeam/Scriptlets/issues/254) | ||
- googlesyndication-adsbygoogle [#252](https://github.com/AdguardTeam/Scriptlets/issues/252) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters