From 13a5c1fb4fb9736b04e71a02e51514da735df536 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Fri, 7 Nov 2025 19:22:22 +0700 Subject: [PATCH] Add domains to the domain.json file --- domain.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domain.json b/domain.json index a3005a9..0a350c7 100644 --- a/domain.json +++ b/domain.json @@ -2,7 +2,10 @@ "version": 3, "rules": [ { - "domain": [] + "domain": [ + "gstatic.com", + "news.google.com" + ] } ] }