| 
				
			 | 
			
			
				@@ -91,7 +91,7 @@ for indice, theme in enumerate(themes): 
			 | 
		
	
		
			
			| 
				91
			 | 
			
				91
			 | 
			
			
				     for (dirpath, dirnames, filenames) in os.walk(theme_img_path): 
			 | 
		
	
		
			
			| 
				92
			 | 
			
				92
			 | 
			
			
				         global_favicons[indice].extend(filenames) 
			 | 
		
	
		
			
			| 
				93
			 | 
			
				93
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				94
			 | 
			
				
			 | 
			
			
				-cookie_max_age = 60 * 60 * 24 * 365 * 23  # 23 years 
			 | 
		
	
		
			
			| 
				
			 | 
			
				94
			 | 
			
			
				+cookie_max_age = 60 * 60 * 24 * 365 * 5  # 5 years 
			 | 
		
	
		
			
			| 
				95
			 | 
			
				95
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				96
			 | 
			
				96
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				97
			 | 
			
				97
			 | 
			
			
				 @babel.localeselector 
			 |