diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-28 21:44:31 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-28 21:44:31 -0400 |
commit | ee74e8d55992b188dadcd700e9869ee0c7bd0a93 (patch) | |
tree | 3af2661778ecd040b36a4a6ad416246a63987722 /libre/iceweasel-libre/region.properties | |
parent | 60a5deef0c56fc9888c9d0d74185d141b794094e (diff) | |
download | abslibre-ee74e8d55992b188dadcd700e9869ee0c7bd0a93.tar.gz abslibre-ee74e8d55992b188dadcd700e9869ee0c7bd0a93.tar.bz2 abslibre-ee74e8d55992b188dadcd700e9869ee0c7bd0a93.zip |
Move [mozilla-testing]/{iceweasel-*,mozilla-searchplugins} to [libre]
Diffstat (limited to 'libre/iceweasel-libre/region.properties')
-rw-r--r-- | libre/iceweasel-libre/region.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/region.properties b/libre/iceweasel-libre/region.properties new file mode 100644 index 000000000..2e980987e --- /dev/null +++ b/libre/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 |