|
1 # This Source Code Form is subject to the terms of the Mozilla Public |
|
2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 |
|
5 # Default search engine |
|
6 browser.search.defaultenginename=Google |
|
7 |
|
8 # Search engine order (order displayed in the search bar dropdown)s |
|
9 browser.search.order.1=Google |
|
10 browser.search.order.2=Yahoo |
|
11 browser.search.order.3=Bing |
|
12 |
|
13 # increment this number when anything gets changed in the list below. This will |
|
14 # cause Firefox to re-read these prefs and inject any new handlers into the |
|
15 # profile database. Note that "new" is defined as "has a different URL"; this |
|
16 # means that it's not possible to update the name of existing handler, so |
|
17 # don't make any spelling errors here. |
|
18 gecko.handlerService.defaultHandlersVersion=3 |
|
19 |
|
20 # The default set of protocol handlers for webcal: |
|
21 gecko.handlerService.schemes.webcal.0.name=30 Boxes |
|
22 gecko.handlerService.schemes.webcal.0.uriTemplate=https://30boxes.com/external/widget?refer=ff&url=%s |
|
23 |
|
24 # The default set of protocol handlers for mailto: |
|
25 gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail |
|
26 gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s |
|
27 gecko.handlerService.schemes.mailto.1.name=Gmail |
|
28 gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s |
|
29 |
|
30 # This is the default set of web based feed handlers shown in the reader |
|
31 # selection UI |
|
32 browser.contentHandlers.types.0.title=My Yahoo! |
|
33 browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s |