mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: common: add more cases to COM_IsSafeToDownload
This commit is contained in:
@@ -31,6 +31,8 @@ static const char *const file_exts[] =
|
|||||||
// ban Windows code
|
// ban Windows code
|
||||||
"exe", "vbs", "com", "bat",
|
"exe", "vbs", "com", "bat",
|
||||||
"dll", "sys", "ps1",
|
"dll", "sys", "ps1",
|
||||||
|
"lnk", "scr", "cpl", "msi",
|
||||||
|
"url", "jar",
|
||||||
|
|
||||||
// ban common unix code
|
// ban common unix code
|
||||||
// NOTE: in unix anything can be executed as long it has access flag
|
// NOTE: in unix anything can be executed as long it has access flag
|
||||||
|
|||||||
Reference in New Issue
Block a user