Bug 557750: Remove vestigial code from the old safebrowsing protocol. r=vlad

This commit is contained in:
Mike Hommey
2010-04-10 15:59:33 -04:00
parent aa97f74a54
commit f1b6f16937
3 changed files with 0 additions and 8 deletions

View File

@@ -323,7 +323,6 @@ user_pref("urlclassifier.updateinterval", 172800);
// Point the url-classifier to the local testing server for fast failures
user_pref("browser.safebrowsing.provider.0.gethashURL", "http://%(server)s/safebrowsing-dummy/gethash");
user_pref("browser.safebrowsing.provider.0.keyURL", "http://%(server)s/safebrowsing-dummy/newkey");
user_pref("browser.safebrowsing.provider.0.lookupURL", "http://%(server)s/safebrowsing-dummy/lookup");
user_pref("browser.safebrowsing.provider.0.updateURL", "http://%(server)s/safebrowsing-dummy/update");
""" % { "server" : self.webServer + ":" + str(self.httpPort) }
prefs.append(part)