Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							8fa54ffddf 
							
						 
					 
					
						
						
							
							[mod] Shuffle httpx's default ciphers of a SSL context randomly.  
						
						... 
						
						
						
						From the analyse of @9Ninety [1] we know that DDG (and may be other engines / I
have startpage in mind) does some kind of TLS fingerprint to block bots.
This patch shuffles the default ciphers from httpx to avoid a cipher profile
that is known to httpx (and blocked by DDG).
[1] https://github.com/searxng/searxng/issues/2246#issuecomment-1467895556 
----
From `What Is TLS Fingerprint and How to Bypass It`_
> When implementing TLS fingerprinting, servers can't operate based on a
> locked-in whitelist database of fingerprints.  New fingerprints appear
> when web clients or TLS libraries release new versions. So, they have to
> live off a blocklist database instead.
> ...
> It's safe to leave the first three as is but shuffle the remaining ciphers
> and you can bypass the TLS fingerprint check.
.. _What Is TLS Fingerprint and How to Bypass It:
   https://www.zenrows.com/blog/what-is-tls-fingerprint#how-to-bypass-tls-fingerprinting 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Closes: https://github.com/searxng/searxng/issues/2246  
						
					 
					
						2023-03-19 13:40:31 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							677903c355 
							
						 
					 
					
						
						
							
							Merge pull request  #2257  from Solirs/fix_bad_escape  
						
						... 
						
						
						
						re.escape() the query in highlight_content to prevent a server side error. 
						
					 
					
						2023-03-17 08:54:54 +01:00 
						 
				 
			
				
					
						
							
							
								Solirs 
							
						 
					 
					
						
						
						
						
							
						
						
							fbb0e9d275 
							
						 
					 
					
						
						
							
							[fix] server side error: escape backslashes in the query highlight_content  
						
						... 
						
						
						
						Any backslash escapes in the replacement are processed [1], backslashes should
be escaped [2].
[1] https://docs.python.org/3/library/re.html#re.sub 
[2] https://docs.python.org/3/library/re.html#re.escape 
closes:
- https://github.com/searxng/searxng/issues/2256 
- https://github.com/searxng/searxng/issues/2250  
						
					 
					
						2023-03-17 08:46:00 +01:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							86c3757872 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						32926a197aabc876c0ed00f56cf287f68c4c5f83dffe61fac7736cace831b8e3ef3c60afc046a677142041d6119b51df 
					
						2023-03-17 07:07:53 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e9cddc606 
							
						 
					 
					
						
						
							
							rollback test  
						
						
						
					 
					
						2023-03-15 19:55:20 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41ed0ef0c7 
							
						 
					 
					
						
						
							
							test  
						
						
						
					 
					
						2023-03-15 19:53:53 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							097d092a7f 
							
						 
					 
					
						
						
							
							Merge pull request  #2224  from searxng/update_data_update_currencies.py  
						
						... 
						
						
						
						Update searx.data - update_currencies.py 
						
					 
					
						2023-03-15 18:36:29 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85ef1af343 
							
						 
					 
					
						
						
							
							Merge pull request  #2222  from searxng/update_data_update_wikidata_units.py  
						
						... 
						
						
						
						Update searx.data - update_wikidata_units.py 
						
					 
					
						2023-03-15 18:35:36 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							a7f1649190 
							
						 
					 
					
						
						
							
							[fix] remove duplicate key in simple theme ESLint configuration  
						
						... 
						
						
						
						Partial merge of [PR-1736]
[PR-1736] https://github.com/searxng/searxng/pull/1736 
Suggested-by: @FunctionalHacker in [1]
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-03-05 09:12:13 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							150a90c84e 
							
						 
					 
					
						
						
							
							[fix] fix threshold in replace_auto_language  
						
						... 
						
						
						
						[1] https://github.com/searxng/searxng/pull/2027#pullrequestreview-1322157677 
[2] https://github.com/searxng/searxng/pull/1969#issuecomment-1345354529 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-03-05 08:29:58 +01:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							1f36fc3a45 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						0d8ebfe11358dd6d4d8c13db1ae581b60003698f31c796179015ec7303619a68fa90585bc902c5e5 
					
						2023-03-03 07:08:08 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							714e83d5ea 
							
						 
					 
					
						
						
							
							Merge pull request  #2220  from Solirs/gentoo_engine_timeout  
						
						... 
						
						
						
						Increase timeout for gentoo wiki engine 
						
					 
					
						2023-03-01 17:57:21 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1632f18631 
							
						 
					 
					
						
						
							
							Merge pull request  #2227  from searxng/update_data_update_engine_descriptions.py  
						
						... 
						
						
						
						Update searx.data - update_engine_descriptions.py 
						
					 
					
						2023-03-01 17:52:57 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5bbbb14b62 
							
						 
					 
					
						
						
							
							Merge pull request  #2226  from searxng/update_data_update_ahmia_blacklist.py  
						
						... 
						
						
						
						Update searx.data - update_ahmia_blacklist.py 
						
					 
					
						2023-03-01 17:52:02 +01:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							5042d94dea 
							
						 
					 
					
						
						
							
							Update searx.data - update_engine_descriptions.py  
						
						
						
					 
					
						2023-03-01 01:48:22 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							e30a45812f 
							
						 
					 
					
						
						
							
							Update searx.data - update_ahmia_blacklist.py  
						
						
						
					 
					
						2023-03-01 01:38:07 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							935415bfcf 
							
						 
					 
					
						
						
							
							Update searx.data - update_currencies.py  
						
						
						
					 
					
						2023-03-01 01:37:46 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							ccd00518fd 
							
						 
					 
					
						
						
							
							Update searx.data - update_firefox_version.py  
						
						
						
					 
					
						2023-03-01 01:37:42 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							d7f10909fa 
							
						 
					 
					
						
						
							
							Update searx.data - update_wikidata_units.py  
						
						
						
					 
					
						2023-03-01 01:37:25 +00:00 
						 
				 
			
				
					
						
							
							
								Solirs 
							
						 
					 
					
						
						
						
						
							
						
						
							35fbb3578b 
							
						 
					 
					
						
						
							
							Increase timeout for gentoo wiki engine  
						
						
						
					 
					
						2023-02-28 13:54:44 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d669da81fb 
							
						 
					 
					
						
						
							
							Merge pull request  #2027  from dalf/fix_2018  
						
						... 
						
						
						
						Add "auto" as a language. 
						
					 
					
						2023-02-20 12:17:38 +01:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							297e463e49 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						8ff0fa33 
					
						2023-02-19 11:46:59 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							0b1444b61e 
							
						 
					 
					
						
						
							
							[doc] improved docs of implementations for automatic speech recognition  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-19 10:09:52 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							363203c579 
							
						 
					 
					
						
						
							
							Merge pull request  #2201  from return42/fix-2190  
						
						... 
						
						
						
						[doc] slight improvements to the doc of the settings (base_url) 
						
					 
					
						2023-02-18 18:21:14 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							6748e8e2d5 
							
						 
					 
					
						
						
							
							Add "Auto-detected" as a language.  
						
						... 
						
						
						
						When the user choose "Auto-detected", the choice remains on the following queries.
The detected language is displayed.
For example "Auto-detected (en)":
* the next query language is going to be auto detected
* for the current query, the detected language is English.
This replace the autodetect_search_language plugin. 
						
					 
					
						2023-02-17 15:17:36 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							bb83036f48 
							
						 
					 
					
						
						
							
							[fix] typo in searx/plugins/tor_check.py  
						
						... 
						
						
						
						Related: https://github.com/searxng/searxng/pull/2189 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-17 13:09:14 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							5820dc78ce 
							
						 
					 
					
						
						
							
							[doc] slight improvements to the doc of the settings (base_url)  
						
						... 
						
						
						
						Closes: https://github.com/searxng/searxng/issues/2190 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-17 12:08:58 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52f6bc745b 
							
						 
					 
					
						
						
							
							Merge pull request  #2188  from ahmad-alkadri/fix/petalsearch  
						
						... 
						
						
						
						Fix the petalsearch engine 
						
					 
					
						2023-02-15 13:57:28 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba5b6c382f 
							
						 
					 
					
						
						
							
							Merge pull request  #2192  from return42/fix-tineye  
						
						... 
						
						
						
						[mod] disbale engine tineye by default 
						
					 
					
						2023-02-15 06:43:41 +01:00 
						 
				 
			
				
					
						
							
							
								Ahmad Alkadri 
							
						 
					 
					
						
						
						
						
							
						
						
							f6af59899b 
							
						 
					 
					
						
						
							
							Fix petalsearch and remove petalsearch news  
						
						
						
					 
					
						2023-02-14 18:43:55 +01:00 
						 
				 
			
				
					
						
							
							
								Allan Nordhøy 
							
						 
					 
					
						
						
						
						
							
						
						
							2be373a18f 
							
						 
					 
					
						
						
							
							[fix] spelling: Tor, SearXNG  
						
						
						
					 
					
						2023-02-14 17:13:53 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							7d446dfdb2 
							
						 
					 
					
						
						
							
							[mod] disbale engine tineye by default  
						
						... 
						
						
						
						Tineye becomes active as soon as a https:// signature is found in the search
term, but most of the time a reverse image search is not requested when a URL is
specified, often the URL is just from a C&P.
The frequent requests to tineye lead in the end to the SearXNG instance being
blocked by tineye and the user seeing unexpected error messages.
BTW: many maintainers have disabled this engine in their local SearXNG settings.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-14 08:27:19 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							3abff182ea 
							
						 
					 
					
						
						
							
							[fix] remove engine neeva from settings.yml  
						
						... 
						
						
						
						Engine is broken and can't by used any longer as a simple XPath engine.
@allendema tested a engines/neeva.py version using json from the dom, but
without luck: There was some kind of captcha for pagination.
[1] https://github.com/searxng/searxng/issues/2007#issuecomment-1426061698 
Closes: https://github.com/searxng/searxng/issues/2007 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-10 18:46:37 +01:00 
						 
				 
			
				
					
						
							
							
								Lea 
							
						 
					 
					
						
						
						
						
							
						
						
							a530ac4099 
							
						 
					 
					
						
						
							
							fix: typo in suggestions  
						
						
						
					 
					
						2023-02-10 15:33:25 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							415f6398d6 
							
						 
					 
					
						
						
							
							[fix] time_range in HTML form should not be a string 'None'  
						
						... 
						
						
						
						Before this patch SearXNG returns 'time_range': 'None'::
    <form method="GET" action="/searx/search">
      ...
      <input type="hidden" name="time_range" value="None">
      ...
    </form>
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-10 15:32:21 +01:00 
						 
				 
			
				
					
						
							
							
								wibyweb 
							
						 
					 
					
						
						
						
						
							
						
						
							6707354bc8 
							
						 
					 
					
						
						
							
							[mod] engine wiby: add pagination  
						
						... 
						
						
						
						Suggested by: @wibyweb in searx https://github.com/searx/searx/pull/3465 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-10 15:31:24 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							4c06837a50 
							
						 
					 
					
						
						
							
							[mod] make python code pylint 2.16.1 compliant  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-10 13:59:21 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7320b0c796 
							
						 
					 
					
						
						
							
							Merge pull request  #2130  from searxng/translations_update  
						
						... 
						
						
						
						Update translations 
						
					 
					
						2023-02-04 17:53:20 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5a73d77b3 
							
						 
					 
					
						
						
							
							Bump grunt from 1.5.3 to 1.6.1 in /searx/static/themes/simple  
						
						... 
						
						
						
						Bumps [grunt](https://github.com/gruntjs/grunt ) from 1.5.3 to 1.6.1.
- [Release notes](https://github.com/gruntjs/grunt/releases )
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG )
- [Commits](https://github.com/gruntjs/grunt/compare/v1.5.3...v1.6.1 )
---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-02-04 08:10:18 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							257dc7d6c4 
							
						 
					 
					
						
						
							
							[fix-2146] set different HTTP Referer header to DuckDuckGo requests  
						
						... 
						
						
						
						For what ever reasons, ddg-lite don't like the Referer
  https://lite.duckduckgo.com/ 
In an interactive session in the WEB browser the the Reverer has exactly this
value, but ddg-lite don't like this value when the request is build up by
SearXNG.  The new value is:
  https://google.com/ 
What fakes a user comes from a google link.
Related: https://github.com/searxng/searxng/pull/2081 
Closes: https://github.com/searxng/searxng/issues/2146 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-02-03 08:45:51 +01:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							8db35f8e9c 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						009d48c2a5353bad1617f45879bc60f4 
					
						2023-02-03 07:15:25 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d102fb08f 
							
						 
					 
					
						
						
							
							Merge pull request  #2132  from dalf/update_pr_1967  
						
						... 
						
						
						
						search.suspended_time settings: bug fixes 
						
					 
					
						2023-01-29 20:48:43 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							feccee01c0 
							
						 
					 
					
						
						
							
							[doc] Add doc-strings to searx.exceptions  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-01-29 19:06:19 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f808088f1 
							
						 
					 
					
						
						
							
							Merge pull request  #2139  from dalf/fix_update_languages  
						
						... 
						
						
						
						Fix update languages 
						
					 
					
						2023-01-29 17:59:59 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d989c9429f 
							
						 
					 
					
						
						
							
							Merge pull request  #2134  from searxng/update_data_update_wikidata_units.py  
						
						... 
						
						
						
						Update searx.data - update_wikidata_units.py 
						
					 
					
						2023-01-29 17:59:40 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c2667b956 
							
						 
					 
					
						
						
							
							Merge pull request  #2135  from searxng/update_data_update_ahmia_blacklist.py  
						
						... 
						
						
						
						Update searx.data - update_ahmia_blacklist.py 
						
					 
					
						2023-01-29 17:59:03 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6a17f2fae 
							
						 
					 
					
						
						
							
							Merge pull request  #2136  from searxng/update_data_update_firefox_version.py  
						
						... 
						
						
						
						Update searx.data - update_firefox_version.py 
						
					 
					
						2023-01-29 17:58:22 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4cbf8829a 
							
						 
					 
					
						
						
							
							Merge pull request  #2137  from searxng/update_data_update_currencies.py  
						
						... 
						
						
						
						Update searx.data - update_currencies.py 
						
					 
					
						2023-01-29 17:57:56 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							bfca63c536 
							
						 
					 
					
						
						
							
							wikipedia engine: update _fetch_supported_languages  
						
						... 
						
						
						
						the layout https://meta.wikimedia.org/wiki/List_of_Wikipedias  has changed 
						
					 
					
						2023-01-29 10:01:58 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							8256de2fe8 
							
						 
					 
					
						
						
							
							peertube engine: update _fetch_supported_languages  
						
						... 
						
						
						
						There is now an API to get the list of supported languages
https://docs.joinpeertube.org/api-rest-reference.html#tag/Video/operation/getLanguages  
						
					 
					
						2023-01-29 10:01:54 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							f900e33092 
							
						 
					 
					
						
						
							
							Update searx.data - update_engine_descriptions.py  
						
						
						
					 
					
						2023-01-29 01:33:29 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							dafe026815 
							
						 
					 
					
						
						
							
							Update searx.data - update_currencies.py  
						
						
						
					 
					
						2023-01-29 01:24:14 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							47435be70b 
							
						 
					 
					
						
						
							
							Update searx.data - update_firefox_version.py  
						
						
						
					 
					
						2023-01-29 01:23:43 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							53a4a90d0c 
							
						 
					 
					
						
						
							
							Update searx.data - update_wikidata_units.py  
						
						
						
					 
					
						2023-01-29 01:23:42 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							9dd95457a9 
							
						 
					 
					
						
						
							
							Update searx.data - update_ahmia_blacklist.py  
						
						
						
					 
					
						2023-01-29 01:23:42 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							37addec69e 
							
						 
					 
					
						
						
							
							search.suspended_time settings: bug fixes  
						
						... 
						
						
						
						* fix type in settings.yml: replace suspend_times by suspended_times
* always use delay defined in settings.yml:
  * HTTP status 402 and 403: read the value from settings.yml instead of using the hardcoded value of 1 day.
  * startpage engine: CAPTCHA suspend the engine for one day instead of one week 
						
					 
					
						2023-01-28 10:24:14 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28356f4284 
							
						 
					 
					
						
						
							
							Merge pull request  #2115  from searxng/dependabot/pip/master/flask-babel-3.0.0  
						
						... 
						
						
						
						Bump flask-babel from 2.0.0 to 3.0.0 
						
					 
					
						2023-01-27 10:43:17 +01:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							b3883dc395 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
					 
					
						2023-01-23 23:00:38 +01:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							8ead23347f 
							
						 
					 
					
						
						
							
							[fix] use input elements for pagination requests  
						
						... 
						
						
						
						* use html input elements instead of buttons for the pagination forms at the bottom of the result page
* move the less section that hides the pagination number widget on mobile to the mobile section
* clean up the less code for styling the numbers of the pagination widget
* fix: add the margin for box results (like in news category) to the bottom of the result to have a margin between pagination widget and article result 
						
					 
					
						2023-01-23 22:56:55 +01:00 
						 
				 
			
				
					
						
							
							
								llmII 
							
						 
					 
					
						
						
						
						
							
						
						
							d2b2300ee1 
							
						 
					 
					
						
						
							
							Feature: Pagination Widget with list of numbers.  
						
						... 
						
						
						
						Adds to the navigation widget, preserving forward/backward nav, and
inserting a list of clickable page numbers between them.
Phone sized devices continue without this widget as deterministic
display under small screen sizes has not been solved.
The widget is agnostic to the actual amount of pages there are that one
can navigate to and as such shows all plausible, albeit not necessarilly
valid, possibilities.
This widget does not interfere with infinite scroll in any fashion. 
						
					 
					
						2023-01-23 21:22:06 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							06b5068a2e 
							
						 
					 
					
						
						
							
							SearXNG version: YYYY.MM.DD without leading zero  
						
						
						
					 
					
						2023-01-22 10:45:00 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							a9d6f7532a 
							
						 
					 
					
						
						
							
							weblate: migration to  https://translate.codeberg.org/  
						
						
						
					 
					
						2023-01-21 15:45:12 +00:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							6e4c8b3516 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						
						
					 
					
						2023-01-20 11:32:23 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							f759a84af4 
							
						 
					 
					
						
						
							
							SearXNG version: fix make docker  
						
						... 
						
						
						
						continuation of #2117 
related to #2111 
This commit:
* fixes the Docker tag using an additional variable DOCKER_TAG, see searx/version.py
* fixes the Docker labels org.label-schema.vcs-ref and org.opencontainers.image.revision
* adds searx/version_frozen to .gitignore 
						
					 
					
						2023-01-20 10:46:00 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							70fff2ebf1 
							
						 
					 
					
						
						
							
							Bump flask-babel from 2.0.0 to 3.0.0  
						
						... 
						
						
						
						Bumps [flask-babel](https://github.com/python-babel/flask-babel ) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/python-babel/flask-babel/releases )
- [Changelog](https://github.com/python-babel/flask-babel/blob/master/CHANGELOG )
- [Commits](https://github.com/python-babel/flask-babel/compare/v2.0.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: flask-babel
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-01-20 09:38:30 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							0515f2974b 
							
						 
					 
					
						
						
							
							Version number follows PEP440 : replace - by +  
						
						... 
						
						
						
						Close  #2111  
					
						2023-01-20 09:05:44 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d72ef3cbe 
							
						 
					 
					
						
						
							
							Merge pull request  #2109  from ahmad-alkadri/fix/highlight-full-word  
						
						... 
						
						
						
						Standalone words highlighting for query result in non-CJK characters 
						
					 
					
						2023-01-17 23:24:04 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13b0c251c4 
							
						 
					 
					
						
						
							
							Merge pull request  #2100  from nexryai/master  
						
						... 
						
						
						
						Add goo engine 
						
					 
					
						2023-01-15 23:08:28 +01:00 
						 
				 
			
				
					
						
							
							
								ahmad-alkadri 
							
						 
					 
					
						
						
						
						
							
						
						
							99b5272d9a 
							
						 
					 
					
						
						
							
							A little fix and modified the testing for content highlight  
						
						
						
					 
					
						2023-01-15 16:51:31 +01:00 
						 
				 
			
				
					
						
							
							
								Léon Tiekötter 
							
						 
					 
					
						
						
						
						
							
						
						
							0cedb1c6d8 
							
						 
					 
					
						
						
							
							Add search.suspended_times settings  
						
						... 
						
						
						
						Make suspended_time changeable in settings.yml
Allow different values to be set for different exceptions.
Co-authored-by: Alexandre Flament <alex@al-f.net> 
						
					 
					
						2023-01-15 09:00:32 +00:00 
						 
				 
			
				
					
						
							
							
								ahmad-alkadri 
							
						 
					 
					
						
						
						
						
							
						
						
							6c421110b5 
							
						 
					 
					
						
						
							
							Perso branch - added cjk check and enclosement  
						
						
						
					 
					
						2023-01-14 23:00:08 +00:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							3e5ea08504 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						6a57ee0bb180a8108710174a529a2591a254bd01860c3fcec140fb52 
					
						2023-01-13 07:14:55 +00:00 
						 
				 
			
				
					
						
							
							
								nexryai 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e7bb1bf9a 
							
						 
					 
					
						
						
							
							Add goo engine  
						
						
						
					 
					
						2023-01-12 16:28:09 +09:00 
						 
				 
			
				
					
						
							
							
								Ahmad Alkadri 
							
						 
					 
					
						
						
						
						
							
						
						
							7fc8d72889 
							
						 
					 
					
						
						
							
							[fix] bing: parsing result; check to see if the element contains links  
						
						... 
						
						
						
						This patch is to hardening the parsing of the bing response:
1. To fix [2087] check if the selected result item contains a link, otherwise
   skip result item and continue in the result loop.  Increment the result
   pointer when a result has been added / the enumerate that counts for skipped
   items is no longer valid when result items are skipped.
   To test the bugfix use:   ``!bi :all cerbot``
2. Limit the XPath selection of result items to direct children nodes (list
   items ``li``) of the ordered list (``ol``).
   To test the selector use: ``!bi :en pontiac aztek wiki``
   .. in the result list you should find the wikipedia entry on top,
   compare [2068]
[2087] https://github.com/searxng/searxng/issues/2087 
[2068] https://github.com/searxng/searxng/issues/2068  
						
					 
					
						2023-01-09 15:08:24 +01:00 
						 
				 
			
				
					
						
							
							
								Milad-Laly 
							
						 
					 
					
						
						
						
						
							
						
						
							cf4db4be37 
							
						 
					 
					
						
						
							
							[fix] Mojeek Xpath showing suggestions and searches + add lang support  
						
						
						
					 
					
						2023-01-09 09:33:47 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54e63839db 
							
						 
					 
					
						
						
							
							Merge pull request  #2088  from llmII/fix-suggestions  
						
						... 
						
						
						
						Fix  #2083  
					
						2023-01-08 18:53:32 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							9d6b048fba 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
					 
					
						2023-01-08 18:39:37 +01:00 
						 
				 
			
				
					
						
							
							
								llmII 
							
						 
					 
					
						
						
						
						
							
						
						
							33d97fd01a 
							
						 
					 
					
						
						
							
							Fix   #2083  
						
						... 
						
						
						
						This changes the Suggestions to be a single column, not a wrapping row,
changing the input to be incapable of overflowing into visually adjacent
elements. 
						
					 
					
						2023-01-08 10:44:58 -06:00 
						 
				 
			
				
					
						
							
							
								allixx 
							
						 
					 
					
						
						
						
						
							
						
						
							1407a055b2 
							
						 
					 
					
						
						
							
							[simple theme] set tab index for search page input field  #1891  
						
						... 
						
						
						
						Previously it took five tab keypresses to reach search input field
on search results page. Now one tab press is enough. 
						
					 
					
						2023-01-08 13:41:48 +03:00 
						 
				 
			
				
					
						
							
							
								ahmad-alkadri 
							
						 
					 
					
						
						
						
						
							
						
						
							9ee99423fe 
							
						 
					 
					
						
						
							
							[fix] Bing-Web engine: XPath to get the wikipedia result  
						
						... 
						
						
						
						Modify the XPath selector to get the wikipedia result plus small fixes.
About result content: especially with the Wikipedia result, we'd get several
paragraph elements, only the first paragraph would be taken and displayed on the
search result 
						
					 
					
						2023-01-08 09:11:16 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e355564d2 
							
						 
					 
					
						
						
							
							Merge pull request  #1903  from LalleSX/patch-1  
						
						... 
						
						
						
						Added info about adding the enginge to the brownser 
						
					 
					
						2023-01-07 15:03:12 +01:00 
						 
				 
			
				
					
						
							
							
								PrivateLalle 
							
						 
					 
					
						
						
						
						
							
						
						
							212acf7f7b 
							
						 
					 
					
						
						
							
							[mod] about page: add information about adding enginge to the brownser  
						
						
						
					 
					
						2023-01-07 14:48:06 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							4cd3be8964 
							
						 
					 
					
						
						
							
							[fix] indentation and line size of the the markdown files  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-01-07 14:46:31 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							b2a80347e3 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
					 
					
						2023-01-07 11:53:51 +01:00 
						 
				 
			
				
					
						
							
							
								ahmad-alkadri 
							
						 
					 
					
						
						
						
						
							
						
						
							db70c262c3 
							
						 
					 
					
						
						
							
							Add flex-wrap to the list of engines  
						
						
						
					 
					
						2023-01-07 11:53:05 +01:00 
						 
				 
			
				
					
						
							
							
								Rudis Muiznieks 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							128b8c7f0a 
							
						 
					 
					
						
						
							
							Add HTTP Referer header to DuckDuckGo requests  
						
						... 
						
						
						
						closes  #2080  
					
						2023-01-06 16:07:37 -06:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b241015e93 
							
						 
					 
					
						
						
							
							Merge pull request  #2078  from searxng/dependabot/pip/master/pygments-2.14.0  
						
						... 
						
						
						
						Bump pygments from 2.13.0 to 2.14.0 
						
					 
					
						2023-01-06 08:40:46 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							e9a7a6aea6 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
					 
					
						2023-01-06 08:35:52 +01:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							2420ab6fc3 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						b1c60c5b891335484398061a9857916a0ba500780189e64824ded833 
					
						2023-01-06 07:14:08 +00:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							38c22c8c31 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						ea56f7b60dbbb03181f33cb75ff824600ea6d8c3b19bb597904fa9abe7c7d624 
					
						2022-12-30 07:14:21 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							0639769274 
							
						 
					 
					
						
						
							
							Update searx.data - update_firefox_version.py  
						
						
						
					 
					
						2022-12-29 09:17:56 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							174e6851b3 
							
						 
					 
					
						
						
							
							Merge pull request  #2054  from searxng/update_data_update_currencies.py  
						
						... 
						
						
						
						Update searx.data - update_currencies.py 
						
					 
					
						2022-12-29 08:35:51 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d531f89316 
							
						 
					 
					
						
						
							
							Merge pull request  #2057  from searxng/update_data_update_engine_descriptions.py  
						
						... 
						
						
						
						Update searx.data - update_engine_descriptions.py 
						
					 
					
						2022-12-29 08:31:19 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76cd808a49 
							
						 
					 
					
						
						
							
							Merge pull request  #2053  from searxng/update_data_update_ahmia_blacklist.py  
						
						... 
						
						
						
						Update searx.data - update_ahmia_blacklist.py 
						
					 
					
						2022-12-29 08:28:19 +01:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							000734cb93 
							
						 
					 
					
						
						
							
							Update searx.data - update_engine_descriptions.py  
						
						
						
					 
					
						2022-12-29 01:25:31 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							36eea5b7cc 
							
						 
					 
					
						
						
							
							Update searx.data - update_currencies.py  
						
						
						
					 
					
						2022-12-29 01:16:59 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							66780efda7 
							
						 
					 
					
						
						
							
							Update searx.data - update_wikidata_units.py  
						
						
						
					 
					
						2022-12-29 01:16:59 +00:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							de793fb71e 
							
						 
					 
					
						
						
							
							Update searx.data - update_ahmia_blacklist.py  
						
						
						
					 
					
						2022-12-29 01:16:52 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d4896170f 
							
						 
					 
					
						
						
							
							Merge pull request  #2047  from dalf/fasttext-predict  
						
						... 
						
						
						
						Use fasttext-predict instead of fasttext(-wheel) 
						
					 
					
						2022-12-26 20:50:09 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							f3515041af 
							
						 
					 
					
						
						
							
							Lazy load fasttext-predict  
						
						
						
					 
					
						2022-12-26 18:44:23 +00:00