mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
							parent
							
								
									cf5c7d050a
								
							
						
					
					
						commit
						19cd2bf3b5
					
				
					 2 changed files with 0 additions and 10 deletions
				
			
		|  | @ -34,11 +34,6 @@ def request(query, params): | |||
|     params['url'] = search_url.format(query=urlencode({'q': query}), | ||||
|                                       pageno=params['pageno'] - 1) | ||||
| 
 | ||||
|     # Disable SSL verification | ||||
|     # error: (60) SSL certificate problem: unable to get local issuer | ||||
|     # certificate | ||||
|     params['verify'] = False | ||||
| 
 | ||||
|     return params | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -27,11 +27,6 @@ def request(query, params): | |||
|     params['url'] = search_url.format(query=urlencode({'q': query}), | ||||
|                                       pageno=params['pageno'] - 1) | ||||
| 
 | ||||
|     # Disable SSL verification | ||||
|     # error: (60) SSL certificate problem: unable to get local issuer | ||||
|     # certificate | ||||
|     params['verify'] = False | ||||
| 
 | ||||
|     return params | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber