Skip to content

Commit 94e722f

Browse files
committed
fix comment
1 parent 86b9de4 commit 94e722f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/utils/data-collection/filterKeyValueData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function isSensitiveKey(lower: string, denySnippets: string[]): boolean {
1111
* Key names are always preserved. Values are either kept, replaced with
1212
* `[Filtered]`, or the entire record is dropped (off mode).
1313
*
14-
* @param additionalDenyTerms - Additional sensitive snippets to check beyond the built-in denylist (e.g. cookie-specific terms).
14+
* @param additionalDenyTerms - Additional sensitive snippets to check beyond the built-in denylist.
1515
*/
1616
export function filterKeyValueData(
1717
data: Record<string, string>,

0 commit comments

Comments
 (0)