Skip to content

Commit

Permalink
update verify-search-engine-configs.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 30, 2024
1 parent f200390 commit e29f8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/verify-search-engine-configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const urls = {
kagi: [], // need login https://kagi.com/search?q=hello
yandex: [], // need cookie https://yandex.com/search/?text=hello
naver: ['https://search.naver.com/search.naver?query=hello'],
brave: ['https://search.brave.com/search?q=hello'],
brave: [],
searx: ['https://searx.tiekoetter.com/search?q=hello'],
ecosia: [], // unknown verify method https://www.ecosia.org/search?q=hello
neeva: [], // unknown verify method(FetchError: maximum redirect reached) https://neeva.com/search?q=hello
Expand Down

0 comments on commit e29f8a1

Please sign in to comment.