Back out changes not associated with bug 537993 that accidentally landed with bug 537993

git-svn-id: svn://10.0.0.236/trunk@259532 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alqahira%ardisson.org 2010-02-01 00:00:12 +00:00
parent d4aeaac70f
commit ff89b8a44d
3 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,6 @@ DIRS = \
flashblock \
idl \
pinstripe \
places \
striptease \
safebrowsing \
$(NULL)

View File

@ -44,7 +44,6 @@ camino/flashblock/Makefile
camino/idl/Makefile
camino/installer/Makefile
camino/pinstripe/Makefile
camino/places/Makefile
camino/striptease/Makefile
camino/safebrowsing/Makefile
"

View File

@ -238,7 +238,7 @@ pref("browser.safebrowsing.provider.0.reportMalwareURL", "http://www.google.com/
pref("browser.safebrowsing.provider.0.reportMalwareErrorURL", "http://google.com/safebrowsing/diagnostic?tpl={moz:client}&site=%REPORTED_URL%&hl=%LANGUAGE%");
// URL the user is forwarded to after submitting an error report
pref("browser.safebrowsing.sendToURLAfterReporting", "http://caminobrowser.org/documentation/security/report-submitted/");
pref("browser.safebrowsing.sendToURLAfterReporting", "http://caminobrowser.org/security/report-submitted.php");
// Location of more information about the safe browsing feature
pref("browser.safebrowsing.warning.infoURL", "http://caminobrowser.org/documentation/security/#safebrowsing");