mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
[XPCOM] Warn about .library-ms files on Windows (treat as executable)
This commit is contained in:
parent
24f3a981b6
commit
857990d172
1 changed files with 1 additions and 0 deletions
|
|
@ -3042,6 +3042,7 @@ nsLocalFile::IsExecutable(bool* aResult)
|
|||
"jar", // java application bundle
|
||||
"js",
|
||||
"jse",
|
||||
"library-ms", // Windows library files shell extension
|
||||
"lnk",
|
||||
"mad", // Access Module Shortcut
|
||||
"maf", // Access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue