From 89963b0d6d1c148b7e7a22f5466bbe552a94a443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 29 May 2019 00:29:23 +0200 Subject: [PATCH] Added rules from #188 --- data/data.min.json | 69 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/data/data.min.json b/data/data.min.json index 3555edd..be09a86 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -20,7 +20,8 @@ "qualifier", "_encoding", "smid", - "field-lbr_brands_browse-bin" + "field-lbr_brands_browse-bin", + "ref[\\_]?" ], "exceptions": [ ".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*" @@ -434,6 +435,24 @@ "exceptions": [], "redirections": [] }, + "steampowered": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(steampowered\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "snr=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + ], + "exceptions": [], + "redirections": [] + }, + "steamcommunity": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(steamcommunity\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + ".*steamcommunity\\.com.*\\/linkfilter\\/\\?url=(.*)" + ] + }, "disq.us": { "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(disq\\.us)(.*\\?.*)", "completeProvider": false, @@ -498,6 +517,54 @@ ], "exceptions": [], "redirections": [] + }, + "deviantart.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(deviantart\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + ".*deviantart\\.com.*outgoing\\?(.*)" + ] + }, + "site2.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(site2\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + ".*site2\\.com.*\\?.*=(.*)" + ] + }, + "site.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(site\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [], + "exceptions": [], + "redirections": [ + ".*site\\.com.*\\?to=([^&]*)" + ] + }, + "aliexpress.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(aliexpress\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "ws_ab_test", + "btsid", + "algo_expid", + "algo_pvid" + ], + "exceptions": [], + "redirections": [] + }, + "mozillazine.org": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(mozillazine\\.org)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "sid" + ], + "exceptions": [], + "redirections": [] } } }