unpak version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.4.0
Released Mar 30, 2026 - 54.62 KBWorks with firefox 140.0 and laterv2.4.0 Release Notes
AI Governance & Site Blocking
- Organizations can now designate AI tools as sanctioned or restricted. When an employee navigates to a restricted AI app, the extension blocks the page and shows an interstitial where they can request access from their admin.
- Blocking rules are pushed from the Unpak desktop app via native messaging and enforced using the declarativeNetRequest API.
- Live tab enforcement: if an admin updates the blocked list, already-open tabs on restricted sites are immediately redirected.
New Permissions
- declarativeNetRequestWithHostAccess: enforces site-blocking rules on AI tool domains.
- storage: persists the sanctioned/restricted app list between service worker restarts.
- tabs: enables redirection to the blocked page and live updates of open tabs when policy changes.
Bug Fixes & Improvements
- Hardened enforcement sync to prevent duplicate or stale blocking rules.
- Improved reconnection reliability for native messaging.
- Performance improvements to content script initialization.Source code released under All Rights Reserved
Older versions
Version 2.3.1
Released Mar 26, 2026 - 49.04 KBWorks with firefox 140.0 and laterSource code released under All Rights Reserved