From 04a3f745b2249e190df283e1e5c9fdfa0c29a85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 15 Jan 2020 08:49:25 +0100 Subject: [PATCH] Added rules and exceptions #350 #353 #357 --- data/data.min.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/data/data.min.json b/data/data.min.json index 3d2fbc5..9ede407 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -187,7 +187,8 @@ "(%3F)?os_ehash", "(%3F)?_ga", "(%3F)?__twitter_impression", - "(%3F)?wt_mc" + "(%3F)?wt[a-zA-Z_]*", + "(%3F)?[a-zA-Z]?mc" ], "referralMarketing": [], "rawRules": [], @@ -342,7 +343,8 @@ ".*(facebook\\.)\\w{2,}.*(\\/groups\\/member_bio\\/bio_dialog\\/).*", ".*(facebook\\.)\\w{2,}.*(\\/photo\\.php\\?).*", ".*(facebook\\.)\\w{2,}.*(\\/ajax\\/).*", - ".*(facebook\\.)\\w{2,}.*(\\/privacy\\/specific_audience_selector_dialog\\/).*" + ".*(facebook\\.)\\w{2,}.*(\\/privacy\\/specific_audience_selector_dialog\\/).*", + ".*(facebook\\.)\\w{2,}.*(\\/photo\\/download\\/).*" ], "redirections": [ ".*l[a-zA-Z]?\\.facebook\\..*\\/.*l\\.php\\?.*u=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)" @@ -1168,6 +1170,18 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "spotify.com": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(spotify)(\\.com).*", + "completeProvider": false, + "rules": [ + "si" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }