diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 23:54:03 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 23:54:03 +0000 |
commit | 649aedc227a12f21c7f7288b6fab5d944a10c248 (patch) | |
tree | b787fb044ba14e60b0ed2e859abb2f619d377155 /remoting/webapp | |
parent | 581db2b3642608e603900d99f10ab479f6dab2da (diff) | |
download | chromium_src-649aedc227a12f21c7f7288b6fab5d944a10c248.zip chromium_src-649aedc227a12f21c7f7288b6fab5d944a10c248.tar.gz chromium_src-649aedc227a12f21c7f7288b6fab5d944a10c248.tar.bz2 |
It seems GAIA had changed dosserver rules today, so we can go back to accounts.google.com.
Revert 137937 - Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are going back to http://www.google.com/accounts/... for all API calls.
BUG=127147
TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...)
Review URL: https://chromiumcodereview.appspot.com/10411025
TBR=zelidrag@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10413016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index a61615f6..2a1335f 100644 --- a/remoting/webapp/manifest.json +++ b/remoting/webapp/manifest.json @@ -22,8 +22,7 @@ } ], "permissions": [ - "https://accounts.google.com/o/oauth2/*", - "https://www.google.com/accounts/*", + "https://accounts.google.com/*", "https://www.googleapis.com/chromoting/*", "https://talkgadget.google.com/talkgadget/*", "https://relay.google.com/*", |