From cb01208dff6142b50563047fe05c9a32efda4b9c Mon Sep 17 00:00:00 2001 From: billy <7469056+Permanently@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:22:45 +0100 Subject: [PATCH] Added Google Safe Browsing exemption This addresses #70, where Safe Browsing is incorrectly filtered. --- data.min.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index af7177f..c1c9735 100644 --- a/data.min.json +++ b/data.min.json @@ -155,7 +155,8 @@ "^https?:\\/\\/news\\.google\\.com.*\\?hl=.", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/s\\?tbm=map.*?gs_[a-z]*=.", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:complete\\/search|setprefs|searchbyimage)", - "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:appsactivity|aclk\\?)" + "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:appsactivity|aclk\\?)", + "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/safe[-]?browsing\\/([^&]+)" ], "redirections": [ "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/url\\?.*?(?:url|q)=(https?[^&]+)",