Add domains to the domain.json file

This commit is contained in:
2025-11-07 19:22:22 +07:00
committed by GitHub
parent dde19026b5
commit 13a5c1fb4f
+4 -1
View File
@@ -2,7 +2,10 @@
"version": 3,
"rules": [
{
"domain": []
"domain": [
"gstatic.com",
"news.google.com"
]
}
]
}