1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

New: .arj and .lzh extensions are potentially dangerous

This commit is contained in:
v3DJG6GL
2025-02-22 21:30:10 +01:00
committed by Mark McDowall
parent c8cb74a976
commit feeed9a7cf

View File

@@ -23,7 +23,9 @@ namespace NzbDrone.Core.MediaFiles
private static List<string> _dangerousExtensions = new List<string>
{
".arj",
".lnk",
".lzh",
".ps1",
".scr",
".vbs",