2019-09-11
- Bugfix:
- CSP detection state was inverted - would check repeatedly and not disable
WRITE_MODE_BLOB_URL
- CSP detection state was inverted - would check repeatedly and not disable
2019-09-11
- Bugfix:
- CSP detection wouldn't disable
WRITE_MODE_BLOB_URL
- CSP detection wouldn't disable
2019-09-11
- Content-Security-Policy detection (blocking
frame-src) viadetectCSPBlockingmethod - 2-way communications via
sendMessageandonMessage - Support for
webkitURL
2019-09-10
- Break out
restoreBuiltInsinto two separate options:restoreIframeBuiltInsto work inside iframes (default true)restorePageBuiltInsto work in the current page (default false)
2019-09-10
- Iframe preparation before insertion using
onBeforeInsertoption - Expose
prepareIframemethod for custom iframe preparation callbacks
2019-09-10
- Expose
blobURLSupportedandsrcDocSupportedfeature detection methods verifyLoadoption
2019-09-09
injectionsoption for injecting more content (body recognition)
2019-09-09
- Drastically reduced payload size
- Write method detection and filtering
- Built-in restorer injection (inner protection)
- Built-in override prevention
2019-09-08
- Initial release