Up until yesterday afternoon users of our application could logout from Google via our application by pressing a "Log out"-button. The button would log the user out by directing the browser to "https://www.google.com/accounts/Logout?continue=https://appengine.google.com/_ah/logout?continue=https://www.example.com". Google would redirect the browser to https://appengine.google.com/_ah/logout which in turn would take the user back to the application https://www.example.com.
Now the user instead gets redirected to "https://www.google.com/url?sa=D&q=https://www.example.com" in which the user must click a link to get to the application.
Why did this change?