Skip to content

Commit

Permalink
fix StealthApi.STEALTH_MODE_FILTER_ID. AG-25775
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit cc4a4b4
Author: Slava Leleka <[email protected]>
Date:   Tue Sep 12 12:41:41 2023 +0300

    revert class member

commit 1c8df9b
Author: Slava Leleka <[email protected]>
Date:   Mon Sep 11 20:40:49 2023 +0300

    update changelog

commit a65b000
Author: Slava Leleka <[email protected]>
Date:   Mon Sep 11 20:37:39 2023 +0300

    use separate const STEALTH_MODE_FILTER_ID instead of class member
  • Loading branch information
slavaleleka committed Sep 12, 2023
1 parent ede8ce0 commit 9b07367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Tab title is now correctly updated on url change when the document does not provide it itself
[#2428](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2428).
- Filter id for StealthApi to display Stealth Mode cookie events in Filtering Log properly
[#2487](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2487)

## [0.3.16] - 2023-09-05

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class StealthApi {
/**
* Stealth filter identifier.
*/
private static readonly STEALTH_MODE_FILTER_ID: -1;
private static readonly STEALTH_MODE_FILTER_ID = -1;

/**
* Stealth service.
Expand Down

0 comments on commit 9b07367

Please sign in to comment.