Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1329808 - Enable V4 completions in Nightly but ignore the result …
Browse files Browse the repository at this point in the history
…r=francois

MozReview-Commit-ID: 75JzdJ4ceS4
  • Loading branch information
Thomas Nguyen committed Mar 21, 2017
1 parent 924ef69 commit 3df93c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5208,8 +5208,11 @@ pref("browser.safebrowsing.provider.google.reportMalwareMistakeURL", "https://%L
pref("browser.safebrowsing.provider.google4.pver", "4");
pref("browser.safebrowsing.provider.google4.lists", "goog-badbinurl-proto,goog-downloadwhite-proto,goog-phish-proto,googpub-phish-proto,goog-malware-proto,goog-unwanted-proto");
pref("browser.safebrowsing.provider.google4.updateURL", "https://safebrowsing.googleapis.com/v4/threatListUpdates:fetch?$ct=application/x-protobuf&key=%GOOGLE_API_KEY%");
// Leave it empty until we roll out v4 hash completion feature. See Bug 1323856.
#ifdef NIGHTLY_BUILD
pref("browser.safebrowsing.provider.google4.gethashURL", "https://safebrowsing.googleapis.com/v4/fullHashes:find?$ct=application/x-protobuf&key=%GOOGLE_API_KEY%");
#else
pref("browser.safebrowsing.provider.google4.gethashURL", "");
#endif // NIGHTLY_BUILD
pref("browser.safebrowsing.provider.google4.reportURL", "https://safebrowsing.google.com/safebrowsing/diagnostic?client=%NAME%&hl=%LOCALE%&site=");
pref("browser.safebrowsing.provider.google4.reportPhishMistakeURL", "https://%LOCALE%.phish-error.mozilla.com/?hl=%LOCALE%&url=");
pref("browser.safebrowsing.provider.google4.reportMalwareMistakeURL", "https://%LOCALE%.malware-error.mozilla.com/?hl=%LOCALE%&url=");
Expand Down

0 comments on commit 3df93c6

Please sign in to comment.