Bug 1005566 - Hovering mouse over a link causes SeaMonkey to send packets to the link's address. r=IanN on a CLOSED TREE.
This commit is contained in:
Родитель
9b8912dd85
Коммит
29f924e75b
suite/browser
|
@ -339,6 +339,9 @@ pref("network.protocol-handler.warn-external.news", true);
|
|||
pref("network.protocol-handler.warn-external.snews", true);
|
||||
pref("network.protocol-handler.warn-external.nntp", true);
|
||||
|
||||
// bug 1005566 - Disable seer until properly supported
|
||||
pref("network.seer.enabled", false);
|
||||
|
||||
pref("mail.biff.show_new_alert", true);
|
||||
|
||||
pref("mailnews.ui.deleteMarksRead", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче