From a852ec41e8011475d811652f67a4f487a6cc36ad Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 14 Aug 2024 23:15:04 +0200 Subject: [PATCH] docs: add release video 1.46 --- docs/src/release-notes-js.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 113b253169..c4434d60f5 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -8,9 +8,15 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ## Version 1.46 + + + ### 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`: