Remove network.image.warnAboutImages preference, r+sr=neil

This commit is contained in:
martijn.martijn%gmail.com 2006-05-15 16:53:10 +00:00
parent 3a4b6a296b
commit c459374494
2 changed files with 0 additions and 3 deletions

View File

@ -706,7 +706,6 @@ pref("network.ntlm.send-lm-response", false);
pref("network.hosts.nntp_server", "news.mozilla.org");
pref("permissions.default.image", 1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
pref("network.image.warnAboutImages", false);
pref("network.proxy.autoconfig_url", "");
pref("network.proxy.type", 0);
pref("network.proxy.ftp", "");

View File

@ -14,8 +14,6 @@
<!ENTITY accOrgImagesRadio.accesskey "r">
<!ENTITY disableImages.label "Do not load any images">
<!ENTITY disableImages.accesskey "n">
<!ENTITY warnAboutImages.label "Ask me before downloading an image">
<!ENTITY warnAboutImages.accesskey "k">
<!ENTITY viewImagesExplanation.label "View list of sites about which image acceptance information is stored">
<!ENTITY viewImages.label "Manage Image Permissions">
<!ENTITY viewImages.accesskey "P">