Skip to content

Commit

Permalink
Updated site.page source due to potential fault (prebid#10508)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
2 people authored and pm-azhar-mulla committed Oct 13, 2023
1 parent 4c21869 commit feafc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vrtcalBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const spec = {
name: 'VRTCAL_FILLED',
cat: deepAccess(bid, 'ortb2.site.cat', []),
domain: decodeURIComponent(window.location.href).replace('https://', '').replace('http://', '').split('/')[0],
page: bid.refererInfo.page
page: window.location.href
},
device: {
language: navigator.language,
Expand Down

0 comments on commit feafc9f

Please sign in to comment.