Skip to content

Commit

Permalink
modified url in event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Octavia Suceava authored and Octavia Suceava committed Oct 4, 2024
1 parent d442066 commit 02ba797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connatixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export const spec = {
}

window.addEventListener('message', function handler(event) {
if (!event.data || !event.origin.includes('connatix')) {
if (!event.data || event.origin != 'https://cds.connatix.com') {
return;
}

Expand Down

0 comments on commit 02ba797

Please sign in to comment.