[fix] limiter / botdetection: remove http_connection method
Related: - https://github.com/searxng/searxng/issues/2892#issuecomment-1742153932 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									e509cb7c45
								
							
						
					
					
						commit
						d56b31d674
					
				| @ -51,7 +51,6 @@ from . import ( | ||||
|     http_accept, | ||||
|     http_accept_encoding, | ||||
|     http_accept_language, | ||||
|     http_connection, | ||||
|     http_user_agent, | ||||
|     ip_limit, | ||||
|     ip_lists, | ||||
| @ -136,7 +135,6 @@ def filter_request(request: flask.Request) -> werkzeug.Response | None: | ||||
|             http_accept, | ||||
|             http_accept_encoding, | ||||
|             http_accept_language, | ||||
|             http_connection, | ||||
|             http_user_agent, | ||||
|             ip_limit, | ||||
|         ]: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Markus Heiser
						Markus Heiser