From 110fd19a0778a8596d52814c1f9027bad939e098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 25 Feb 2019 22:30:01 +0100 Subject: [PATCH] #137 add steam rule --- data/data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/data.json b/data/data.json index 54fd945..1073eb4 100644 --- a/data/data.json +++ b/data/data.json @@ -415,6 +415,15 @@ ], "exceptions": [], "redirections": [] + }, + "steam": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(steampowered\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "snr=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + ], + "exceptions": [], + "redirections": [] } } }