From 8b8ac33ed2b4834b063da71207e06460085b2678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 8 Apr 2019 19:00:04 +0200 Subject: [PATCH] New rules #156 and #157 --- data/data.json | 13 ++++++++++++- data/data.min.json | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/data/data.json b/data/data.json index 3393707..aab0e63 100644 --- a/data/data.json +++ b/data/data.json @@ -199,7 +199,9 @@ "rules": [ "hc_[a-zA-Z_\\[\\]0-9]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "[a-zA-Z]*ref[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?", - "__tn__=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + "__tn__=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "eid=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "__xts__%5B[0-9]%5D=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ], "exceptions": [ ".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*" @@ -445,6 +447,15 @@ "redirections": [ "https?://[^/]+/v1/[0-9a-f]{64}/(.*)" ] + }, + "shutterstock.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(shutterstock\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "src=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + ], + "exceptions": [], + "redirections": [] } } } diff --git a/data/data.min.json b/data/data.min.json index a312513..53d4822 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -193,7 +193,9 @@ "rules": [ "hc_[a-zA-Z_\\[\\]0-9]*", "[a-zA-Z]*ref[a-zA-Z]*", - "__tn__" + "__tn__", + "eid", + "__xts__%5B[0-9]%5D" ], "exceptions": [ ".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*" @@ -428,6 +430,15 @@ "redirections": [ "https?://[^/]+/v1/[0-9a-f]{64}/(.*)" ] + }, + "shutterstock.com": { + "urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(shutterstock\\.com)(.*\\?.*)", + "completeProvider": false, + "rules": [ + "src" + ], + "exceptions": [], + "redirections": [] } } }