From 547145697f9890dc303c093aad93b31fd9d9cfa3 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Thu, 26 Apr 2001 23:55:10 +0000 Subject: [PATCH] Disabling directory veiwer for protocols that honor network.dir.generate_html. This includes ftp. r=bbaetz@cs.mcgill.ca, sr=me --- modules/libpref/src/init/all.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 8570606c040..cb322c60b34 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -273,6 +273,10 @@ pref("network.http.pipelining.maxrequests" , 4); pref("network.http.proxy.ssl.connect",true); // +// until the directory view has an owner +// necko will produce html -- dougt +pref("network.dir.generate_html", true); + // sspitzer: change this back to "news" when we get to beta. // for now, set this to news.mozilla.org because you can only // post to the server specified by this pref.