From 9029781974d8d4484184c13c9069dad4714a7c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 11 Sep 2019 01:52:53 +0200 Subject: [PATCH] Added rules #250 #249 #247 #246 --- data/data.min.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/data/data.min.json b/data/data.min.json index 6dc61d8..fae6b17 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -81,7 +81,8 @@ "cad", "uact", "aqs", - "sourceid" + "sourceid", + "gbv" ], "rawRules": [], "exceptions": [ @@ -434,7 +435,8 @@ "rules": [ "_trkparms", "_trksid", - "_from" + "_from", + "hash" ], "rawRules": [], "exceptions": [], @@ -814,6 +816,28 @@ ".*curseforge\\.com\\/linkout\\?remoteUrl=([^&]*)" ], "forceRedirection": false + }, + "messenger.com": { + "urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(messenger\\.com).*", + "completeProvider": false, + "rules": [], + "rawRules": [], + "exceptions": [], + "redirections": [ + ".*l\\.messenger\\.com\\/l\\.php\\?u=([^&]*)" + ], + "forceRedirection": false + }, + "nypost.com": { + "urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(nypost\\.com).*", + "completeProvider": false, + "rules": [ + "__twitter_impression" + ], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }