Bug 714083 - Update app.support.baseURL to point to support.mozilla.org [r=gavin]

This commit is contained in:
Paul O’Shannessy 2012-01-11 11:16:42 -08:00
parent f26a3af98a
commit 682195e372

View File

@ -872,7 +872,7 @@ pref("browser.zoom.updateBackgroundTabs", true);
pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");
// base URL for web-based support pages
pref("app.support.baseURL", "http://support.mozilla.com/1/firefox/%VERSION%/%OS%/%LOCALE%/");
pref("app.support.baseURL", "http://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
// Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
pref("security.alternate_certificate_error_page", "certerror");