docs: add release video 1.46

This commit is contained in:
Debbie O'Brien 2024-08-14 23:15:04 +02:00
parent 60900f8541
commit a852ec41e8

View file

@ -8,9 +8,15 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
## Version 1.46 ## Version 1.46
<LiteYouTube
id="tQo7w-QQBsI"
title="Playwright 1.46"
/>
### TLS Client Certificates ### TLS Client Certificates
Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication. Playwright now allows you to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.
The following snippet sets up a client certificate for `https://example.com`: The following snippet sets up a client certificate for `https://example.com`: