Skip to content

Commit

Permalink
Update Clarity cookie list Fix #1245
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed Jun 5, 2024
1 parent aeec8e4 commit 7c7392a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tarteaucitron.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@ tarteaucitron.services.clarity = {
"name": "Clarity",
"uri": "https://clarity.microsoft.com/",
"needConsent": true,
"cookies": [],
"cookies": ['_clck', '_clsk', 'CLID', 'ANONCHK', 'MR', 'MUID', 'SM'],
"js": function () {
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion tarteaucitron.services.min.js

Large diffs are not rendered by default.

0 comments on commit 7c7392a

Please sign in to comment.