Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kurrx committed Nov 14, 2024
1 parent b28aee1 commit 3c6dd35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/tsurlfilter/src/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ export function cleanUrlParamByRegExp(url: string, regExp: RegExp, invert = fals

/**
* We are checking both regular param and decoded param, in case if regexp
* contains decoded params and url contains encoded params,
* or opposite (regexp - encoded, url - decoded):
* contains decoded params and url contains encoded params:
* https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3015
*/
let modifiedQuery;
Expand Down

0 comments on commit 3c6dd35

Please sign in to comment.