Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove FindX search engine (I believe it's been EOLed). This was already
Browse files Browse the repository at this point in the history
removed from brave-core with brave/brave-browser#2047
  • Loading branch information
bsclifton committed Dec 5, 2018
1 parent cb2318e commit d01837a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/data/searchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,6 @@ module.exports = { "providers" :
"localImage" : getFaviconUrl('favicon_that_shall_not_be_named', 'png'),
"search" : "https://searx.me/?q={searchTerms}&categories=general",
"shortcut" : ":x"
},
{
"name": "findx",
"base": "https://www.findx.com",
"image": getPath('findx'),
"localImage" : getFaviconUrl('findx'),
"search": "https://www.findx.com/search?q={searchTerms}&type=web",
"autocomplete": "https://www.findx.com/api/web-search/suggestions/?q={searchTerms}&type=opensearch",
"shortcut": ":fx"
}
]
}

0 comments on commit d01837a

Please sign in to comment.