mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	Merge pull request #555 from return42/fix-autocomplete
[fix] route /autocompleter: escape '<' and '>' in the response
This commit is contained in:
		
						commit
						f0db33e14b
					
				| @ -916,6 +916,7 @@ def autocompleter(): | ||||
|         suggestions = json.dumps([sug_prefix, results]) | ||||
|         mimetype = 'application/x-suggestions+json' | ||||
| 
 | ||||
|     suggestions = escape(suggestions, False) | ||||
|     return Response(suggestions, mimetype=mimetype) | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user