mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
According to Mozilla docs, registerProtocolHandler() is only available when using secure contexts (i.e. HTTPS for everything outside localhost). https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler The message "Your browser does not support this feature" does not make this obvious and can lead to confusion if the user is using a modern browser.