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