1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04: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 GitHub
parent e506eb6d03
commit a72288a14e
@@ -23,7 +23,9 @@ namespace NzbDrone.Core.MediaFiles
private static List<string> _dangerousExtensions = new List<string>
{
".arj",
".lnk",
".lzh",
".ps1",
".scr",
".vbs",