From 87d5510d14c7ed4315e388a9e096d38c95f151e7 Mon Sep 17 00:00:00 2001 From: Anon <88592342+anon-123456789@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:44:01 -0400 Subject: [PATCH] Fix Steam Support `kb_article.php` links The `ref=` parameter was getting removed, which breaks links like this one: https://help.steampowered.com/en/redirects/kb_article.php?ref=4045-USHJ-3810 --- data.min.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index 5763938..132a8cc 100644 --- a/data.min.json +++ b/data.min.json @@ -299,7 +299,7 @@ "^https?:\\/\\/git(lab)?\\.[^/]*\\/[^?]+\\?.*?&?ref_?=[^/?&]*", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?amazon(?:\\.[a-z]{2,}){1,}\\/message-us\\?", "^https?:\\/\\/authorization\\.td\\.com", - "^https?:\\/\\/support\\.steampowered\\.com", + "^https?:\\/\\/(?:help|support)\\.steampowered\\.com", "^https?:\\/\\/privacy\\.vakmedianet\\.nl\\/.*?ref=", "^https?:\\/\\/sso\\.serverplan\\.com\\/manage2fa\\/check\\?ref=", "^https?:\\/\\/login\\.meijer\\.com\\/.*?\\?ref=",