Include shockwave director in 4.x plugin scan bug 78009 r=av sr=attinasi

git-svn-id: svn://10.0.0.236/trunk@93763 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterlubczynski%netscape.com 2001-05-03 02:43:47 +00:00
parent c36925f7f6
commit 556b5a38fa
2 changed files with 6 additions and 0 deletions

View File

@ -3374,6 +3374,9 @@ static PRBool isUnwantedPlugin(nsPluginTag * tag)
if(nsnull == PL_strcasecmp(tag->mMimeTypeArray[i], "application/x-shockwave-flash"))
return PR_FALSE;
if(nsnull == PL_strcasecmp(tag->mMimeTypeArray[i],"application/x-director"))
return PR_FALSE;
}
return PR_TRUE;

View File

@ -3374,6 +3374,9 @@ static PRBool isUnwantedPlugin(nsPluginTag * tag)
if(nsnull == PL_strcasecmp(tag->mMimeTypeArray[i], "application/x-shockwave-flash"))
return PR_FALSE;
if(nsnull == PL_strcasecmp(tag->mMimeTypeArray[i],"application/x-director"))
return PR_FALSE;
}
return PR_TRUE;