搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 5 回覆
  • 4 有這個問題
  • 714 次檢視
  • 最近回覆由 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?

被選擇的解決方法

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.

從原來的回覆中察看解決方案 👍 2

所有回覆 (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

選擇的解決方法

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.