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
Uncaught DOMException: Blocked a frame with origin "https://fiddle.jshell.net" from accessing a cross-origin frame.
at Object.6260 (https://cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js:122:133)
at r (https://cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js:4:138148)
at https://cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js:122:458
at n (https://cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js:4:139393)
at https://cdn.jsdelivr.net/npm/prebid.js@latest/dist/not-for-prod/prebid.js:122:50
The text was updated successfully, but these errors were encountered:
Sorry - I should have been more specific. the problem is
window.top.cpexIdVersion = '0.0.3'
Writing to window.top will throw an exception if cross-origin. The examples use a version of prebid with all modules installed, and that line is in the main body of the module - it's enough to install it to get the exception.
@dgirardi I see, that makes sense. Thanks for figuring it out.
Here's a fix: prebid/Prebid.js#8440
(If I can move the version into the submodule, so it's still accessible programatically in some way)
Examples don't work due to issues with jsfiddle: https://docs.prebid.org/dev-docs/examples/basic-example.html
The text was updated successfully, but these errors were encountered: