Not part of the seamonkey build.

Bug #28327 --> Make the Thunderbird remote content blocker more agressive about blocking remote requests
for arbitrary things such as iframes, etc. instead of just focusing on image requests.
This commit is contained in:
scott%scott-macgregor.org 2004-09-24 18:14:59 +00:00
Родитель 171aed6386
Коммит 9236e6e81e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -184,7 +184,7 @@ nsMsgContentPolicy::ShouldLoad(PRUint32 aContentType,
*aDecision = mAllowPlugins ? nsIContentPolicy::ACCEPT :
nsIContentPolicy::REJECT_TYPE;
}
else if (aContentType == nsIContentPolicy::TYPE_IMAGE)
else
{
PRBool isFtp = PR_FALSE;
rv = aContentLocation->SchemeIs("ftp", &isFtp);