OLD | NEW |
1 # This Source Code Form is subject to the terms of the Mozilla Public | 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 | 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/. | 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
4 | 4 |
5 # In Adblock Browser, we set this to DuckDuckGo, see | |
6 # https://issues.adblockplus.org/ticket/2939. | |
7 | |
8 # Default search engine | 5 # Default search engine |
9 browser.search.defaultenginename=DuckDuckGo | 6 browser.search.defaultenginename=Google |
10 | 7 |
11 # Search engine order (order displayed in the search bar dropdown). | 8 # Search engine order (order displayed in the search bar dropdown). |
12 browser.search.order.1=DuckDuckGo | 9 browser.search.order.1=Google |
13 browser.search.order.2=Google | 10 browser.search.order.2=Yahoo |
14 browser.search.order.3=Yahoo | 11 browser.search.order.3=Bing |
15 | |
16 # In Adblock Browser, we want DuckDuckGo to be the default in all countries, | |
17 # see: https://issues.adblockplus.org/ticket/2939. | |
18 | 12 |
19 # These override the equivalents above when the client detects that it is in | 13 # These override the equivalents above when the client detects that it is in |
20 # US market only. | 14 # US market only. |
21 # browser.search.defaultenginename.US=Yahoo | 15 browser.search.defaultenginename.US=Yahoo |
22 # browser.search.order.US.1=Yahoo | 16 browser.search.order.US.1=Yahoo |
23 # browser.search.order.US.2=Google | 17 browser.search.order.US.2=Google |
24 # browser.search.order.US.3=Bing | 18 browser.search.order.US.3=Bing |
25 | 19 |
26 # increment this number when anything gets changed in the list below. This will | 20 # increment this number when anything gets changed in the list below. This will |
27 # cause Firefox to re-read these prefs and inject any new handlers into the | 21 # cause Firefox to re-read these prefs and inject any new handlers into the |
28 # profile database. Note that "new" is defined as "has a different URL"; this | 22 # profile database. Note that "new" is defined as "has a different URL"; this |
29 # means that it's not possible to update the name of existing handler, so | 23 # means that it's not possible to update the name of existing handler, so |
30 # don't make any spelling errors here. | 24 # don't make any spelling errors here. |
31 gecko.handlerService.defaultHandlersVersion=3 | 25 gecko.handlerService.defaultHandlersVersion=3 |
32 | 26 |
33 # The default set of protocol handlers for webcal: | 27 # The default set of protocol handlers for webcal: |
34 gecko.handlerService.schemes.webcal.0.name=30 Boxes | 28 gecko.handlerService.schemes.webcal.0.name=30 Boxes |
(...skipping 25 matching lines...) Expand all Loading... |
60 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ | 54 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ |
61 browser.suggestedsites.adblockplus.bgcolor=#cf0016 | 55 browser.suggestedsites.adblockplus.bgcolor=#cf0016 |
62 | 56 |
63 browser.suggestedsites.acceptableads.title=Acceptable Ads | 57 browser.suggestedsites.acceptableads.title=Acceptable Ads |
64 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/ | 58 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/ |
65 browser.suggestedsites.acceptableads.bgcolor=#69a952 | 59 browser.suggestedsites.acceptableads.bgcolor=#69a952 |
66 | 60 |
67 browser.suggestedsites.adblockbrowserbetacommunity.title=Beta community | 61 browser.suggestedsites.adblockbrowserbetacommunity.title=Beta community |
68 browser.suggestedsites.adblockbrowserbetacommunity.url=https://adblockplus.org/r
edirect?link=adblock_browser_android_beta_community | 62 browser.suggestedsites.adblockbrowserbetacommunity.url=https://adblockplus.org/r
edirect?link=adblock_browser_android_beta_community |
69 browser.suggestedsites.adblockbrowserbetacommunity.bgcolor=#f7f7f7 | 63 browser.suggestedsites.adblockbrowserbetacommunity.bgcolor=#f7f7f7 |
OLD | NEW |