- Ya
- 29 Machi 2026, 05:25 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 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.