Merge pull request #24 from BOplaid/python_testing

Add script.google.com to SNI-rewrite tunnel
This commit is contained in:
Abolfazl Ghaemi
2026-04-24 20:49:17 +03:30
committed by GitHub
+1
View File
@@ -178,6 +178,7 @@ SNI_REWRITE_SUFFIXES: tuple[str, ...] = (
"googletagmanager.com",
"googletagservices.com",
"fonts.googleapis.com",
"script.google.com",
)