We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f200390 commit e29f8a1Copy full SHA for e29f8a1
.github/workflows/scripts/verify-search-engine-configs.mjs
@@ -97,7 +97,7 @@ const urls = {
97
kagi: [], // need login https://kagi.com/search?q=hello
98
yandex: [], // need cookie https://yandex.com/search/?text=hello
99
naver: ['https://search.naver.com/search.naver?query=hello'],
100
- brave: ['https://search.brave.com/search?q=hello'],
+ brave: [],
101
searx: ['https://searx.tiekoetter.com/search?q=hello'],
102
ecosia: [], // unknown verify method https://www.ecosia.org/search?q=hello
103
neeva: [], // unknown verify method(FetchError: maximum redirect reached) https://neeva.com/search?q=hello
0 commit comments