in src/cmp_tcfv2.js [104:118]
async function () {
const expectedBidders = [
'oxd',
'and',
'pubmatic',
'ix',
'adyoulike',
'ozone',
'criteo',
'ttd',
'rubicon',
...(currentLocation === 'UK' ? ['xhb'] : []),
];
await checkBidResponse(page, expectedBidders);
},