You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug where a specific banner resulted in a message event without a valid origin.
Description
We encountered a banner ad that triggered a message event without origin ( ev.origin was null ).
As a result, the _sendAdToCreative in secureCreatives.js tries to send a message with originnull, which throws an error.
Steps to reproduce
Unfortunately, it's hard to reproduce, I got the banner a couple of times before it disappeared into the void.
The stack trace from the console did point to that method each time.
Platform details
Prebid v4.43.1, but the code seems unchanged in the code in master
The text was updated successfully, but these errors were encountered:
In our case it appeared to be triggered through a specific ad, and could only be reproduced for a couple of minutes on a specific device. No idea how or why the origin would be null though, or what the actual message was.
Type of issue
A bug where a specific banner resulted in a message event without a valid origin.
Description
We encountered a banner ad that triggered a message event without origin (
ev.origin
wasnull
).As a result, the
_sendAdToCreative
insecureCreatives.js
tries to send a message withorigin
null
, which throws an error.Steps to reproduce
Unfortunately, it's hard to reproduce, I got the banner a couple of times before it disappeared into the void.
The stack trace from the console did point to that method each time.
Platform details
Prebid v4.43.1, but the code seems unchanged in the code in master
The text was updated successfully, but these errors were encountered: