mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	@@ -89,6 +89,8 @@ func NewMacaron() *macaron.Macaron {
 | 
			
		||||
		Names:          setting.Names,
 | 
			
		||||
		DefaultLang:    "en-US",
 | 
			
		||||
		Redirect:       false,
 | 
			
		||||
		CookieHttpOnly: true,
 | 
			
		||||
		Secure:         setting.SessionConfig.Secure,
 | 
			
		||||
		CookieDomain:   setting.SessionConfig.Domain,
 | 
			
		||||
	}))
 | 
			
		||||
	m.Use(cache.Cacher(cache.Options{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user