File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments