Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

How can I prevent Firefox from opening iTunes or asking me what application I want to use for itms/itmss links?

  • 5 odpovedí
  • 4 majú tento problém
  • 34 zobrazení
  • Posledná odpoveď od H.E.L.P.e.R.

more options

When I open an iTunes App Store link, Firefox wants to automatically open iTunes. In Options>Applications, I found content types itms and itmss, which cause this behavior. I can change them to "Always ask", but when I do, I get a the pop-up every time I open link asking me to pick between "iTunes" or "Choose an Application." To prevent future pop-ups, I can check "Remember my choice for itmss links" but only after selecting iTunes or another application. There should be a third option there for "Do Nothing." Is there some way to tell Firefox to completely ignore itms/itmss content?

When I open an iTunes App Store link, Firefox wants to automatically open iTunes. In Options>Applications, I found content types itms and itmss, which cause this behavior. I can change them to "Always ask", but when I do, I get a the pop-up every time I open link asking me to pick between "iTunes" or "Choose an Application." To prevent future pop-ups, I can check "Remember my choice for itmss links" but only after selecting iTunes or another application. There should be a third option there for "Do Nothing." Is there some way to tell Firefox to completely ignore itms/itmss content?

Vybrané riešenie

cor-el said

Are there protocol-handler prefs if you search the about:config page?
  • network.protocol-handler.

You have just solved my problem - there were no network.protocol-handler.external. prefs for itms or itmss, so I added them as booleans:

network.protocol-handler.external.itms network.protocol-handler.external.itmss

Set both to false, and voila! No more iTunes, no more asking me what program to use.

Čítať túto odpoveď v kontexte 👍 2

Všetky odpovede (5)

more options

It will only take action if you choose in action. Unfortunately the default is always ask.

more options

I assume that you mean protocol links (itms:// and itmss://) and not a file extension or MIME type.

You can search the Windows registry and remove the keys for the itms and itmss protocols to prevent Firefox from finding these protocols.

more options

cor-el said

I assume that you mean protocol links (itms:// and itmss://) and not a file extension or MIME type. You can search the Windows registry and remove the keys for the itms and itmss protocols to prevent Firefox from finding these protocols.

It looks like the app store pages automatically redirect to itmss links, so when I delete these registry keys, I get:

"Problem loading page

The address wasn't understood

Firefox doesn't know how to open this address, because one of the following protocols (itmss) isn't associated with any program or is not allowed in this context.

You might need to install other software to open this address."

I guess I'll just have to deal with the pop-ups.

more options

Are there protocol-handler prefs if you search the about:config page?

  • network.protocol-handler.
more options

Vybrané riešenie

cor-el said

Are there protocol-handler prefs if you search the about:config page?
  • network.protocol-handler.

You have just solved my problem - there were no network.protocol-handler.external. prefs for itms or itmss, so I added them as booleans:

network.protocol-handler.external.itms network.protocol-handler.external.itmss

Set both to false, and voila! No more iTunes, no more asking me what program to use.