diff options
Diffstat (limited to '14/index.md')
-rw-r--r-- | 14/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/14/index.md b/14/index.md new file mode 100644 index 0000000..e8e0bfa --- /dev/null +++ b/14/index.md @@ -0,0 +1,10 @@ +Title: Fix DuckDuckGo search links +Author: rodarima +Created: Sun, 17 Dec 2023 19:15:33 +0000 +State: closed + +The DuckDuckGo service that redirects the links from the search page is returning a broken page for non-javascript browsers. They have a meta refresh tag in the body, instead of in the head. + +Adding the kd=-1 argument causes the DuckDuckGo search results to point directly to the target page avoiding the redirection. + +Fixes: #8
\ No newline at end of file |