mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 17:47:13 +00:00
0c98aba190
- Add optional `banner` field to address book entries (shown before session starts, user must click Continue). No longer auto-populates from display_name. - Restructure web entry form: username, password, login script, and autofill collapsed under a collapsible "Automation" section. - Filter login scripts dropdown to .js/.sh/.py files only (skip package.json etc.) - Fix CDP/login scripts: change DeveloperToolsAvailability policy from 2 (disabled) to 0. DevTools UI remains blocked by chrome://* URLBlocklist. Fixes login script automation that was silently broken by the v0.6.0 security hardening. - Update Dockerfile, debian/postinst, install.sh with corrected policy. - Update docs/security.md and docs/web-sessions.md.