We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb91ace commit 4bcc589Copy full SHA for 4bcc589
3 files changed
CHANGES.md
@@ -4,6 +4,7 @@
4
5
- Remove consent dialog again
6
- Drag and drop to reorder search engines
7
+- Remove Baidu because it doesn't work anymore with URLs
8
9
## v4.4.2
10
public/icons/baidu.png
-914 Bytes
source/storage.ts
@@ -96,17 +96,6 @@ export const defaultOptions: Options = Object.freeze({
96
postFieldName: 'url',
97
contentType: 'application/x-www-form-urlencoded',
98
},
99
- {
100
- name: 'Baidu',
101
- icon: 'icons/baidu.png',
102
- url: 'https://image.baidu.com/n/pc_search?queryImageUrl=%s',
103
- selected: false,
104
- doNotEncodeUrl: false,
105
- stripProtocol: false,
106
- method: 'GET' as const,
107
- postFieldName: 'url',
108
- contentType: 'application/x-www-form-urlencoded',
109
- },
110
{
111
name: 'SauceNAO',
112
icon: 'icons/saucenao.png',
0 commit comments