Skip to content

Commit

Permalink
fix: autoremove correct cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 18, 2024
1 parent 1cde63f commit 162a29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/100.cookieconsent.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const config: CookieConsentConfig = {
label: 'Matomo',
cookies: [
{
name: 'MATOMO_SESSID'
name: /^(_pk_)/
},
],

Expand Down

0 comments on commit 162a29d

Please sign in to comment.