implement a flag to specify custom crossdomain.xml (#19262)

fixes #16909
This commit is contained in:
Harshavardhana
2024-03-17 23:42:40 -07:00
committed by GitHub
parent a0de56abb6
commit f168ef9989
4 changed files with 22 additions and 3 deletions

View File

@@ -171,6 +171,7 @@ type serverCtxt struct {
ReadHeaderTimeout time.Duration
MaxIdleConnsPerHost int
CrossDomainXML string
// The layout of disks as interpreted
Layout disksLayout
}