mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[XPCOM] Warn about .xrm-ms files on Windows (treat as executable)
This commit is contained in:
parent
407a79e79f
commit
f6204a7ca8
1 changed files with 2 additions and 1 deletions
|
|
@ -3095,7 +3095,8 @@ nsLocalFile::IsExecutable(bool* aResult)
|
|||
"wsc",
|
||||
"wsf",
|
||||
"wsh",
|
||||
"xll" // MS Excel dynamic link library
|
||||
"xll", // MS Excel dynamic link library
|
||||
"xrm-ms"
|
||||
};
|
||||
nsDependentSubstring ext = Substring(path, dotIdx + 1);
|
||||
for (size_t i = 0; i < ArrayLength(executableExts); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue