Skip to content

Commit 5973084

Browse files
committed
update verify-search-engine-configs.mjs
1 parent c5e55c1 commit 5973084

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
@@ -89,7 +89,7 @@ const config = {
8989

9090
const urls = {
9191
google: ['https://www.google.com/search?q=hello'],
92-
bing: ['https://www.bing.com/search?q=hello', 'https://cn.bing.com/search?q=hello'],
92+
bing: ['https://www.bing.com/search?q=hello'],
9393
yahoo: ['https://search.yahoo.com/search?p=hello', 'https://search.yahoo.co.jp/search?p=hello'],
9494
duckduckgo: [],
9595
startpage: [], // need redirect and post https://www.startpage.com/do/search?query=hello

0 commit comments

Comments
 (0)