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

New: Treat .scr as dangerous file

Closes #7588
This commit is contained in:
Stevie Robinson
2025-01-26 03:27:32 +01:00
committed by GitHub
parent ba22992265
commit 103ccd74f3

View File

@@ -25,6 +25,7 @@ namespace NzbDrone.Core.MediaFiles
{
".lnk",
".ps1",
".scr",
".vbs",
".zipx"
};