Handling / Open Magnet Link #1182
jasonyang-ee
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Captchas
What happened?
Issue
The default behavior of clicking torrent magnet link will not prompt for action. (Obviously, I am using this for getting all the Linux distro iso file.)
Expected Behavior
On default, Firefox will ask user to allow opening of magnet link on current domain. Then, it will ask for application to open the magnet link.
Current Work Around
about:config
addnetwork.protocol-handler.expose.magnet
entry withfalse
boolean valueapplication content type
in setting page by selecting some torrent handling program.profile folder
/handler.json
file and replace the"magnet":{"action":2,"handlers":[{"name":"torrent","path":"C:\\Program Files\\qBittorrent\\qbittorrent.exe"}]}
with"magnet":{"action":2,"handlers":[{"name":"torrent","uriTemplate":"https://mydomain.com/#/magnet/%s"}]}
Request
network.protocol-handler.expose.magnet
config property tofalse
at minimum.Reproducible?
Version
1.0.0-a.34 (64-bit)
What platform are you seeing the problem on?
Windows
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions