Commented out call to AddImagesToSafeList() in PastHTML to prevent possible

security hole.
This commit is contained in:
kin%netscape.com 1998-10-13 20:35:26 +00:00
Родитель 5edb9ddd45
Коммит ca9a6b9480
1 изменённых файлов: 8 добавлений и 2 удалений

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

@ -13832,8 +13832,14 @@ NORMAL_PASTE:
#if defined(ENDER) && defined(MOZ_ENDER_MIME)
if( m_bEmbedded )
AddImagesToSafeList(pElement);
// Commented out because of possible security hole. We don't want
// to allow users to accidentally copy and paste something like
// this:
//
// <IMG SRC="file:/etc/passwd">
//
// if( m_bEmbedded )
// AddImagesToSafeList(pElement);
#endif /* ENDER && MOZ_ENDER_MIME */