bug 220257. treat .hta files as executables

r=darin sr=bzbarsky
This commit is contained in:
cbiesinger%web.de 2003-09-26 12:56:49 +00:00
parent 9ee5c3e892
commit 3c71a4ee64

View File

@ -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 ) {