Bug 110112. Disable `ask me before loading images' until the feature can be implemented in a way that doesn't re-enter layout. r=morse, sr=alecf.

This commit is contained in:
waterson%netscape.com 2002-05-15 00:19:08 +00:00
parent 25189923f3
commit 487396e69a
2 changed files with 3 additions and 1 deletions

View File

@ -187,7 +187,7 @@ IMAGE_CheckForPermission
PRUnichar * new_string = nsTextFormatter::smprintf(message, hostname ? hostname : "");
if (NS_SUCCEEDED(PERMISSION_Read())) {
*permission = Permission_Check(0, hostname, IMAGEPERMISSION,
image_GetWarningPref(), new_string);
PR_FALSE /*image_GetWarningPref()*/, new_string);
} else {
*permission = PR_TRUE;
}

View File

@ -100,11 +100,13 @@
<separator observes="haveImageBlocking"/>
<!--
<hbox align="start">
<checkbox id="networkImageWarnAboutImages" label="&warnAboutImages.label;"
accesskey="&warnAboutImages.accesskey;" observes="haveImageBlocking"
prefstring="network.image.warnAboutImages"/>
</hbox>
-->
<separator observes="haveImageBlocking"/>