From 8a65536b6127d7c4d364e2c4cbe553ca0316945d Mon Sep 17 00:00:00 2001 From: Exorcism0666 <46537034+Exorcism0666@users.noreply.github.com> Date: Sat, 12 Apr 2025 11:16:54 +0200 Subject: [PATCH] ignoring ^https?://cct\.google/ --- db/ignore_patterns/global.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/ignore_patterns/global.json b/db/ignore_patterns/global.json index b7e9bfcf..7e9e4412 100644 --- a/db/ignore_patterns/global.json +++ b/db/ignore_patterns/global.json @@ -220,7 +220,8 @@ "^https?://github\\.com/zloirock/core-js/", "^https?://www\\.google\\.com/calendar/(render|event)\\?", "^https?://outlook\\.(office|live)\\.com/owa/?\\?", - "^https?://twemoji\\.maxcdn\\.com/" + "^https?://twemoji\\.maxcdn\\.com/", + "^https?://cct\\.google/" ], "type": "ignore_patterns" }