forked from zaclys/searxng
		
	[fix] cookie parameter type
This commit is contained in:
		
							parent
							
								
									7c9f931baf
								
							
						
					
					
						commit
						3a8eafcc6b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -624,7 +624,7 @@ def preferences():
 | 
			
		|||
 | 
			
		||||
        resp.set_cookie('method', method, max_age=cookie_max_age)
 | 
			
		||||
 | 
			
		||||
        resp.set_cookie('safesearch', safesearch, max_age=cookie_max_age)
 | 
			
		||||
        resp.set_cookie('safesearch', str(safesearch), max_age=cookie_max_age)
 | 
			
		||||
 | 
			
		||||
        resp.set_cookie('image_proxy', image_proxy, max_age=cookie_max_age)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue