Skip to content

Commit

Permalink
fix: Update ref of OneTrust functional cookie category
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Mar 13, 2024
1 parent 234b66d commit 163777e
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 163777e

Please sign in to comment.