Skip to content

Commit 4bcc589

Browse files
committed
Remove Baidu because it doesn't seem to work anymore with URLs
See #86
1 parent bb91ace commit 4bcc589

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Remove consent dialog again
66
- Drag and drop to reorder search engines
7+
- Remove Baidu because it doesn't work anymore with URLs
78

89
## v4.4.2
910

public/icons/baidu.png

-914 Bytes
Binary file not shown.

source/storage.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,6 @@ export const defaultOptions: Options = Object.freeze({
9696
postFieldName: 'url',
9797
contentType: 'application/x-www-form-urlencoded',
9898
},
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-
},
11099
{
111100
name: 'SauceNAO',
112101
icon: 'icons/saucenao.png',

0 commit comments

Comments
 (0)