Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Custom protocol handler does not get arguments

  • 1 resposta
  • 1 tem este problema
  • 9 visualizações
  • Última resposta de cor-el

more options

Dear community,

I am trying to handle custom protocol with Firefox, but Firefox does behave as it should. I would like to open the protocol "foo" with a custom application.

- In "about:config", I have added the following key: network.protocol-handler.expose.foo

- I set its value to false.

- I made a link on a webpage pointing to 'foo:bar'.

- I clicked on the link.

- I chose my application, which just displays the argument list.

- The argument list is always empty (was expecting 'bar' or 'foo:bar' or something).

- Instead of my application, I tried to use the mail client (for debugging purpose, ultimately I want my application to be run).

- I clicked on the link.

- The mail client run, but I get an error: "The operation couldn’t be completed. (MCMailErrorDomain error 1030.). No associated application could be found".

- I changed the link to 'mailto:bar'.

- I clicked on the link.

- The mail client open normally and create an email with 'bar' as recipient.

It seems Firefox is not handling custom protocol the same way it handles 'mailto'. What can I do to solve this issue?

Dear community, I am trying to handle custom protocol with Firefox, but Firefox does behave as it should. I would like to open the protocol "foo" with a custom application. - In "about:config", I have added the following key: network.protocol-handler.expose.foo - I set its value to false. - I made a link on a webpage pointing to 'foo:bar'. - I clicked on the link. - I chose my application, which just displays the argument list. - The argument list is always empty (was expecting 'bar' or 'foo:bar' or something). - Instead of my application, I tried to use the mail client (for debugging purpose, ultimately I want my application to be run). - I clicked on the link. - The mail client run, but I get an error: "The operation couldn’t be completed. (MCMailErrorDomain error 1030.). No associated application could be found". - I changed the link to 'mailto:bar'. - I clicked on the link. - The mail client open normally and create an email with 'bar' as recipient. It seems Firefox is not handling custom protocol the same way it handles 'mailto'. What can I do to solve this issue?

Alterado por slagt em

Todas as respostas (1)

more options

Did you try to specify a valid link (email: mailto://xx@xx.com; foo: foo://<file to pass>)? When Firefox isn't able to send the file then it might fail silently.

You can check the handlers.json file in the profile folder.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:preferences page.