v3.2.6
gorhill/uBlockv3.2.6Jul 5, 2026by poeti8
AI Summary
Security-focused release updating dependencies and improving OIDC configuration options.
Key Highlights
- Add `OIDC_PROMPT` to configure forced re-authentication
- Add `OIDC_BUTTON_TEXT` to change login button text
- Update useragent library to fix vulnerabilities
- Update nodemailer package to fix vulnerabilities
- Set `SameSite: Lax` for signed-in cookies
New Features
- OIDC_PROMPT configuration
- OIDC_BUTTON_TEXT customization
Full Release Notes
- Add `OIDC_PROMPT`. Fixes OIDC forced re-authentication by making the prompt configurable. (PR #967 by @Jignesh4611) - Add `OIDC_BUTTON_TEXT` to change OIDC login button text - Use a new useragent library (`express-useragent`) to parse user agent. Fixes vulnerabilities found in the useragent package - Update nodemailer package to fix vulnerabilities - Set `SameSite: Lax` for signed-in cookies - Use 404 HTTP status code for the 404 page - Fix typo in the report page