Skip to content

Commit

Permalink
fix script rules applying breakage in Firefox due to CSP. #1733 AG-5799
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit c7014e6
Merge: 9c5c0b8 ceb809c
Author: Slava Leleka <[email protected]>
Date:   Thu Apr 18 14:59:30 2024 +0400

    merge master into the branch, resolve conflicts

commit 9c5c0b8
Author: Slava Leleka <[email protected]>
Date:   Mon Apr 15 21:05:45 2024 +0400

    update tswebextension to v1.0.24
  • Loading branch information
slavaleleka committed Apr 18, 2024
1 parent ceb809c commit c87bcae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
- Updated [@adguard/tswebextension] to v1.0.23.
- Updated [@adguard/tswebextension] to v1.0.24.

### Fixed
- Do not throw an error during cookie setting if a cookie domain mismatches a request URL [#2683].
- Script rules are not applied in Firefox due to CSP [#1733].

[Unreleased]: https://github.com/AdguardTeam/AdguardBrowserExtension/compare/v4.3.46...HEAD
[#2683]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2683
[#1733]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1733


## [4.3.46] - 2024-04-08
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@adguard/scriptlets": "^1.10.25",
"@adguard/translate": "^1.0.2",
"@adguard/tsurlfilter": "^2.2.18",
"@adguard/tswebextension": "^1.0.23",
"@adguard/tswebextension": "^1.0.24",
"@xstate/react": "^1.5.1",
"ace-builds": "^1.8.1",
"assert": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
tldts "5.6.45"
zod "3.19.1"

"@adguard/tswebextension@^1.0.23":
version "1.0.23"
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-1.0.23.tgz#b4426df2e482a2d5f4f42f3861d4ebb93b5bae0a"
integrity sha512-5L8fZU0QlRxKYyFCetpzey2Wgij5QUpkq37LX4lnK4dwHj+qN6ct6jhufq8TiFndBpgAm/IygsPyfVGERNhI6g==
"@adguard/tswebextension@^1.0.24":
version "1.0.24"
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-1.0.24.tgz#86d7fa1541bc0bd3415d10f962e43ddf60d4eab7"
integrity sha512-IJ2dfCkb51PCKSyW6JRE7WFjrfR7bCI0UKnyw3zY9fIiLseerxjUtDmadxQe1NLvAzotqTzgOIxjk0AapkR3uw==
dependencies:
"@adguard/assistant" "^4.3.70"
"@adguard/extended-css" "^2.0.56"
Expand Down

0 comments on commit c87bcae

Please sign in to comment.