mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-09 11:54:57 +08:00
@@ -147,7 +147,7 @@ func IsZstdContent(data []byte) bool {
|
|||||||
if strings.HasSuffix(mtype, "script") {
|
if strings.HasSuffix(mtype, "script") {
|
||||||
return true, true
|
return true, true
|
||||||
}
|
}
|
||||||
if strings.HasSuffix(mtype, "vnd.rar) {
|
if strings.HasSuffix(mtype, "vnd.rar") {
|
||||||
return false, true
|
return false, true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user