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

View file

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