- Shipped
- March 29, 2026 at 5:25 AM UTC
- Author
- Kamo
- Commit
- 377e3e1
Three-layer approach to ensure name is locked for authenticated users: 1. localStorage flag 'kamo-meet-authenticated' survives the OTK→JWT redirect 2. After redirect, overrides window.config.readOnlyName=true via polling interval (catches when Meet loads the config object) 3. MutationObserver finds #premeeting-name-input and sets readOnly, disabled, and overrides the value property descriptor to block changes Also added credentials:'include' to all fetch calls for proper cookie handling during OTK validation and JWT generation.