Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.26 KB

File metadata and controls

57 lines (39 loc) · 1.26 KB

AdFrame Changelog

v0.7.2

2019-09-11

  • Bugfix:
    • CSP detection state was inverted - would check repeatedly and not disable WRITE_MODE_BLOB_URL

v0.7.1

2019-09-11

  • Bugfix:
    • CSP detection wouldn't disable WRITE_MODE_BLOB_URL

v0.7.0

2019-09-11

  • Content-Security-Policy detection (blocking frame-src) via detectCSPBlocking method
  • 2-way communications via sendMessage and onMessage
  • Support for webkitURL

v0.6.0

2019-09-10

  • Break out restoreBuiltIns into two separate options:
    • restoreIframeBuiltIns to work inside iframes (default true)
    • restorePageBuiltIns to work in the current page (default false)

v0.5.0

2019-09-10

  • Iframe preparation before insertion using onBeforeInsert option
  • Expose prepareIframe method for custom iframe preparation callbacks

v0.4.0

2019-09-10

  • Expose blobURLSupported and srcDocSupported feature detection methods
  • verifyLoad option

v0.3.0

2019-09-09

  • injections option for injecting more content (body recognition)

v0.2.0

2019-09-09

  • Drastically reduced payload size
  • Write method detection and filtering
  • Built-in restorer injection (inner protection)
  • Built-in override prevention

v0.1.0

2019-09-08

  • Initial release