Skip to content

Commit

Permalink
fix: Update ref of OneTrust functional cookie category (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Mar 19, 2024
1 parent e0acaf4 commit 59d4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/static/game/js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ function restoreCmsLogin () {
}

function hasFunctionalCookiesConsent() {
return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('CL003')
return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('C0003')
}

function setMutedCookie(mute) {
Expand Down

0 comments on commit 59d4a08

Please sign in to comment.