jun 15, 2026
2 links from the engineering internet.
G
github.comweboss
playwright v1.61.0 ships webauthn passkeys and web storage apis
the browser automation framework adds a virtual authenticator so tests can register and use passkeys without hardware keys, plus page.localstorage and page.sessionstorage apis and new video modes like retain-on-first-failure.
G
github.comweboss
astro 6.4.7 fixes double-encoded url 400s and cross-page css leakage
the patch stops double url-encoded paths returning 400 on on-demand routes while keeping the cve-2025-66202 fix, and resolves css leaking between pages plus stale inline styles during dev.