Skip to content

Commit

Permalink
Updated site.page source due to potential fault (#10508)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
vrtcal-dev and Ubuntu committed Sep 26, 2023
1 parent 93bf6ef commit 2995c27
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 2995c27

Please sign in to comment.