Closed
Bug 387840
Opened 19 years ago
Closed 19 years ago
Thunderbird runs safe-browsing
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dveditz, Assigned: mscott)
Details
(Keywords: topcrash)
Thunderbird includes the toolkit urlclassifier service, and it's even causing the #7 topcrash in 2.0.0.4!
We need to stick --disable-safe-browsing into the default tbird config to turn this off, otherwise we're taking the startup hit, keeping extra filehandles open (urlclassifier2.sqlite), and even risking extra crashes.
If we upgrade the Tb3 anti-phishing to include real data rather than just heuristics then that can easily be changed.
see bug 321034 comment 23
Flags: wanted1.8.1.x+
Flags: blocking1.8.1.6?
Flags: blocking-thunderbird2?
| Reporter | ||
Comment 1•19 years ago
|
||
make that bug 321024 comment 23
Since the urlclassifier doesn't do much good without front-end support acting on the data it probably should be default-disabled in toolkit rather than default-enabled. Otherwise anyone making a xulrunner app needs to know to turn it off, and Sunbird, and maybe also Firefox-based browsers like Flock and Netscape (dunno if they use the anti-phishing stuff or not, or if they need formal agreements w/Google to have all their users hit the google-hosted service).
Comment 2•19 years ago
|
||
I think it's safe to keep it on by default. It adds a bit of code bloat, but that's it. The UrlClassifier service doesn't do anything unless you grab an instance of it.
Also, I think Flock does use anti-phishing stuff, however, they only get some of the data (basically, the same protection you get from the api: http://code.google.com/apis/safebrowsing/ ).
| Reporter | ||
Comment 3•19 years ago
|
||
Turns out Tbird definitely intends to use this code on the branch. I thought that feature had been cut, but was wrong -- there is front-end support for it.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 4•19 years ago
|
||
oh, and my concerns in comment 1 were misplaced, it _is_ disabled by default and explicitly enabled in configure.in for the browser and mail projects.
| Reporter | ||
Updated•18 years ago
|
Flags: wanted1.8.1.x+
Flags: blocking1.8.1.7?
Flags: blocking-thunderbird2?
You need to log in
before you can comment on or make changes to this bug.
Description
•