home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip_2001-05_cd2.bin / ChipCD / browsery / netscape601_eng / browser.xpi / bin / defaults / pref / all.js < prev    next >
Text File  |  2001-01-30  |  28KB  |  579 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s): 
  21.  */
  22.  
  23. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead. 
  24. //  The first character after a period must be alphabetic.
  25.  
  26. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  27.  
  28. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  29. pref("keyword.enabled", false);
  30. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  31. pref("general.useragent.misc", "m18");
  32.  
  33. pref("general.startup.browser",             true);
  34. pref("general.startup.mail",                false);
  35. pref("general.startup.news",                false);
  36. pref("general.startup.editor",              false);
  37. pref("general.startup.compose",             false);
  38. pref("general.startup.addressbook",         false);
  39.  
  40. pref("general.always_load_images",          true);
  41. pref("general.always_load_movies",          true);
  42. pref("general.always_load_sounds",          true);
  43. pref("general.title_tips",                  true);
  44.  
  45. pref("general.help_source.site",            1); // 0 = Netscape, 1 = installed, 2 = custom
  46. pref("general.help_source.url",             "");
  47.  
  48. pref("general.fullcircle_enable",           true);
  49. pref("general.fullcircle_collect_ns_data",  false);
  50.  
  51. pref("browser.enable_style_sheets",         true);
  52. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  53. pref("browser.startup.page",                1);     
  54. pref("browser.startup.homepage",       "chrome://navigator/locale/navigator.properties");
  55. // "browser.startup.homepage_override" was for 4.x
  56. pref("browser.startup.homepage_override.1", true);
  57. pref("browser.startup.autoload_homepage",   true);
  58. pref("browser.startup.agreed_to_licence",   false);
  59. pref("browser.startup.license_version",     0);
  60. pref("browser.startup.default_window",      1); // start up browser
  61. pref("browser.cache.disk_cache_size",       7680);
  62. pref("browser.cache.enable",                true);
  63. pref("browser.cache.disk.enable",                true);
  64. pref("browser.cache.memory_cache_size",     1024);
  65. pref("browser.cache.disk_cache_ssl",        false);
  66. pref("browser.display.foreground_color",    "#000000");
  67. pref("browser.display.background_color",    "#C0C0C0");
  68. pref("browser.anchor_color",                "#0000EE");
  69. pref("browser.visited_color",               "#551A8B");
  70. pref("browser.chrome.show_directory_buttons",   true);
  71. pref("browser.chrome.toolbar_style",        2);
  72. pref("browser.chrome.advanced_toolbar",     false);
  73. pref("browser.chrome.show_toolbar",         true);
  74. pref("browser.chrome.show_status_bar",      true);
  75. pref("browser.chrome.show_url_bar",         true);
  76. pref("browser.chrome.show_security_bar",    true);
  77. pref("browser.chrome.button_style",         0);
  78.  
  79. pref("browser.toolbars.showbutton.bookmarks", false);
  80. pref("browser.toolbars.showbutton.go",      false);
  81. pref("browser.toolbars.showbutton.home",    true);
  82. pref("browser.toolbars.showbutton.mynetscape", true);
  83. pref("browser.toolbars.showbutton.net2phone", true);
  84. pref("browser.toolbars.showbutton.print",   true);
  85. pref("browser.toolbars.showbutton.search",  true);
  86.  
  87. pref("browser.background_option",           0); // DEFAULT_BACKGROUND
  88. pref("browser.link_expiration",             9);
  89. pref("browser.cache.check_doc_frequency",   0);
  90.  
  91. pref("browser.delay_images",                false);
  92. pref("browser.underline_anchors",           true);
  93. pref("browser.never_expire",                false);
  94. pref("browser.display_while_loading",       true);
  95. pref("browser.custom_link_color",           false);
  96. pref("browser.custom_visited_color",        false);
  97. pref("browser.custom_text_color",           false);
  98. pref("browser.display.use_document_colors", true);
  99. pref("browser.ldapfile_location",       "");
  100. pref("browser.print_background",            false);
  101. pref("browser.prefs_window.modeless",       false);
  102. pref("browser.prefs_window_rect",           "-1,-1,-1,-1");
  103. pref("browser.find_window_rect",            "-1,-1,-1,-1");
  104. pref("browser.bookmark_window_rect",        "-1,-1,-1,-1");
  105. pref("browser.download_window_rect",        "-1,-1,-1,-1");
  106. pref("browser.wfe.ignore_def_check",false);
  107. pref("browser.display.wfe.use_windows_colors",true);
  108. pref("browser.startup_mode",1);
  109.  
  110. // Dialog modality issues
  111. pref("browser.prefWindowModal", true);
  112. pref("browser.show_about_as_stupid_modal_window", false);
  113.  
  114. // various default search settings
  115. pref("browser.search.defaulturl", "chrome://navigator/locale/navigator.properties");
  116. pref("browser.search.opensidebarsearchpanel", true);
  117. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  118. pref("browser.search.mode", 0);
  119. pref("browser.search.powermode", 0);
  120. pref("browser.search.use_double_clicks", false);
  121. pref("browser.urlbar.autocomplete.enabled", true);
  122. pref("browser.urlbar.clickSelectsAll",false);
  123.  
  124. localDefPref("browser.bookmark_location",       "");
  125. localDefPref("browser.addressbook_location",    "");
  126. localDefPref("browser.socksfile_location",      "");
  127. localDefPref("browser.ldapfile_location",       "");
  128.  
  129. pref("browser.history.last_page_visited", "");
  130.  
  131. pref("browser.url_history.URL_1", "");
  132. pref("browser.url_history.URL_2", "");
  133. pref("browser.url_history.URL_3", "");
  134. pref("browser.url_history.URL_4", "");
  135. pref("browser.url_history.URL_5", "");
  136. pref("browser.url_history.URL_6", "");
  137. pref("browser.url_history.URL_7", "");
  138. pref("browser.url_history.URL_8", "");
  139. pref("browser.url_history.URL_9", "");
  140. pref("browser.url_history.URL_10", "");
  141. pref("browser.url_history.URL_11", "");
  142. pref("browser.url_history.URL_12", "");
  143. pref("browser.url_history.URL_13", "");
  144. pref("browser.url_history.URL_14", "");
  145. pref("browser.url_history.URL_15", "");
  146.  
  147. pref("browser.uriloader", true); // turn new uri loading on by default
  148.  
  149. pref("browser.personal_toolbar_button.min_chars", 15);
  150. pref("browser.personal_toolbar_button.max_chars", 30);
  151.  
  152. pref("browser.PICS.ratings_enabled", false);
  153. pref("browser.PICS.pages_must_be_rated", false);
  154. pref("browser.PICS.disable_for_this_session", false);
  155. pref("browser.PICS.reenable_for_this_session", false);
  156. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  157. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  158.  
  159. // gfx widgets
  160. pref("nglayout.widget.mode", 2);
  161. pref("nglayout.widget.gfxscrollbars", true);
  162.  
  163. // use nsViewManager2
  164. pref("nglayout.view.useViewManager2", true);
  165.  
  166. // css2 hover pref
  167. pref("nglayout.events.showHierarchicalHover", false);
  168.  
  169. // Smart Browsing prefs
  170. pref("browser.related.enabled", true);
  171. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  172. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  173. pref("browser.related.detailsProvider", "http://cgi.netscape.com/cgi-bin/rlcgi.cgi?URL=");
  174. pref("browser.related.disabledForDomains", "");
  175. pref("browser.goBrowsing.enabled", true);
  176.  
  177.  
  178. // The NavCenter preferences
  179. localDefPref("browser.navcenter.dockstyle", 1); // 1 = left, 2 = right, 3 = top, 4 = bottom
  180. localDefPref("browser.navcenter.docked.tree.visible", false);
  181. localDefPref("browser.navcenter.docked.selector.visible", true);
  182. localDefPref("browser.navcenter.docked.tree.width", 250); // Percent of parent window consumed by docked nav center
  183. localDefPref("browser.navcenter.floating.rect", "20, 20, 400, 600"); // Window dimensions when floating
  184.  
  185. // Default Capability Preferences: Security-Critical! 
  186. // Editing these may create a security risk - be sure you know what you're doing
  187. pref("capability.policy.default.barprop.visible.write", "UniversalBrowserWrite");
  188.  
  189. pref("capability.policy.default.domexception.code", "allAccess");
  190. pref("capability.policy.default.domexception.message", "allAccess");
  191. pref("capability.policy.default.domexception.name", "allAccess");
  192. pref("capability.policy.default.domexception.result", "allAccess");
  193. pref("capability.policy.default.domexception.tostring", "allAccess");
  194.  
  195. pref("capability.policy.default.history.current.read", "UniversalBrowserRead");
  196. pref("capability.policy.default.history.next.read", "UniversalBrowserRead");
  197. pref("capability.policy.default.history.previous.read", "UniversalBrowserRead");
  198. pref("capability.policy.default.history.item.read", "UniversalBrowserRead");
  199.  
  200. pref("capability.policy.default.location.hash.write", "allAccess");
  201. pref("capability.policy.default.location.host.write", "allAccess");
  202. pref("capability.policy.default.location.hostname.write", "allAccess");
  203. pref("capability.policy.default.location.href.write", "allAccess");
  204. pref("capability.policy.default.location.pathname.write", "allAccess");
  205. pref("capability.policy.default.location.port.write", "allAccess");
  206. pref("capability.policy.default.location.protocol.write", "allAccess");
  207. pref("capability.policy.default.location.search.write", "allAccess");
  208.  
  209. pref("capability.policy.default.navigator.preference.read", "UniversalPreferencesRead");
  210. pref("capability.policy.default.navigator.preference.write", "UniversalPreferencesWrite");
  211.  
  212. pref("capability.policy.default.windowinternal.close", "allAccess");
  213. pref("capability.policy.default.windowinternal.location.write", "allAccess");
  214. // window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
  215. pref("capability.policy.default.windowinternal.opendialog", "noAccess");
  216.  
  217. // DOM restrictions for mail/news
  218. pref("capability.policy.mailnews.characterdata.data", "noAccess");
  219. pref("capability.policy.mailnews.characterdata.substringdata", "noAccess");
  220. pref("capability.policy.mailnews.element.getattribute", "noAccess");
  221. pref("capability.policy.mailnews.element.getattributenode", "noAccess");
  222. pref("capability.policy.mailnews.element.getattributenodens", "noAccess");
  223. pref("capability.policy.mailnews.element.getattributens", "noAccess");
  224. pref("capability.policy.mailnews.htmlanchorelement.href", "noAccess");
  225. pref("capability.policy.mailnews.htmlareaelement.href", "noAccess");
  226. pref("capability.policy.mailnews.htmlbaseelement.href", "noAccess");
  227. pref("capability.policy.mailnews.htmlblockquoteelement.cite", "noAccess");
  228. pref("capability.policy.mailnews.domexception.tostring", "noAccess");
  229. pref("capability.policy.mailnews.htmldocument.domain", "noAccess");
  230. pref("capability.policy.mailnews.htmldocument.url", "noAccess");
  231. pref("capability.policy.mailnews.htmlelement.innerhtml", "noAccess");
  232. pref("capability.policy.mailnews.htmlimageelement.src", "noAccess");
  233. pref("capability.policy.mailnews.image.lowsrc", "noAccess");
  234. pref("capability.policy.mailnews.node.attributes", "noAccess");
  235. pref("capability.policy.mailnews.node.nodevalue", "noAccess");
  236. pref("capability.policy.mailnews.nsdocument.location", "noAccess");
  237. pref("capability.policy.mailnews.nshtmlanchorelement.hash", "noAccess");
  238. pref("capability.policy.mailnews.nshtmlanchorelement.host", "noAccess");
  239. pref("capability.policy.mailnews.nshtmlanchorelement.hostname", "noAccess");
  240. pref("capability.policy.mailnews.nshtmlanchorelement.pathname", "noAccess");
  241. pref("capability.policy.mailnews.nshtmlanchorelement.port", "noAccess");
  242. pref("capability.policy.mailnews.nshtmlanchorelement.protocol", "noAccess");
  243. pref("capability.policy.mailnews.nshtmlanchorelement.search", "noAccess");
  244. pref("capability.policy.mailnews.nshtmlanchorelement.text", "noAccess");
  245. pref("capability.policy.mailnews.nshtmlareaelement.hash", "noAccess");
  246. pref("capability.policy.mailnews.nshtmlareaelement.host", "noAccess");
  247. pref("capability.policy.mailnews.nshtmlareaelement.hostname", "noAccess");
  248. pref("capability.policy.mailnews.nshtmlareaelement.pathname", "noAccess");
  249. pref("capability.policy.mailnews.nshtmlareaelement.port", "noAccess");
  250. pref("capability.policy.mailnews.nshtmlareaelement.protocol", "noAccess");
  251. pref("capability.policy.mailnews.nshtmlareaelement.search", "noAccess");
  252. pref("capability.policy.mailnews.range.tostring", "noAccess");
  253. pref("capability.policy.mailnews.sites", "mailbox: imap: news: pop: pop3:");
  254. pref("capability.policy.mailnews.window.name.write", "noAccess");
  255. pref("capability.policy.mailnews.windowinternal.location", "noAccess");
  256.  
  257. localDefPref("ghist.expires.pos",          4);
  258. localDefPref("ghist.expires.width",        1400);
  259. localDefPref("ghist.firstvisit.pos",       2);
  260. localDefPref("ghist.firstvisit.width",     1400);
  261. localDefPref("ghist.lastvisit.pos",        3);
  262. localDefPref("ghist.lastvisit.width",      1400);
  263. localDefPref("ghist.location.pos",         1);
  264. localDefPref("ghist.location.width",       2400);
  265. pref("ghist.show_value",           0);
  266. pref("ghist.sort_descending",      false);
  267. pref("ghist.sortby",               3);  // eGH_LastDateSort
  268. localDefPref("ghist.title.pos",            0);
  269. localDefPref("ghist.title.width",          2400);
  270. localDefPref("ghist.visiblecolumns",       6);
  271. localDefPref("ghist.visitcount.pos",       5);
  272. localDefPref("ghist.visitcount.width",     1000);
  273. localDefPref("ghist.window_rect",          "0,0,0,0");
  274.  
  275. pref("javascript.enabled",                  true);
  276. pref("javascript.allow.mailnews",           false);
  277. pref("javascript.allow.signing",            true);
  278. pref("javascript.reflect_preferences",      false);     // for PE
  279. //pref("javascript.options.strict",           true);
  280.  
  281. // advanced prefs
  282. pref("advanced.always_load_images",         true);
  283. pref("security.enable_java",                 true);
  284. pref("css.allow",                           true);
  285. pref("advanced.mailftp",                    false);
  286.  
  287. pref("offline.startup_state",            0);
  288. pref("offline.send.unsent_messages",            0);
  289. pref("offline.prompt_synch_on_exit",            true);
  290. pref("offline.news.download.use_days",          0);
  291.  
  292. pref("network.dnsAttempt",              0);
  293. pref("network.tcptimeout",                  0);         // use default
  294. pref("network.tcpbufsize",                  0);         //
  295. pref("network.use_async_dns",               true);
  296. pref("network.dnsCacheExpiration",          900); // in seconds
  297. pref("network.enableUrlMatch",              true);
  298. pref("network.max_connections",             4);
  299. pref("network.speed_over_ui",               true);
  300. pref("network.file_sort_method",            0);     // NAME 0, TYPE 1, SIZE 2, DATE 3
  301. pref("network.ftp.passive",            true);
  302. pref("network.hosts.smtp_server",           "mail");
  303. pref("network.hosts.pop_server",            "mail");
  304. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  305.  
  306. // <ruslan>
  307. pref("network.http.version", "1.1");      // default
  308. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  309. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  310. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  311. // some older 1.0 servers:
  312.  
  313. pref("network.http.keep-alive", true); // set it to false in case of problems
  314. pref("network.http.proxy.keep-alive", true );
  315. pref("network.http.keep-alive.timeout", 300);
  316.  
  317. pref("network.http.max-connections",  8);
  318. pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
  319. pref("network.http.keep-alive.max-connections-per-server", 8);
  320.  
  321. pref("network.http.connect.timeout",  30);    // in seconds
  322. pref("network.http.request.timeout", 120);    // in seconds
  323.  
  324. // Enable http compression: comment this out in case of problems with 1.1
  325. pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
  326.  
  327. pref("network.http.pipelining"      , false);
  328. pref("network.http.proxy.pipelining", false);
  329.  
  330. // Always pipeling the very first request:  this will only work when you are
  331. // absolutely sure the the site or proxy you are browsing to/through support
  332. // pipelining; the default behavior will be that the browser will first make
  333. // a normal, non-pipelined request, then  examine  and remember the responce
  334. // and only the subsequent requests to that site will be pipeline
  335. pref("network.http.pipelining.firstrequest", false);
  336.  
  337. // Max number of requests in the pipeline
  338. pref("network.http.pipelining.maxrequests" , 4);
  339.  
  340. pref("network.http.proxy.ssl.connect",true);
  341. // </ruslan>
  342.  
  343. // sspitzer:  change this back to "news" when we get to beta.
  344. // for now, set this to news.mozilla.org because you can only
  345. // post to the server specified by this pref.
  346. pref("network.hosts.nntp_server",           "news.mozilla.org");
  347.  
  348. pref("network.hosts.socks_server",          "");
  349. pref("network.hosts.socks_serverport",      1080);
  350. pref("network.hosts.socks_conf",            "");
  351. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  352. pref("network.image.warnAboutImages",       false);
  353. pref("network.proxy.autoconfig_url",        "");
  354. pref("network.proxy.type",                  0);
  355. pref("network.proxy.ftp",                   "");
  356. pref("network.proxy.ftp_port",              0);
  357. pref("network.proxy.gopher",                "");
  358. pref("network.proxy.gopher_port",           0);
  359. pref("network.proxy.news",                  "");
  360. pref("network.proxy.news_port",             0);
  361. pref("network.proxy.http",                  "");
  362. pref("network.proxy.http_port",             0);
  363. pref("network.proxy.wais",                  "");
  364. pref("network.proxy.wais_port",             0);
  365. pref("network.proxy.ssl",                   "");
  366. pref("network.proxy.ssl_port",              0);
  367. pref("network.proxy.socks",                 "");
  368. pref("network.proxy.socks_port",            0);
  369. pref("network.proxy.no_proxies_on",         "");
  370. pref("network.online",                      true); //online/offline
  371. pref("network.prompt_at_startup",           false);//Ask me
  372. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  373. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  374. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  375. pref("network.cookie.warnAboutCookies",     false);
  376. pref("signon.rememberSignons",              true);
  377. pref("network.sendRefererHeader",           2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  378. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  379. pref("network.padPacURL",                   ""); // The proxy autodiscovery url
  380. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  381. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  382. pref("wallet.captureForms",                 true);
  383. pref("wallet.notified",                     false);
  384. pref("wallet.fetchPatches",                 false);
  385. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  386. pref("wallet.TutorialFromPrefs",            "chrome://navigator/locale/navigator.properties");
  387. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  388. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  389. pref("wallet.version",                      "1");
  390. pref("wallet.enabled",                      true);
  391. pref("wallet.crypto",                       false);
  392. pref("imageblocker.enabled",                true);
  393. pref("messages.new_window",                 true); // ML obsolete; use mailnews.message_in_thread_window
  394. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  395. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  396. pref("intl.collationKeyAsCodePoint",        false);
  397.  
  398. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  399. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  400. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  401. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  402. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  403. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  404. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  405. pref("intl.charsetmenu.browser.cache",      "");
  406. pref("intl.charsetmenu.mailview.cache",     "");
  407. pref("intl.charsetmenu.composer.cache",     "");
  408. pref("intl.charsetmenu.browser.cache.size", 5);
  409. pref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
  410. pref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
  411.  
  412. pref("font.default", "serif");
  413. pref("font.size.variable.ar", 16);
  414. pref("font.size.fixed.ar", 13);
  415.  
  416. pref("font.size.variable.el", 16);
  417. pref("font.size.fixed.el", 13);
  418.  
  419. pref("font.size.variable.he", 16);
  420. pref("font.size.fixed.he", 13);
  421.  
  422. pref("font.size.variable.ja", 16);
  423. pref("font.size.fixed.ja", 16);
  424.  
  425. pref("font.size.variable.ko", 16);
  426. pref("font.size.fixed.ko", 16);
  427.  
  428. pref("font.size.variable.th", 16);
  429. pref("font.size.fixed.th", 13);
  430.  
  431. pref("font.size.variable.tr", 16);
  432. pref("font.size.fixed.tr", 13);
  433.  
  434. pref("font.size.variable.x-baltic", 16);
  435. pref("font.size.fixed.x-baltic", 13);
  436.  
  437. pref("font.size.variable.x-central-euro", 16);
  438. pref("font.size.fixed.x-central-euro", 13);
  439.  
  440. pref("font.size.variable.x-cyrillic", 16);
  441. pref("font.size.fixed.x-cyrillic", 13);
  442.  
  443. pref("font.size.variable.x-unicode", 16);
  444. pref("font.size.fixed.x-unicode", 13);
  445.  
  446. pref("font.size.variable.x-western", 16);
  447. pref("font.size.fixed.x-western", 13);
  448.  
  449. pref("font.size.variable.zh-CN", 16);
  450. pref("font.size.fixed.zh-CN", 16);
  451.  
  452. pref("font.size.variable.zh-TW", 16);
  453. pref("font.size.fixed.zh-TW", 16);
  454.  
  455. pref("browser.enable_webfonts",                 true);
  456. pref("browser.display.use_document_fonts",      1); // 0 = never, 1 = quick, 2 = always
  457.  
  458. // -- folders (Mac: these are binary aliases.)
  459. localDefPref("browser.download_directory",      "");
  460. localDefPref("mail.signature_file",             "");
  461. localDefPref("mail.directory",                  "");
  462. localDefPref("mail.cc_file",                    "");
  463. localDefPref("news.cc_file",                    "");
  464.  
  465. pref("news.fancy_listing",      true);      // obsolete
  466. pref("browser.wfe.show_value", 1);
  467. pref("browser.blink_allowed", true);
  468. pref("images.dither", "auto");
  469. pref("images.incremental_display", true);
  470. pref("network.wfe.use_async_dns", true);
  471. pref("network.wfe.tcp_connect_timeout",0);
  472. localDefPref("news.directory",                  "");
  473. localDefPref("security.directory",              "");
  474.  
  475. pref("autoupdate.enabled",              true);
  476. pref("autoupdate.confirm_install",                false);
  477. pref("autoupdate.unsigned_jar_support",  false);
  478.  
  479. pref("silentdownload.enabled",    true);
  480. pref("silentdownload.directory",  "");
  481. pref("silentdownload.range",      3000);
  482. pref("silentdownload.interval",  10000);
  483.  
  484.  
  485. pref("imap.io.mac.logging", false);
  486.  
  487. pref("browser.editor.disabled", false);
  488.  
  489. pref("spellchecker.dictionary", "");
  490.  
  491. pref("mime.table.allow_add", true);
  492. pref("mime.table.allow_edit", true);
  493. pref("mime.table.allow_remove", true);
  494.  
  495. pref("signed.applets.codebase_principal_support", false);
  496. pref("security.checkloaduri", true);
  497. pref("security.xpconnect.plugin.unrestricted", true);
  498.  
  499. // Modifier key prefs: default to Windows settings,
  500. // menu access key = alt, accelerator key = control.
  501. pref("ui.key.accelKey", 17);
  502. pref("ui.key.menuAccessKey", 18);
  503. pref("ui.key.menuAccessKeyFocuses", false);
  504.  
  505. // Middle-mouse handling
  506. pref("middlemouse.paste", false);
  507. pref("middlemouse.openNewWindow", false);
  508.  
  509. // Clipboard behavior
  510. pref("clipboard.autocopy", false);
  511.  
  512. /* 0=lines, 1=pages, 2=history , 3=text size */
  513. pref("mousewheel.withnokey.action",0);
  514. pref("mousewheel.withnokey.numlines",1);    
  515. pref("mousewheel.withnokey.sysnumlines",true);
  516. pref("mousewheel.withcontrolkey.action",0);
  517. pref("mousewheel.withcontrolkey.numlines",1);
  518. pref("mousewheel.withcontrolkey.sysnumlines",true);
  519. pref("mousewheel.withshiftkey.action",0);
  520. pref("mousewheel.withshiftkey.numlines",1);
  521. pref("mousewheel.withshiftkey.sysnumlines",false);
  522. pref("mousewheel.withaltkey.action",2);
  523. pref("mousewheel.withaltkey.numlines",1);
  524. pref("mousewheel.withaltkey.sysnumlines",false);
  525.  
  526. pref("middlemouse.scrollbarPosition", false);
  527.  
  528. pref("profile.confirm_automigration",true);
  529.  
  530. // Customizable toolbar stuff
  531. pref("custtoolbar.personal_toolbar_folder", "");
  532. pref("custtoolbar.has_toolbar_folder", true);
  533. pref("custtoolbar.Browser.Navigation_Toolbar.position", 0);
  534. pref("custtoolbar.Browser.Navigation_Toolbar.showing", true);
  535. pref("custtoolbar.Browser.Navigation_Toolbar.open", true);
  536. pref("custtoolbar.Browser.Location_Toolbar.position", 1);
  537. pref("custtoolbar.Browser.Location_Toolbar.showing", true);
  538. pref("custtoolbar.Browser.Location_Toolbar.open", true);
  539. pref("custtoolbar.Browser.Personal_Toolbar.position", 2);
  540. pref("custtoolbar.Browser.Personal_Toolbar.showing", true);
  541. pref("custtoolbar.Browser.Personal_Toolbar.open", true);
  542. pref("custtoolbar.Messenger.Navigation_Toolbar.position", 0);
  543. pref("custtoolbar.Messenger.Navigation_Toolbar.showing", true);
  544. pref("custtoolbar.Messenger.Navigation_Toolbar.open", true);
  545. pref("custtoolbar.Messenger.Location_Toolbar.position", 1);
  546. pref("custtoolbar.Messenger.Location_Toolbar.showing", true);
  547. pref("custtoolbar.Messenger.Location_Toolbar.open", true);
  548. pref("custtoolbar.Messages.Navigation_Toolbar.position", 0);
  549. pref("custtoolbar.Messages.Navigation_Toolbar.showing", true);
  550. pref("custtoolbar.Messages.Navigation_Toolbar.open", true);
  551. pref("custtoolbar.Messages.Location_Toolbar.position", 1);
  552. pref("custtoolbar.Messages.Location_Toolbar.showing", true);
  553. pref("custtoolbar.Messages.Location_Toolbar.open", true);
  554. pref("custtoolbar.Folders.Navigation_Toolbar.position", 0);
  555. pref("custtoolbar.Folders.Navigation_Toolbar.showing", true);
  556. pref("custtoolbar.Folders.Navigation_Toolbar.open", true);
  557. pref("custtoolbar.Folders.Location_Toolbar.position", 1);
  558. pref("custtoolbar.Folders.Location_Toolbar.showing", true);
  559. pref("custtoolbar.Folders.Location_Toolbar.open", true);
  560. pref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0);
  561. pref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true);
  562. pref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true);
  563. pref("custtoolbar.Compose_Message.Message_Toolbar.position", 0);
  564. pref("custtoolbar.Compose_Message.Message_Toolbar.showing", true);
  565. pref("custtoolbar.Compose_Message.Message_Toolbar.open", true);
  566. pref("custtoolbar.Composer.Composition_Toolbar.position", 0);
  567. pref("custtoolbar.Composer.Composition_Toolbar.showing", true);
  568. pref("custtoolbar.Composer.Composition_Toolbar.open", true);
  569. pref("custtoolbar.Composer.Formatting_Toolbar.position", 1);
  570. pref("custtoolbar.Composer.Formatting_Toolbar.showing", true);
  571. pref("custtoolbar.Composer.Formatting_Toolbar.open", true);
  572.  
  573. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  574. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  575.  
  576. pref("prefs.converted-to-utf8",false);
  577.  
  578. pref("browser.throbber.url","chrome://navigator/locale/navigator.properties");
  579.