Skip to content

Commit 8693f9e

Browse files
committed
chore
1 parent a1d58d7 commit 8693f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/verify-search-engine-configs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const urls = {
9191
google: ['https://www.google.com/search?q=hello'],
9292
bing: ['https://www.bing.com/search?q=hello', 'https://cn.bing.com/search?q=hello'],
9393
yahoo: ['https://search.yahoo.com/search?p=hello', 'https://search.yahoo.co.jp/search?p=hello'],
94-
duckduckgo: ['https://duckduckgo.com/s?q=hello'],
94+
duckduckgo: [],
9595
startpage: [], // need redirect and post https://www.startpage.com/do/search?query=hello
9696
baidu: ['https://www.baidu.com/s?wd=hello'],
9797
kagi: [], // need login https://kagi.com/search?q=hello

0 commit comments

Comments
 (0)