Pfs.datasource.url: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(No difference)

Latest revision as of 22:01, 29 May 2008

Background

Since Firefox 1.0, the “Plugin Finder Service” has been available to locate missing plugins for web content. To accomplish this, Firefox sends the MIME type of the embedded content along with some information about the browser to a URL on Mozilla’s web servers. Details for downloading the necessary plugin are returned, and Firefox can then present the user with the option to install it.

The URL used to retrieve plugin information is determined by this preference.

Possible values and their effects

The URL to use for retrieving RDF-based data on plugins for web content. Default value is https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%, where %PLUGIN_MIMETYPE%, %APP_ID%, %APP_VERSION%, %CLIENT_OS%, %CHROME_LOCALE%, and %APP_RELEASE% are replaced with the MIME type of the embedded content, the browser’s application ID, the browser’s build ID, the user’s OS, the current locale used by the browser’s chrome, and the browser’s version, respectively.

Caveats

First checked in

2004-09-05 by Doron Rosenberg

Has an effect in

  • Firefox (all versions since 1.0)

Related bugs

Related preferences

External links