From 3dbecb1cdfca44500defe7f9af06de5413e669c9 Mon Sep 17 00:00:00 2001 From: Kim Christensen <2461567+kichristensen@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:31:36 +0100 Subject: [PATCH] Do not validate porter.sh/find-issue (#3242) fix: Do not validate porter.sh/find-issue It causes a lot of 429s during scan Signed-off-by: Kim Christensen --- docs/.htmltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.htmltest.yml b/docs/.htmltest.yml index 75ba99839..e78b54e5f 100644 --- a/docs/.htmltest.yml +++ b/docs/.htmltest.yml @@ -22,5 +22,6 @@ IgnoreURLs: - ^/community/src/ - ^http://localhost:1313/docs$ - ^https://marketplace.visualstudio.com/ + - ^https://porter.sh/find-issue/$ IgnoreAltMissing: true IgnoreInternalEmptyHash: true \ No newline at end of file