summaryrefslogtreecommitdiff
path: root/searx/settings.yml
AgeCommit message (Collapse)Author
2024-02-01[fix] libgen.fun is down, switch to libgen.rsMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/3178 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-01-31[mod] remove X-XSS-Protection headersMarkus Heiser
Deprecated header not used by browsers nowadays[1]: """In modern browsers, X-XSS-Protection has been deprecated in favor of the Content-Security-Policy to disable the use of inline JavaScript. Its use can introduce XSS vulnerabilities in otherwise safe websites. This should not be used unless you need to support older web browsers that don’t yet support CSP. It is thus recommended to set the header as X-XSS-Protection: 0."""[2] [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection [2] https://infosec.mozilla.org/guidelines/web_security#x-xss-protection Closes: https://github.com/searxng/searxng/issues/3171 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-01-29[feat] engine: implementation of goodreadsBnyro
2024-01-15[mod] presearch: set WEB timeout to 4sec & single network for all requestMarkus Heiser
timeout: 4.0 The timeout of presearch-WEB is left up from the default of 3sec to 4sec. The engine has to send two HTTP requests, they often exceed the default timeout of 3sec. Since all other presearch categories (images, videos, news) also have a timeout of 4 sec, the WEB search should also have the same timeout. network: presearch Place all HTTP requests in the same network, named ``presearch``. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-01-09[mod] get rid of ./utils/brand.env and its workflowMarkus Heiser
All the environments defined in ./utils/brand.env are generated on the fly, so there is no longer a need to define the brand environment in this file and all the workflows to handle this file. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-01-07[feat] autocompleter: implementation of stract (beta)Bnyro
2024-01-07[feat] engine: implementation of stract (beta)Bnyro
2023-12-25[fix] engine - offical URL moved to https://lingva.thedaviddelta.com/Markus Heiser
The ML top-level domain has been removed from Freenom ... moved the official instance to https://lingva.thedaviddelta.com [1] To test use translation syntax: !lv en-de Alternative front-end for Google Translate [1] https://fosstodon.org/@thedaviddelta/111376540936289966 Closes: https://github.com/searxng/searxng/issues/2718 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-12-23[feat] engine: implementation of bahnhof.deBnyro
2023-12-11[feat] engine: implementation of rotten tomatoesBnyro
2023-12-11[feat] engine: implementation of mdnBnyro
2023-12-11[feat] engine: implementation of fyydBnyro
2023-12-11[feat] engine: implementation of podcastindex.orgBnyro
2023-12-11[mod] tootfinder: implement python moduleBnyro
2023-12-03[mod] add option max_page to bing, brave, qwant, startpage & mojeekMarkus Heiser
[1] https://github.com/searxng/searxng/issues/2982#issuecomment-1808975780 Reported-by: @Damaj301damaj-lol [1] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-12-03[mod] add option max_pageMarkus Heiser
Related: https://github.com/searxng/searxng/issues/2982 Closes: https://github.com/searxng/searxng/issues/2972 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-11-27[feat] engine: implementation of bpbBnyro
2023-11-27[feat] yep: support for images and news (and safesearch)Bnyro
2023-11-27[mod] improve implementation of presearch engineMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-11-27[feat] implementation of presearch engineBnyro
2023-11-27[feat] engine: implementation of destatisBnyro
2023-10-09[mod] yacy: use official instance by default and fix crashesBnyro
2023-10-09[mod] add hotkeys option to settings.ymlAlex Balgavy
The change in the hotkey mechanism introduced in 317db5b04 does not allow configuration via `settings.yml`. This commit adds that functionality. Closes: #2898
2023-10-09[feat] implement hackernews engine - news.ycombinator.comHackurei
2023-10-09[fix] matrixrooms add proper MRS integrationAine
Related: - https://github.com/searxng/searxng/issues/2918
2023-10-09[feat] duckduckgo: support for videos and newsBnyro
2023-10-06[feat] engine: implementation of mastodonBnyro
2023-10-05[feat] engine: implementation of radio-browser.infoBnyro
2023-09-30[feat] engine: implementation of pinterestBnyro
2023-09-30[mod] tagesschau: add option to only use tagesschau urlsBnyro
2023-09-30[feat] engine: implementation of matrixrooms.infoBnyro
2023-09-29[feat] engine: implementation of tootfinderBnyro
2023-09-29[mod] add movies category for tmdb, imdb and moviepilotBnyro
2023-09-29[mod] settings.yml: remove plugin settings for plugins that don't exist anymoreBnyro
2023-09-27[fix] engine - kickass update url, fix parsing, use multiple mirrorsjazzzooo
2023-09-25add new parameter called server.public_instanceEmilien Devos
for enabling by default advanced limiter functions in the future allow us to add features just for the public instances
2023-09-24[mod] remove twitter (#2843)Émilien (perso)
2023-09-22[feat] engine: implementation of imgurBnyro
2023-09-21[feat] engine: implementation of chefkoch.deBnyro
2023-09-21[feat] engine: implementation of google icons/material design iconsBnyro
2023-09-21[feat] engine: implementation of wallhavenBnyro
2023-09-19Switch back to qwant web normal APIÉmilien (perso)
2023-09-19wikipedia wikidata infobox + disable wikisource (#2806)Émilien (perso)
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-19[mod] preferences: implement drop-down menu for hotkeys (default, vim)Markus Heiser
Replace the on/off checkbox of the vim-hotkeys in the preferences by a drop-down menu. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-18[feat] search on category select without JSBnyro
Co-authored-by: Alexandre Flament <alex@al-f.net>
2023-09-18[feat] engine: implementation of internet archive scholarBnyro
2023-09-17[feat] implementation of qwant lite for web searchMarkus Heiser
Related: https://github.com/searxng/searxng/issues/2719 Replace: https://github.com/searxng/searxng/pull/2748 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-17[feat] engine: implemenation of moviepilot (de)Bnyro
2023-09-15[feat] implementation of the movie databaseBnyro
2023-09-14[fix] habrahabrJustas Zabulionis