mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	This reverts commit ffff835b73.
			
			
This commit is contained in:
		@@ -845,7 +845,7 @@ func RegisterRoutes(m *macaron.Macaron) {
 | 
			
		||||
		m.Group("/topics", func() {
 | 
			
		||||
			m.Get("/search", repo.TopicSearch)
 | 
			
		||||
		})
 | 
			
		||||
	}, securityHeaders(), reqTokenBySetting(), context.APIContexter(), sudo())
 | 
			
		||||
	}, securityHeaders(), context.APIContexter(), sudo())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func securityHeaders() macaron.Handler {
 | 
			
		||||
@@ -857,10 +857,3 @@ func securityHeaders() macaron.Handler {
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func reqTokenBySetting() macaron.Handler {
 | 
			
		||||
	if setting.Service.RequireSignInView {
 | 
			
		||||
		return reqToken()
 | 
			
		||||
	}
 | 
			
		||||
	return func(ctx *macaron.Context) {}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user