From d66f26d17bbd71f07167cfa9a4292e5cc37b995a Mon Sep 17 00:00:00 2001 From: cortex-lp Date: Wed, 27 Aug 2025 11:18:38 +0100 Subject: [PATCH] put let's encrypt to ignored urls --- .htmltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.htmltest.yml b/.htmltest.yml index 109d0012b..f9cbd73f4 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -31,6 +31,7 @@ IgnoreURLs: - "https://dotnet.microsoft.com/.*" - "https://scribehow.com/.*" - "https://www.rabbitmq.com/.*" +- "https://letsencrypt.org/.*" IgnoreDirs: - "docs/?.*/_print/" - "docs/?.*/_shared/"