From 98d6b458f0495df5055cac38cd06797c97398756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 29 Jan 2018 20:03:10 +0100 Subject: [PATCH] Exception for Facebook plugins Thanks to Ed for reporting a bug with Facebook plugins. --- data/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/data.json b/data/data.json index 6a3417b..2e4ecdd 100644 --- a/data/data.json +++ b/data/data.json @@ -168,7 +168,7 @@ "hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ], "exceptions": [ - ".*(facebook\\.)\\w{2,}.*(\\/plugins\\/share_button.php).*" + ".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*" ], "redirections": [] }, @@ -267,4 +267,4 @@ "redirections": [] } } -} \ No newline at end of file +}