From fcb9f16b7a1d54172325ee6b96cbb68b5b8d376b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 18 Dec 2019 17:12:14 +0100 Subject: [PATCH] Added new rule Fixed #314 --- data/data.min.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/data.min.json b/data/data.min.json index 8d2c9da..45361a8 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -1056,6 +1056,18 @@ ".*dlp\\.imgsrc\\.ru\\/go\\/\\d+\\/\\d+\\/\\d+\\/([^&]*)" ], "forceRedirection": false + }, + "boredpanda.com": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(boredpanda)(\\.com).*", + "completeProvider": false, + "rules": [ + "h" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } }