Bug 1038370: Change updateURL to point to /downloads (r=gcp)

This commit is contained in:
Monica Chew 2014-07-14 13:31:32 -07:00
parent d26a13e060
commit df3447efe1

View File

@ -4229,7 +4229,7 @@ pref("urlclassifier.disallow_completions", "test-malware-simple,test-phish-simpl
// The table and update/gethash URLs for Safebrowsing phishing and malware
// checks.
pref("urlclassifier.trackingTable", "mozpub-track-digest256");
pref("browser.trackingprotection.updateURL", "https://tracking.services.mozilla.com/update?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2");
pref("browser.trackingprotection.updateURL", "https://tracking.services.mozilla.com/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2");
pref("browser.trackingprotection.gethashURL", "https://tracking.services.mozilla.com/gethash?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2");
// Turn off Spatial navigation by default.