diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-31 23:02:11 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-31 23:02:11 +0100 |
commit | 007fa4a3de674cd44c9b4609d8567facc307de51 (patch) | |
tree | cc49e877b073844ef40c26218eb10ad326a154a5 /mozilla-testing/iceweasel-libre/region.properties | |
parent | 6fe37f4d0d58fef7e918c59a8c22a2d7169db64d (diff) | |
parent | c7939f2babc29899c41dfbad83b967b8f832ee85 (diff) | |
download | abslibre-007fa4a3de674cd44c9b4609d8567facc307de51.tar.gz abslibre-007fa4a3de674cd44c9b4609d8567facc307de51.tar.bz2 abslibre-007fa4a3de674cd44c9b4609d8567facc307de51.zip |
Merge branch 'master' of git+ssh://parabola-git/abslibre
Diffstat (limited to 'mozilla-testing/iceweasel-libre/region.properties')
-rw-r--r-- | mozilla-testing/iceweasel-libre/region.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/region.properties b/mozilla-testing/iceweasel-libre/region.properties new file mode 100644 index 000000000..2e980987e --- /dev/null +++ b/mozilla-testing/iceweasel-libre/region.properties @@ -0,0 +1,23 @@ +# Default search engine +browser.search.defaultenginename=Duck Duck Go (SSL) + +# Search engine order (order displayed in the search bar dropdown)s +browser.search.order.1=Duck Duck Go (SSL) +browser.search.order.2=Duck Duck Go (Lite) + + +# Keyword URL (for location bar searches) +keyword.URL=https://duckduckgo.com/?q= + +# URL for site-specific search engines +# TRANSLATION NOTE: {moz:domain} and {searchTerms} are placeholders for the site +# to be searched and the user's search query. Place them in the appropriate location +# for your locale's URL but do not translate them. +browser.search.siteSearchURL=https://duckduckgo.com/?q=site%3A{moz:domain}+{searchTerms} + +# increment this number when anything gets changed in the list below. This will +# cause Firefox to re-read these prefs and inject any new handlers into the +# profile database. Note that "new" is defined as "has a different URL"; this +# means that it's not possible to update the name of existing handler, so +# don't make any spelling errors here. +#gecko.handlerService.defaultHandlersVersion=3 |