From b3f0c90fbd7d01c21598395767571b6b10d8aec4 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Fri, 17 Oct 2025 16:57:27 -0500 Subject: [PATCH] htmltest: ignore npmjs --- .htmltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.htmltest.yml b/.htmltest.yml index bad192a..b5fad6a 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -11,6 +11,7 @@ IgnoreURLs: # Blocks bots: - "https://www.pcgamingwiki.com/" - "https://steamdb.info/" +- "https://www.npmjs.com/" # IgnoreDirs: # - "lib" CacheExpires: "6h"