pref changes for link prefetching (b=12274) r=dougt sr=rpotts

git-svn-id: svn://10.0.0.236/trunk@128648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com 2002-09-02 00:17:46 +00:00
parent af457c1371
commit ad870f17f8

View File

@ -490,6 +490,9 @@ pref("network.ftp.idleConnectionTimeout", 300);
// Do not set this to 0...
pref("network.dir.format", 2);
// enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
pref("network.prefetch-next", 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.