From 59997e8949038be55916e68388a4c2ddd0028b0d Mon Sep 17 00:00:00 2001 From: Alex Prudhomme <78121423+alexprudhomme@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:32:40 -0400 Subject: [PATCH] depereate in v4 https://coveord.atlassian.net/browse/KIT-2379 --- packages/headless/src/utils/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/headless/src/utils/utils.ts b/packages/headless/src/utils/utils.ts index 49eee62e2a6..8aec2af3bfb 100644 --- a/packages/headless/src/utils/utils.ts +++ b/packages/headless/src/utils/utils.ts @@ -50,7 +50,7 @@ const doNotTrackValues = new Set(['1', 1, 'yes', true]); /** * Logic copied from coveo.analytics. * - * @deprecated Starting with Event Protocol, Coveo will no longer respect the DNT standard. + * @deprecated V4 - Starting with Event Protocol, Coveo will no longer respect the DNT standard. * Instead, we will provide implementers with documentation on privacy best-practices, letting * them decide which standards to respect. * For more context behind the decision, see: https://coveord.atlassian.net/browse/LENS-1502