Skip to content

Commit

Permalink
Merge branch 'master' into fix/AG-24846
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Sep 11, 2023
2 parents 045dafa + f07c2f7 commit 2986821
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2430](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2430)
- Filtering log focus on the active tab
[#2482](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2482).
- Displaying of applied stealth mode options in filtering log request details
[#2455](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2455).


## [4.2.168] - 2023-09-07
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,12 @@ import { TextCollapser } from '../../../../common/components/TextCollapser/TextC
import './request-info.pcss';

const StealthActionNames = {
[StealthActions.HIDE_REFERRER]: reactTranslator.getMessage('filtering_log_hide_referrer'),
[StealthActions.SEND_DO_NOT_TRACK]: reactTranslator.getMessage('filtering_log_send_not_track'),
[StealthActions.HIDE_SEARCH_QUERIES]: reactTranslator.getMessage('filtering_log_hide_search_queries'),
[StealthActions.FIRST_PARTY_COOKIES]: reactTranslator.getMessage('options_modified_first_party_cookie'),
[StealthActions.THIRD_PARTY_COOKIES]: reactTranslator.getMessage('options_modified_third_party_cookie'),
[StealthActions.BLOCK_CHROME_CLIENT_DATA]: reactTranslator.getMessage('filtering_log_remove_client_data'),
// TODO: Obsoleted, remove
StrippedTrackingUrl: reactTranslator.getMessage('options_stripped_tracking_parameters'),
[StealthActions.HideReferrer]: reactTranslator.getMessage('filtering_log_hide_referrer'),
[StealthActions.SendDoNotTrack]: reactTranslator.getMessage('filtering_log_send_not_track'),
[StealthActions.HideSearchQueries]: reactTranslator.getMessage('filtering_log_hide_search_queries'),
[StealthActions.FirstPartyCookies]: reactTranslator.getMessage('options_modified_first_party_cookie'),
[StealthActions.ThirdPartyCookies]: reactTranslator.getMessage('options_modified_third_party_cookie'),
[StealthActions.BlockChromeClientData]: reactTranslator.getMessage('filtering_log_remove_client_data'),
};

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-extension",
"version": "4.2.173",
"version": "4.2.174",
"description": "AdGuard Extension",
"scripts": {
"dev": "cross-env BUILD_ENV=dev node -r @swc-node/register tools/bundle.js",
Expand Down

0 comments on commit 2986821

Please sign in to comment.