Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Remove the DDG search with canonical string #250

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/app/webbrowser/searchengines/duckduckgo-html-only.xml

This file was deleted.

3 changes: 1 addition & 2 deletions src/app/webbrowser/searchengines/duckduckgo.xml
@@ -1,6 +1,5 @@
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>DuckDuckGo</ShortName>
<Description>Search DuckDuckGo</Description>
<Url type="text/html" template="https://duckduckgo.com/?q={searchTerms}&amp;t=canonical"/>
<Url type="application/x-suggestions+json" template="https://ac.duckduckgo.com/ac/?q={searchTerms}&amp;type=list"/>
<Url type="text/html" template="https://duckduckgo.com/html/?q={searchTerms}"/>
</OpenSearchDescription>