From 87ed99555418f2c777e2e2bd6bd953f78779d942 Mon Sep 17 00:00:00 2001 From: Daniel Taraschi Date: Tue, 26 Mar 2024 17:18:40 -0400 Subject: [PATCH] per spec applicableSections should be [0] until loading --- modules/stub/src/stub.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/stub/src/stub.js b/modules/stub/src/stub.js index 39c303d..381be12 100644 --- a/modules/stub/src/stub.js +++ b/modules/stub/src/stub.js @@ -46,7 +46,7 @@ window.__gpp_stub = function () { ], // list of supported APIs cmpId: 0, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], - applicableSections: [], + applicableSections: [0], gppString: "", parsedSections: {}, }, @@ -86,7 +86,7 @@ window.__gpp_stub = function () { ], // list of supported APIs cmpId: 0, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], - applicableSections: [], + applicableSections: [0], gppString: "", parsedSections: {}, }, @@ -125,7 +125,7 @@ window.__gpp_stub = function () { ], // list of supported APIs cmpId: 0, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], - applicableSections: [], + applicableSections: [0], gppString: "", parsedSections: {}, },