Skip to content

Commit

Permalink
fix: update cookies categories (#1295)
Browse files Browse the repository at this point in the history
* fix: update cookies categories

* Merge branch 'master' into update-cookies-categories
  • Loading branch information
razvan-pro authored Feb 14, 2022
1 parent 19a34c2 commit 390c353
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 @@ -1240,7 +1240,7 @@ function restoreCmsLogin () {
}

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

function setMutedCookie(mute) {
Expand Down

0 comments on commit 390c353

Please sign in to comment.