Skip to content

Commit e29f8a1

Browse files
committed
update verify-search-engine-configs.mjs
1 parent f200390 commit e29f8a1

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
@@ -97,7 +97,7 @@ const urls = {
9797
kagi: [], // need login https://kagi.com/search?q=hello
9898
yandex: [], // need cookie https://yandex.com/search/?text=hello
9999
naver: ['https://search.naver.com/search.naver?query=hello'],
100-
brave: ['https://search.brave.com/search?q=hello'],
100+
brave: [],
101101
searx: ['https://searx.tiekoetter.com/search?q=hello'],
102102
ecosia: [], // unknown verify method https://www.ecosia.org/search?q=hello
103103
neeva: [], // unknown verify method(FetchError: maximum redirect reached) https://neeva.com/search?q=hello

0 commit comments

Comments
 (0)