@guardian/consent-management-platform
Advanced tools
Comparing version 13.12.0 to 13.12.1
import { log, removeCookie, storage } from '@guardian/libs'; | ||
var version = "13.12.0"; | ||
var version = "13.12.1"; | ||
@@ -896,3 +896,3 @@ let currentFramework; | ||
comscore: { | ||
cookies: ['comScore'], | ||
cookies: ['comScore', '_scor_uid'], | ||
}, | ||
@@ -899,0 +899,0 @@ ipsos: { |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var version = "13.12.0"; | ||
var version = "13.12.1"; | ||
@@ -901,3 +901,3 @@ let currentFramework; | ||
comscore: { | ||
cookies: ['comScore'], | ||
cookies: ['comScore', '_scor_uid'], | ||
}, | ||
@@ -904,0 +904,0 @@ ipsos: { |
{ | ||
"name": "@guardian/consent-management-platform", | ||
"version": "13.12.0", | ||
"version": "13.12.1", | ||
"description": "Consent management for *.theguardian.com.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/guardian/consent-management-platform.git", |
96869