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

Commit

Permalink
Remove the t=canonical string from DDG search (#251)
Browse files Browse the repository at this point in the history
Revert commit 04f61fc that added the t=canonical string to the searches
  • Loading branch information
Aury88 authored and UniversalSuperBox committed Nov 1, 2019
1 parent 07572e0 commit 1ed1daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/webbrowser/searchengines/duckduckgo.xml
@@ -1,6 +1,6 @@
<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="text/html" template="https://duckduckgo.com/?q={searchTerms}"/>
<Url type="application/x-suggestions+json" template="https://ac.duckduckgo.com/ac/?q={searchTerms}&amp;type=list"/>
</OpenSearchDescription>

0 comments on commit 1ed1daf

Please sign in to comment.