Skip to content

Commit

Permalink
Merge pull request #512 from brave/gaia
Browse files Browse the repository at this point in the history
Change gaia URL to be no-thanks.invalid
  • Loading branch information
bbondy authored Sep 27, 2018
2 parents 7c61da4 + ab217e7 commit 9b42ea4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/google_apis-gaia-gaia_urls.cc.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/google_apis/gaia/gaia_urls.cc b/google_apis/gaia/gaia_urls.cc
index dae604c138bd31a59da5dc9f9051a373f6c00fb6..8b152bcf4eae15a6d7dd591442beefcf24ce7ee6 100644
--- a/google_apis/gaia/gaia_urls.cc
+++ b/google_apis/gaia/gaia_urls.cc
@@ -14,7 +14,7 @@ namespace {

// Gaia service constants
const char kDefaultGoogleUrl[] = "http://google.com";
-const char kDefaultGaiaUrl[] = "https://accounts.google.com";
+const char kDefaultGaiaUrl[] = "https://no-thanks.invalid"; // Leave this as a patch instead of considering chromium_src override
const char kDefaultGoogleApisBaseUrl[] = "https://www.googleapis.com";

// API calls from accounts.google.com

0 comments on commit 9b42ea4

Please # to comment.