patch for bug 237325 "mailto protocol should be a non-exposed protocol in firefox [makes SendPage work correctly with xremote]" r=bryner

git-svn-id: svn://10.0.0.236/trunk@154051 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net 2004-03-17 00:22:20 +00:00
parent da508a5db5
commit 028658fe96

View File

@ -190,6 +190,7 @@ pref("network.protocol-handler.external.news" , true); // for news
// It will also try to open link clicks inside the browser before
// failing over to the system handlers.
pref("network.protocol-handler.expose-all", true);
pref("network.protocol-handler.expose.mailto", false);
// Default security warning dialogs to show once.
pref("security.warn_entering_secure.show_once", true);