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:
Edmund Wong 2014-05-27 10:17:07 +08:00
Родитель 9b8912dd85
Коммит 29f924e75b
1 изменённых файлов: 3 добавлений и 0 удалений
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);