mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix #15184 Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		@@ -34,6 +34,7 @@ type Options struct {
 | 
				
			|||||||
// KnownPublicEntries list all direct children in the `public` directory
 | 
					// KnownPublicEntries list all direct children in the `public` directory
 | 
				
			||||||
var KnownPublicEntries = []string{
 | 
					var KnownPublicEntries = []string{
 | 
				
			||||||
	"css",
 | 
						"css",
 | 
				
			||||||
 | 
						"fonts",
 | 
				
			||||||
	"img",
 | 
						"img",
 | 
				
			||||||
	"js",
 | 
						"js",
 | 
				
			||||||
	"serviceworker.js",
 | 
						"serviceworker.js",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user