safeframe
safeframe copied to clipboard
SafeFrame reference implementation official mirror from SourceForge
Fixed issue when outside message data was not a string. Steps to reproduce: 1. Load page with safeframe 2. Open web developer tools console 3. Type `window.postMessage({}, "*")` and enter...
Missing from: http://www.iab.net/media/file/SafeFramesSpec.pdf - `$sf.ext.supports().bg` - `$sf.ext.supports().pin` - `$sf.ext.geom().par`
See: https://github.com/InteractiveAdvertisingBureau/safeframe/blob/28cdb063e0776fa6b265ac4c4f47ec1ffc4d2b3a/src/js/ext/ext.js#L1477
How do you feel about publishing this project on NPM? It be great for personal development when trying to install safeframe rather than having to download via Git / Tarballs...
…allow ext code to optionally register a postMessage handler on a window of its own, that is NOT window, window.parent, or window.top, in which messaging is restricted for security reasons....
(Ed) Hi all, I hope everyone is doing well. We've gotten a little further with Safe Iframes and working with MOAT, our viewability vendor, to see if we can implement...