From 3b476d9d5d006ab193c3df5a454350842e757b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 4 Aug 2017 02:50:25 +0200 Subject: [PATCH] JSON fix --- rules/exceptions.json | 3 +-- rules/rules.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/exceptions.json b/rules/exceptions.json index 0b92435..3e9bd5f 100644 --- a/rules/exceptions.json +++ b/rules/exceptions.json @@ -1,6 +1,5 @@ { "amazon": [ ".*(amazon\\.)\\w{2,}(\\/gp\\/).*" - ], - + ] } \ No newline at end of file diff --git a/rules/rules.json b/rules/rules.json index 7df54a6..487f0de 100644 --- a/rules/rules.json +++ b/rules/rules.json @@ -7,6 +7,5 @@ ".*(amazon-adsystem\\.com)\\/.*", ".*(adsensecustomsearchads\\.com)\\/.*", "pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?" - ], - + ] } \ No newline at end of file