ext-v1.4.0
Extension 1.4.0
Added 1
- Added offscreen permission to enable the detector to run in an offscreen document
Changed 1
- The detector now runs as WebAssembly in an offscreen document, making it independent of a site's Content Security Policy
From impeccable
- The detector runs as WebAssembly. The extension now takes a snapshot of the page and evaluates the rules in an offscreen document, so a site's Content Security Policy no longer decides whether the detector runs. Same rules as the CLI and live mode, built from the same source. The new
offscreenpermission is what makes that possible; nothing else about what the extension can see has changed.