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:
parent
c36925f7f6
commit
556b5a38fa
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user