diff --git a/src/core/constants.py b/src/core/constants.py index 11be4b5..a9c4722 100644 --- a/src/core/constants.py +++ b/src/core/constants.py @@ -204,6 +204,8 @@ SNI_REWRITE_SUFFIXES: tuple[str, ...] = ( "googletagservices.com", "fonts.googleapis.com", "script.google.com", + "myaccount.google.com", + "takeout.google.com", )