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