mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
bug 220257. treat .hta files as executables
r=darin sr=bzbarsky
This commit is contained in:
parent
9ee5c3e892
commit
3c71a4ee64
@ -1862,6 +1862,7 @@ nsLocalFile::IsExecutable(PRBool *_retval)
|
||||
".lnk",
|
||||
".reg",
|
||||
".wsf",
|
||||
".hta",
|
||||
0 };
|
||||
for ( int i = 0; executableExts[i]; i++ ) {
|
||||
if ( ::strcmp( executableExts[i], ext ) == 0 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user