From 8ae92c7981fe5c4bc425839c8684232693bb66d2 Mon Sep 17 00:00:00 2001 From: "dietrich%mozilla.com" Date: Mon, 21 Aug 2006 23:30:32 +0000 Subject: [PATCH] Fix SB URL for bug 348076 --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 341f79aced60..e23c1e829ca3 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -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