mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fix StartPage search engine default configuration
BUG: 419530 FIXED-IN: 23.08.4 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
26cefc973b
commit
f2460c1f8e
|
@ -1,5 +1,6 @@
|
||||||
Version 23.08.4
|
Version 23.08.4
|
||||||
* Fix crash when starting new session after crash (BUG: 408701)
|
* Fix crash when starting new session after crash (BUG: 408701)
|
||||||
|
* Fix Startpage search engine default configuration (BUG: 419530)
|
||||||
|
|
||||||
Version 23.08.0
|
Version 23.08.0
|
||||||
* A bit faster restoring of session with a lot of tabs
|
* A bit faster restoring of session with a lot of tabs
|
||||||
|
|
|
@ -165,12 +165,11 @@ void SearchEnginesManager::restoreDefaults()
|
||||||
duck.suggestionsUrl = QSL("https://ac.duckduckgo.com/ac/?q=%s&type=list");
|
duck.suggestionsUrl = QSL("https://ac.duckduckgo.com/ac/?q=%s&type=list");
|
||||||
|
|
||||||
Engine sp;
|
Engine sp;
|
||||||
sp.name = QSL("StartPage");
|
sp.name = QSL("Startpage");
|
||||||
sp.icon = QIcon(QSL(":/icons/sites/startpage.png"));
|
sp.icon = QIcon(QSL(":/icons/sites/startpage.png"));
|
||||||
sp.url = QSL("https://startpage.com/do/search");
|
sp.url = QSL("https://www.startpage.com/sp/search?query=%s&cat=web&pl=opensearch");
|
||||||
sp.postData = "query=%s&cat=web&language=english";
|
|
||||||
sp.shortcut = QSL("sp");
|
sp.shortcut = QSL("sp");
|
||||||
sp.suggestionsUrl = QSL("https://startpage.com/cgi-bin/csuggest?output=json&lang=english&query=%s");
|
sp.suggestionsUrl = QSL("https://www.startpage.com/osuggestions?q=%s");
|
||||||
|
|
||||||
Engine wiki;
|
Engine wiki;
|
||||||
wiki.name = QSL("Wikipedia (en)");
|
wiki.name = QSL("Wikipedia (en)");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user