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
No known key found for this signature in database

View file

@ -23,7 +23,9 @@ internal static class FileExtensions
private static List<string> _dangerousExtensions = new List<string>
{
".arj",
".lnk",
".lzh",
".ps1",
".scr",
".vbs",