add script.google.com to SNI-rewrite tunnel

So it is accessible easily when running MHRV.
This commit is contained in:
BOplaid
2026-04-24 19:15:32 +03:30
committed by GitHub
parent e08d33e69d
commit 9e301d802f
+1
View File
@@ -178,6 +178,7 @@ SNI_REWRITE_SUFFIXES: tuple[str, ...] = (
"googletagmanager.com",
"googletagservices.com",
"fonts.googleapis.com",
"script.google.com",
)