From 944ab7c4da5d0e8766125ef06e2cb35fcd2a844a Mon Sep 17 00:00:00 2001 From: Michael Mac-Vicar Date: Thu, 27 Feb 2025 01:15:04 -0300 Subject: [PATCH] Add example with literal IP addresses. --- tests/library/client-certificates.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/library/client-certificates.spec.ts b/tests/library/client-certificates.spec.ts index d916c31668..b2b4960b6b 100644 --- a/tests/library/client-certificates.spec.ts +++ b/tests/library/client-certificates.spec.ts @@ -955,6 +955,8 @@ test.describe('browser', () => { matches: [ 'https://www.hello.com:443/path', 'https://www.sub.hello.com/path', + 'https://10.0.0.1/path', + 'https://[::1]/path', ], nonMatches: [ 'https://www.any.com:8443/path',