ext-v1.4.0

windmill-labs/windmillext-v1.4.0Sep 4, 2026by pbakaus

AI Summary

The extension's detector now runs as WebAssembly in an offscreen document, allowing it to bypass the site's Content Security Policy while maintaining the same logic as CLI and live mode.

Key Highlights

  • Detector runs as WebAssembly
  • Uses an offscreen document for rule evaluation
  • Bypasses site Content Security Policy
  • Same source rules as CLI and live mode
  • Requires new 'offscreen' permission

New Features

  • WebAssembly detector execution
  • Offscreen document support

Full Release Notes

- **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 `offscreen` permission is what makes that possible; nothing else about what the extension can see has changed.