From a5818a4282bca54297a771a3fbb44a11df02d8a1 Mon Sep 17 00:00:00 2001 From: paulalexandrescuTR <52189864+paulalexandrescuTR@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:38:12 -0400 Subject: [PATCH 1/2] Updated oneTrustId from a test one to the actual production one --- src/components/AdSlot/adScripts/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdSlot/adScripts/bootstrap.ts b/src/components/AdSlot/adScripts/bootstrap.ts index 420028a5..0ff6a51c 100644 --- a/src/components/AdSlot/adScripts/bootstrap.ts +++ b/src/components/AdSlot/adScripts/bootstrap.ts @@ -4,7 +4,7 @@ import Ias from './ias'; const ONETRUST_LOGS = 'ot_logs'; const ONETRUST_GEOLOCATION_MOCK = 'ot_geolocation_mock'; -const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf-test'; +const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf'; export const loadBootstrap = () => { (window).freestar = (window).freestar || {}; From cf7e5130bbe4587d3f1706a042ed0b54cffd34d1 Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Tue, 15 Jul 2025 09:59:34 -0400 Subject: [PATCH 2/2] docs(changeset): Updated oneTrustId to production ID --- .changeset/warm-rocks-travel.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/warm-rocks-travel.md diff --git a/.changeset/warm-rocks-travel.md b/.changeset/warm-rocks-travel.md new file mode 100644 index 00000000..4ff921ae --- /dev/null +++ b/.changeset/warm-rocks-travel.md @@ -0,0 +1,5 @@ +--- +'@reuters-graphics/graphics-components': patch +--- + +Updated oneTrustId to production ID