From 9cd33711857d56879a97b5cd21bccabdccf8f707 Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Mon, 4 Aug 2025 16:12:10 -0500 Subject: [PATCH] htmltest: ignore steamdb --- .htmltest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htmltest.yml b/.htmltest.yml index 894e641..bad192a 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -8,8 +8,9 @@ IgnoreURLs: # For "Edit this page" and "Last modified by": - "https://gitlab.com/lvra/lvra.gitlab.io/-/edit" - "https://gitlab.com/lvra/lvra.gitlab.io/-/commit" -# Uses Cloudflare to block bots: +# Blocks bots: - "https://www.pcgamingwiki.com/" +- "https://steamdb.info/" # IgnoreDirs: # - "lib" CacheExpires: "6h"