Network.protocol-handler.expose.(protocol): Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
m (→‎Caveats: typo)
Line 10: Line 10:


==Caveats==
==Caveats==
*[[network.protocol-handler.expose-all]] acts as an override to this preference. If network.protocol-handler.expose-all is true, this preference has no effect.
*[[network.protocol-handler.expose_all]] acts as an override to this preference. If network.protocol-handler.expose-all is true, this preference has no effect.
*This preference has no effect on Windows. See [[Register protocol|this article]] for info.
*This preference has no effect on Windows. See [[Register protocol|this article]] for info.
*This preference only exists by default for certain protocols.
*This preference only exists by default for certain protocols.

Revision as of 18:32, 16 October 2006

Background

Protocols (ex: http, ftp, mailto) are different methods of sending information over the Internet. Protocols may be handled by Mozilla applications themselves, or they may be passed to external applications, or they may not be handled at all. On Linux and Mac systems, this preference determines whether a specific protocol should be handled at all (either internally or externally).

Possible values and their effects

true

This protocol should be handled either by the browser or by an external application.

false

This protocol should not be handled by the browser, nor by an external application.

Caveats

  • network.protocol-handler.expose_all acts as an override to this preference. If network.protocol-handler.expose-all is true, this preference has no effect.
  • This preference has no effect on Windows. See this article for info.
  • This preference only exists by default for certain protocols.

First checked in

2003-11-20 by Darin Fisher

Has an effect in

  • Netscape (all versions since 8.1)
  • Mozilla Suite (all versions since 1.6)
  • Mozilla Firefox (all versions since 0.8)
  • Sunbird (all versions)

See also

Related bugs

Related preferences