1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

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{}