diff --git a/CouInjector/Program.cs b/CouInjector/Program.cs index 10c8eb7..3749016 100644 --- a/CouInjector/Program.cs +++ b/CouInjector/Program.cs @@ -15,7 +15,7 @@ static void Main() try { using (var client = new WebClient()) - using (client.OpenRead("http://google.com/generate_204")) + using (client.OpenRead("https://clients3.google.com")) Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1());