···105105 // Soft limit on Go heap size, expressed as a fraction of total available RAM.
106106 MaxHeapSizeRatio float64 `toml:"max-heap-size-ratio" default:"0.5"`
107107 // List of domains unconditionally forbidden for uploads.
108108- ForbiddenDomains []string `toml:"forbidden-domains"`
108108+ ForbiddenDomains []string `toml:"forbidden-domains" default:"[]"`
109109 // List of allowed repository URL prefixes. Setting this option prohibits uploading archives.
110110 AllowedRepositoryURLPrefixes []string `toml:"allowed-repository-url-prefixes"`
111111}