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: {}, },