mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
[web-router] update the white list for favicons (#8024)
This commit is contained in:
committed by
Harshavardhana
parent
35427a017d
commit
1b258da108
@@ -56,7 +56,7 @@ func assetFS() *assetfs.AssetFS {
|
||||
}
|
||||
|
||||
// specialAssets are files which are unique files not embedded inside index_bundle.js.
|
||||
const specialAssets = "index_bundle.*.js|loader.css|logo.svg|firefox.png|safari.png|chrome.png|favicon.ico"
|
||||
const specialAssets = "index_bundle.*.js|loader.css|logo.svg|firefox.png|safari.png|chrome.png|favicon-16x16.png|favicon-32x32.png|favicon-96x96.png"
|
||||
|
||||
// registerWebRouter - registers web router for serving minio browser.
|
||||
func registerWebRouter(router *mux.Router) error {
|
||||
|
||||
Reference in New Issue
Block a user