Fix SB URL for bug 348076

This commit is contained in:
dietrich%mozilla.com 2006-08-21 23:30:32 +00:00
parent d66d4c0a86
commit 8ae92c7981

View File

@ -543,5 +543,5 @@ pref("browser.safebrowsing.provider.0.reportErrorURL", "http://{moz:locale}.phis
pref("browser.safebrowsing.provider.0.reportPhishURL", "http://{moz:locale}.phish-report.mozilla.com/?hl={moz:locale}");
// FAQ URL
pref("browser.safebrowsing.warning.infoURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/firefox/phishing-protection");
pref("browser.safebrowsing.warning.infoURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/firefox/phishing-protection/");
#endif