Fix IMGPROXY_ALLOWED_SOURCES config

This commit is contained in:
DarthSim
2020-01-13 20:00:50 +06:00
parent 236590c21e
commit 451ad958b9

View File

@@ -45,6 +45,8 @@ func strSliceEnvConfig(s *[]string, name string) {
}
*s = parts
return
}
*s = []string{}