1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-15 21:05:48 -04:00

Don't reject paths under /srv

Closes #2388
This commit is contained in:
Mark McDowall
2018-01-31 19:53:56 -08:00
parent d93645fb46
commit 4975793b45

View File

@@ -62,7 +62,6 @@ namespace NzbDrone.Core.Validation.Paths
"/boot",
"/lib",
"/sbin",
"/srv",
"/proc"
};