Bug 1673229 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I guess Firefox registers itself as the default ftp:// protocol handler somehow. So Firefox tries to open the ftp:// link with an external app, which ends up with launching itself.

If Firefox receives another unknown protocol, it will search the URL with the default search engine instead. I think ftp:// should behave similarly when network.ftp.enabled is true.
I guess Firefox registers itself as the default ftp:// protocol handler somehow. So Firefox tries to open the ftp:// link with an external app, which ends up with launching itself.

If Firefox receives another unknown protocol, it will search the URL with the default search engine instead. I think ftp:// should behave similarly when network.ftp.enabled is false.

Back to Bug 1673229 Comment 2