~adiroiban/ubufox/pt-BR

« back to all changes in this revision

Viewing changes to defaults/preferences/ubufox-pfs.js

  • Committer: Alexander Sack
  • Date: 2010-02-17 19:14:31 UTC
  • Revision ID: asac@ubuntu.com-20100217191431-v6bch8viqfi5jybj
* point pfs urls to 10.04 DB by default
  - update defaults/preferences/ubufox-pfs.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
// use ubuntu plugin finder service
3
 
pref ("pfs.datasource.url", "https://mozilla-pfs.ubuntu.com/plugin-finder?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&distributionID=9.10");
4
 
pref ("pfs.filehint.url", "https://mozilla-pfs.ubuntu.com/plugin-finder?op=filehint2name&distributionID=9.10");
 
3
pref ("pfs.datasource.url", "https://mozilla-pfs.ubuntu.com/plugin-finder?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&distributionID=10.04");
 
4
pref ("pfs.filehint.url", "https://mozilla-pfs.ubuntu.com/plugin-finder?op=filehint2name&distributionID=10.04");
5
5