Disabling mailto: in Firefox
Posted by Ceri Davies Fri, 09 Jan 2009 10:08:00 GMT
Not interesting, but I couldn’t find this reliably anywhere else, hence the blog post for Google.
For Firefox 2.x (and maybe 3.x, I don’t know yet) set the following in user.js or about:config to disable mailto: handling.
user_pref("network.protocol-handler.external.mailto", false);