From 8404022bc03669e3478f7a121fa3c378e0e6fccd Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Wed, 19 Nov 2025 13:47:01 +0700 Subject: [PATCH] Update domain.json --- domain.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domain.json b/domain.json index 5b3ba24..c410836 100644 --- a/domain.json +++ b/domain.json @@ -3,11 +3,13 @@ "rules": [ { "domain": [ - "gstatic.com" + "gstatic.com", + "toil.cc" ], "domain_suffix": [ ".gstatic.com", - ".google.com" + ".google.com", + ".toil.cc" ] } ]