Disabling directory veiwer for protocols that honor network.dir.generate_html. This includes ftp. r=bbaetz@cs.mcgill.ca, sr=me

git-svn-id: svn://10.0.0.236/trunk@93192 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-04-26 23:55:10 +00:00
parent 0864e51ef1
commit 28cfc9ca6b

View File

@@ -273,6 +273,10 @@ pref("network.http.pipelining.maxrequests" , 4);
pref("network.http.proxy.ssl.connect",true);
// </ruslan>
// 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.