mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
![Nick Alexander](/assets/img/avatar_default.png)
For all channels, this commit: 1. stops registering the ftp protocol handler at install time; 2. actively unregisters the ftp protocol handler at postupdate time; 3. stops unregistering the ftp protocol handler at uninstall time. The rationale for 3) is that by the time a `helper.exe` with this change is in place, the `postupdate` step has already run and unregistered the ftp protocol handler. Differential Revision: https://phabricator.services.mozilla.com/D104735