mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-22 21:37:12 -04:00
New: .arj and .lzh extensions are potentially dangerous
This commit is contained in:
parent
e506eb6d03
commit
a72288a14e
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@ namespace NzbDrone.Core.MediaFiles
|
|||
|
||||
private static List<string> _dangerousExtensions = new List<string>
|
||||
{
|
||||
".arj",
|
||||
".lnk",
|
||||
".lzh",
|
||||
".ps1",
|
||||
".scr",
|
||||
".vbs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue