home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / macos / Files / wamcom.sit / wamcom-131-macos9-20030721 / Defaults / Pref / all.js next >
Text File  |  2003-07-11  |  41KB  |  855 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Netscape Public License
  6.  * Version 1.1 (the "License"); you may not use this file except in
  7.  * compliance with the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/NPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is 
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  39. //  The first character after a period must be alphabetic.
  40.  
  41. pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
  42. pref("browser.chromeURL","chrome://navigator/content/navigator.xul");
  43.  
  44. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  45.  
  46. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  47. pref("keyword.enabled", false);
  48. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  49. pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties");
  50. pref("general.useragent.misc", "rv:1.3.1");
  51.  
  52. pref("general.startup.browser",             true);
  53. pref("general.startup.mail",                false);
  54. pref("general.startup.news",                false);
  55. pref("general.startup.editor",              false);
  56. pref("general.startup.compose",             false);
  57. pref("general.startup.addressbook",         false);
  58.  
  59. pref("general.open_location.last_url",      "");
  60. pref("general.open_location.last_window_choice", 0);
  61.  
  62. pref("backups.number_of_prefs_copies", 1);
  63.  
  64. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  65. pref("browser.startup.page",                1);
  66. pref("browser.startup.homepage",       "chrome://navigator-region/locale/region.properties");
  67. pref("browser.startup.homepage.count", 1);
  68. // "browser.startup.homepage_override" was for 4.x
  69. pref("browser.startup.homepage_override.1", true);
  70. pref("browser.startup.autoload_homepage",   true);
  71.  
  72. pref("browser.cache.enable",                true); // see also network.http.use-cache
  73. pref("browser.cache.disk.enable",           true);
  74. pref("browser.cache.disk.capacity",         50000);
  75. pref("browser.cache.memory.enable",         true);
  76. pref("browser.cache.memory.capacity",       4096);
  77. pref("browser.cache.disk_cache_ssl",        false);
  78. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  79. pref("browser.cache.check_doc_frequency",   3);
  80.  
  81. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  82. pref("browser.display.use_document_colors", true);
  83. pref("browser.display.use_system_colors",   false);
  84. pref("browser.display.foreground_color",    "#000000");
  85. pref("browser.display.background_color",    "#FFFFFF");
  86. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  87. // 0 = no external leading, 
  88. // 1 = use external leading only when font provides, 
  89. // 2 = add extra leading both internal leading and external leading are zero
  90. pref("browser.display.normal_lineheight_calc_control", 2);
  91. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  92. pref("browser.anchor_color",                "#0000EE");
  93. pref("browser.visited_color",               "#551A8B");
  94. pref("browser.underline_anchors",           true);
  95. pref("browser.blink_allowed",               true);
  96. pref("browser.enable_automatic_image_resizing", false);
  97.  
  98. pref("browser.display.use_focus_colors",    false);
  99. pref("browser.display.focus_background_color", "#117722");
  100. pref("browser.display.focus_text_color",     "#ffffff");
  101. pref("browser.display.focus_ring_width",     1);
  102. pref("browser.display.focus_ring_on_anything", false);
  103.  
  104. pref("browser.urlbar.autoFill", false);
  105. pref("browser.urlbar.showPopup", true);
  106. pref("browser.urlbar.showSearch", true);
  107. pref("browser.urlbar.matchOnlyTyped", false);
  108.  
  109. pref("browser.chrome.site_icons", true);
  110. pref("browser.chrome.favicons", false);
  111.  
  112. pref("browser.chrome.toolbar_tips",         true);
  113. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  114. pref("browser.chrome.toolbar_style",        2);
  115.  
  116. pref("browser.toolbars.showbutton.bookmarks", true);
  117. pref("browser.toolbars.showbutton.go",      false);
  118. pref("browser.toolbars.showbutton.home",    true);
  119. pref("browser.toolbars.showbutton.print",   true);
  120. pref("browser.toolbars.showbutton.search",  true);
  121.  
  122. pref("browser.turbo.enabled", false);
  123.  
  124. pref("browser.helperApps.alwaysAsk.force",  false);
  125. pref("browser.helperApps.neverAsk.saveToDisk", "");
  126. pref("browser.helperApps.neverAsk.openFile", "");
  127.  
  128. pref("accessibility.browsewithcaret", false);
  129. pref("accessibility.warn_on_browsewithcaret", true);
  130. // Tab focus model bit field:
  131. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  132. // Most users will want 1, 3, or 7.
  133. pref("accessibility.tabfocus", 7);
  134. pref("accessibility.usetexttospeech", "");
  135. pref("accessibility.usebrailledisplay", "");
  136. pref("accessibility.accesskeycausesactivation", true);
  137.  
  138. // Type Ahead Find
  139. pref("accessibility.typeaheadfind", true);
  140. pref("accessibility.typeaheadfind.autostart", true);
  141. pref("accessibility.typeaheadfind.linksonly", true);
  142. pref("accessibility.typeaheadfind.startlinksonly", false);
  143. pref("accessibility.typeaheadfind.timeout", 4000);
  144. pref("accessibility.typeaheadfind.enabletimeout", true);
  145. pref("accessibility.typeaheadfind.soundURL", "default");
  146. pref("accessibility.typeaheadfind.enablesound", true);
  147.  
  148. // Dialog modality issues
  149. pref("browser.prefWindowModal", true);
  150. pref("browser.show_about_as_stupid_modal_window", false);
  151.  
  152. pref("browser.download.progressDnldDialog.keepAlive", true); // keep the dnload progress dialog up after dnload is complete
  153. pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", true);
  154.  
  155. // various default search settings
  156. pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
  157. pref("browser.search.opensidebarsearchpanel", true);
  158. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  159. pref("browser.search.mode", 0);
  160. pref("browser.search.powermode", 0);
  161. // basic search popup constraint: minimum sherlock plugin version displayed
  162. // (note: must be a string representation of a float or it'll default to 0.0)
  163. pref("browser.search.basic.min_ver", "0.0");
  164. pref("browser.urlbar.autocomplete.enabled", true);
  165. pref("browser.urlbar.clickSelectsAll", true);
  166. // when clickSelectsAll=true, does it also apply when the click is past end of text?
  167. pref("browser.urlbar.clickAtEndSelects", true);
  168.  
  169. pref("browser.history_expire_days", 9);
  170. pref("browser.history.grouping", "day");
  171. pref("browser.sessionhistory.max_entries", 50);
  172.  
  173. // Translation service
  174. pref("browser.translation.service", "http://www.teletranslator.com:8120/?AlisUI=frames_ex/moz_home&alis_info=moz&AlisTargetURI=");
  175. pref("browser.translation.serviceDomain", "teletranslator.com");
  176.   
  177. // Platform for Internet Content Selection
  178. pref("browser.PICS.ratings_enabled", false);
  179. pref("browser.PICS.pages_must_be_rated", false);
  180. pref("browser.PICS.disable_for_this_session", false);
  181. pref("browser.PICS.reenable_for_this_session", false);
  182. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  183. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  184.  
  185. // loading and rendering of framesets and iframes
  186. pref("browser.frames.enabled", true);
  187.  
  188. // form submission
  189. pref("browser.forms.submit.backwards_compatible", true);
  190.  
  191. // Tab browser preferences.
  192. pref("browser.tabs.autoHide", true);
  193. pref("browser.tabs.forceHide", false);
  194. pref("browser.tabs.loadInBackground", false);
  195. pref("browser.tabs.opentabfor.middleclick", false);
  196. pref("browser.tabs.opentabfor.urlbar", false);
  197. pref("browser.tabs.opentabfor.windowopen", false);
  198. pref("browser.tabs.opentabfor.bookmarks", false);
  199. pref("browser.tabs.warnOnClose", true);
  200.  
  201. // view source
  202. pref("view_source.syntax_highlight", true);
  203. pref("view_source.wrap_long_lines", false);
  204.  
  205. // gfx widgets
  206. pref("nglayout.widget.mode", 2);
  207. pref("nglayout.widget.gfxscrollbars", true);
  208.  
  209. // css2 hover pref
  210. pref("nglayout.events.showHierarchicalHover", false);
  211.  
  212. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  213. pref("nglayout.events.dispatchLeftClickOnly", true);
  214.  
  215. // whether or not to use xbl form controls
  216. pref("nglayout.debug.enable_xbl_forms", false);
  217.  
  218. // size of scrollbar snapping region
  219. pref("slider.snapMultiplier", 6);
  220.  
  221. // option to choose plug-in finder
  222. pref("application.use_ns_plugin_finder", false);
  223.  
  224. // Smart Browsing prefs
  225. pref("browser.related.enabled", true);
  226. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  227. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  228. pref("browser.related.disabledForDomains", "");
  229. pref("browser.goBrowsing.enabled", true);
  230.  
  231. // URI fixup prefs
  232. pref("browser.fixup.alternate.enabled", true);
  233. pref("browser.fixup.alternate.prefix", "www.");
  234. pref("browser.fixup.alternate.suffix", ".com");
  235.  
  236. // Default bookmark sorting
  237. pref("browser.bookmarks.sort.direction", "descending");
  238. pref("browser.bookmarks.sort.resource", "rdf:http://home.netscape.com/NC-rdf#Name");
  239.  
  240. //Internet Search
  241. pref("browser.search.defaultenginename", "chrome://communicator-region/locale/region.properties");
  242.  
  243. // Print header customization
  244. // Use the following codes:
  245. // &T - Title
  246. // &U - Document URL
  247. // &D - Date/Time
  248. // &P - Page Number
  249. // &PT - Page Number "of" Page total
  250. // Set each header to a string containing zero or one of these codes
  251. // and the code will be replaced in that string by the corresponding data
  252. pref("print.print_headerleft", "&T");
  253. pref("print.print_headercenter", "");
  254. pref("print.print_headerright", "&U");
  255. pref("print.print_footerleft", "&PT");
  256. pref("print.print_footercenter", "");
  257. pref("print.print_footerright", "&D");
  258. pref("print.show_print_progress", true);
  259.  
  260. // When this is set to false it means each window has its PrintSettings
  261. // and a change in one browser window does not effect the others
  262. pref("print.use_global_printsettings", true);
  263.  
  264. // This indicates whether it should use the native dialog or the XP Dialog50
  265. pref("print.use_native_print_dialog", false);
  266.  
  267. // Save the Printings after each print job
  268. pref("print.save_print_settings", true);
  269.  
  270. pref("print.whileInPrintPreview", true);
  271.  
  272. // Cache old Presentation when going into Print Preview
  273. pref("print.always_cache_old_pres", false);
  274.  
  275. // Enables you to specify the gap from the edge of the paper to the margin
  276. // this is used by both Printing and Print Preview
  277. pref("print.print_edge_top", 0); // 1/100 of an inch
  278. pref("print.print_edge_left", 0); // 1/100 of an inch
  279. pref("print.print_edge_right", 0); // 1/100 of an inch
  280. pref("print.print_edge_bottom", 0); // 1/100 of an inch
  281.  
  282. // Default Capability Preferences: Security-Critical! 
  283. // Editing these may create a security risk - be sure you know what you're doing
  284. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  285.  
  286. pref("capability.policy.default_policynames", "mailnews");
  287.  
  288. pref("capability.policy.default.DOMException.code", "allAccess");
  289. pref("capability.policy.default.DOMException.message", "allAccess");
  290. pref("capability.policy.default.DOMException.name", "allAccess");
  291. pref("capability.policy.default.DOMException.result", "allAccess");
  292. pref("capability.policy.default.DOMException.toString", "allAccess");
  293.  
  294. pref("capability.policy.default.History.back", "allAccess");
  295. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  296. pref("capability.policy.default.History.forward", "allAccess");
  297. pref("capability.policy.default.History.go", "allAccess");
  298. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  299. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  300. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  301. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  302.  
  303. pref("capability.policy.default.HTMLDocument.close", "allAccess");
  304. pref("capability.policy.default.HTMLDocument.open", "allAccess");
  305.  
  306. pref("capability.policy.default.Location.hash.set", "allAccess");
  307. pref("capability.policy.default.Location.href.set", "allAccess");
  308. pref("capability.policy.default.Location.reload", "allAccess");
  309. pref("capability.policy.default.Location.replace", "allAccess");
  310.  
  311. pref("capability.policy.default.Navigator.preference", "allAccess");
  312. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  313. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  314.  
  315. pref("capability.policy.default.Window.blur", "allAccess");
  316. pref("capability.policy.default.Window.close", "allAccess");
  317. pref("capability.policy.default.Window.closed", "allAccess");
  318. pref("capability.policy.default.Window.Components", "allAccess");
  319. pref("capability.policy.default.Window.document", "allAccess");
  320. pref("capability.policy.default.Window.focus", "allAccess");
  321. pref("capability.policy.default.Window.frames", "allAccess");
  322. pref("capability.policy.default.Window.history", "allAccess");
  323. pref("capability.policy.default.Window.length", "allAccess");
  324. pref("capability.policy.default.Window.location", "allAccess");
  325. pref("capability.policy.default.Window.opener", "allAccess");
  326. pref("capability.policy.default.Window.parent", "allAccess");
  327. pref("capability.policy.default.Window.self", "allAccess");
  328. pref("capability.policy.default.Window.top", "allAccess");
  329. pref("capability.policy.default.Window.window", "allAccess");
  330.  
  331. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  332. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  333.  
  334. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  335. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  336. pref("capability.policy.mailnews.*.data.get", "noAccess");
  337. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  338. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  339. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  340. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  341. pref("capability.policy.mailnews.*.host.get", "noAccess");
  342. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  343. pref("capability.policy.mailnews.*.href.get", "noAccess");
  344. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  345. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  346. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  347. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  348. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  349. pref("capability.policy.mailnews.*.src.get", "noAccess");
  350. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  351. pref("capability.policy.mailnews.*.text.get", "noAccess");
  352. pref("capability.policy.mailnews.*.title.get", "noAccess");
  353. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  354. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  355. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  356. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  357. pref("capability.policy.mailnews.Location.toString", "noAccess");
  358. pref("capability.policy.mailnews.Range.toString", "noAccess");
  359. pref("capability.policy.mailnews.Window.blur", "noAccess");
  360. pref("capability.policy.mailnews.Window.focus", "noAccess");
  361. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  362. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  363. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  364. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  365. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  366. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  367. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  368. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  369. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  370. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  371. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  372. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  373. pref("capability.policy.mailnews.document.load", "noAccess");
  374. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  375. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  376. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  377. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  378. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  379. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  380. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  381. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  382. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  383. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  384. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  385. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  386. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  387. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  388. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  389. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  390. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  391. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  392. pref("capability.policy.mailnews.DOMParser,parseFromString", "noAccess");
  393. pref("capability.policy.mailnews.DOMParser,parseFromStream", "noAccess");
  394. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  395. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  396. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  397. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  398. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  399. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  400. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  401. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  402. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  403. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  404. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  405. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  406. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  407. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  408. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  409. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  410. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  411. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  412. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  413. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  414. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  415. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  416. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  417. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  418. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  419. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  420. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  421. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  422. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  423. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  424. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  425. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  426. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  427. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  428. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  429. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  430. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  431.  
  432. // XMLExtras
  433. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  434. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  435.  
  436. // Clipboard
  437. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  438. pref("capability.policy.default.Clipboard.paste", "noAccess");
  439.  
  440. // Scripts & Windows prefs
  441. pref("browser.block.target_new_window",     false);
  442. pref("dom.disable_cookie_get",              false);
  443. pref("dom.disable_cookie_set",              false);
  444. pref("dom.disable_image_src_set",           false);
  445. pref("dom.disable_open_during_load",        false);
  446. pref("dom.disable_window_flip",             false);
  447. pref("dom.disable_window_move_resize",      false);
  448. pref("dom.disable_window_status_change",    false);
  449.  
  450. pref("dom.disable_window_open_feature.titlebar",    false);
  451. pref("dom.disable_window_open_feature.close",       false);
  452. pref("dom.disable_window_open_feature.toolbar",     false);
  453. pref("dom.disable_window_open_feature.location",    false);
  454. pref("dom.disable_window_open_feature.directories", false);
  455. pref("dom.disable_window_open_feature.personalbar", false);
  456. pref("dom.disable_window_open_feature.menubar",     false);
  457. pref("dom.disable_window_open_feature.scrollbars",  false);
  458. pref("dom.disable_window_open_feature.resizable",   false);
  459. pref("dom.disable_window_open_feature.minimizable", false);
  460. pref("dom.disable_window_open_feature.status",      false);
  461.  
  462. pref("dom.allow_scripts_to_close_windows",          false);
  463.  
  464. pref("javascript.enabled",                  true);
  465. pref("javascript.allow.mailnews",           false);
  466. pref("javascript.options.strict",           false);
  467. pref("javascript.options.showInConsole",    true);
  468.  
  469. // advanced prefs
  470. pref("advanced.always_load_images",         true);
  471. pref("security.enable_java",                true);
  472. pref("advanced.mailftp",                    false);
  473. pref("image.animation_mode",                "normal");
  474.  
  475. pref("offline.startup_state",            0);
  476. pref("offline.send.unsent_messages",            0);
  477. pref("offline.download.download_messages",  0);
  478. pref("offline.prompt_synch_on_exit",            true);
  479. pref("offline.news.download.use_days",          0);
  480.  
  481. // If there is ever a security firedrill that requires
  482. // us to block certian ports global, this is the pref 
  483. // to use.  Is is a comma delimited list of port numbers
  484. // for example:
  485. //   pref("network.security.ports.banned", "1,2,3,4,5");
  486. // prevents necko connecting to ports 1-5 unless the protocol
  487. // overrides.
  488.  
  489. // Prevent using external protocol handlers for these schemes
  490. pref("network.protocol-handler.external.hcp", false);
  491. pref("network.protocol-handler.external.vbscript", false);
  492. pref("network.protocol-handler.external.javascript", false);
  493. pref("network.protocol-handler.external.ms-help", false);
  494. pref("network.protocol-handler.external.vnd.ms.radio", false);
  495.  
  496. pref("network.hosts.smtp_server",           "mail");
  497. pref("network.hosts.pop_server",            "mail");
  498. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  499.  
  500. // <http>
  501. pref("network.http.version", "1.1");      // default
  502. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  503. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  504. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  505. // some older 1.0 servers:
  506.  
  507. pref("network.http.proxy.version", "1.1");    // default
  508. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  509.                                               // (required if using junkbuster proxy)
  510.  
  511. // enable caching of http documents
  512. pref("network.http.use-cache", true);
  513.  
  514. // this preference can be set to override the socket type used for normal
  515. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  516. pref("network.http.default-socket-type", "");
  517.  
  518. pref("network.http.keep-alive", true); // set it to false in case of problems
  519. pref("network.http.proxy.keep-alive", true);
  520. pref("network.http.keep-alive.timeout", 300);
  521.  
  522. // limit the absolute number of http connections.
  523. pref("network.http.max-connections", 24);
  524.  
  525. // limit the absolute number of http connections that can be established per
  526. // host.  if a http proxy server is enabled, then the "server" is the proxy
  527. // server.  Otherwise, "server" is the http origin server.
  528. pref("network.http.max-connections-per-server", 8);
  529.  
  530. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  531. // a new connection will only be attempted if the number of active persistent
  532. // connections to the server is less then max-persistent-connections-per-server.
  533. pref("network.http.max-persistent-connections-per-server", 2);
  534.  
  535. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  536. // new connection will only be attempted if the number of active persistent
  537. // connections to the proxy is less then max-persistent-connections-per-proxy.
  538. pref("network.http.max-persistent-connections-per-proxy", 4);
  539.  
  540. // amount of time (in seconds) to suspend pending requests, before spawning a
  541. // new connection, once the limit on the number of persistent connections per
  542. // host has been reached.  however, a new connection will not be created if
  543. // max-connections or max-connections-per-server has also been reached.
  544. pref("network.http.request.max-start-delay", 10);
  545.  
  546. // http specific network timeouts (XXX currently unused)
  547. pref("network.http.connect.timeout",  30);    // in seconds
  548. pref("network.http.request.timeout", 120);    // in seconds
  549.  
  550. // Headers
  551. pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1");
  552.  
  553. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  554.  
  555. // Controls whether we send HTTPS referres to other HTTPS sites.
  556. // By default this is enabled for compatibility (see bug 141641)
  557. pref("network.http.sendSecureXSiteReferrer", true);
  558.  
  559. // Maximum number of consecutive redirects before aborting.
  560. pref("network.http.redirection-limit", 20);
  561.  
  562. // Enable http compression: comment this out in case of problems with 1.1
  563. // NOTE: support for "compress" has been disabled per bug 196406.
  564. pref("network.http.accept-encoding" ,"gzip,deflate");
  565.  
  566. pref("network.http.pipelining"      , false);
  567. pref("network.http.proxy.pipelining", false);
  568.  
  569. // Always pipeling the very first request:  this will only work when you are
  570. // absolutely sure the the site or proxy you are browsing to/through support
  571. // pipelining; the default behavior will be that the browser will first make
  572. // a normal, non-pipelined request, then  examine  and remember the responce
  573. // and only the subsequent requests to that site will be pipeline
  574. pref("network.http.pipelining.firstrequest", false);
  575.  
  576. // Max number of requests in the pipeline
  577. pref("network.http.pipelining.maxrequests" , 4);
  578.  
  579. pref("network.http.proxy.ssl.connect",true);
  580. // </http>
  581.  
  582. // This preference controls whether or not internationalized domain names (IDN)
  583. // are handled.  IDN requires a nsIIDNService implementation.
  584. pref("network.enableIDN", true);
  585.  
  586. // This preference controls whether or not URLs with UTF-8 characters are
  587. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  588. pref("network.standard-url.escape-utf8", true);
  589.  
  590. // Idle timeout for ftp control connections - 5 minute default
  591. pref("network.ftp.idleConnectionTimeout", 300);
  592.  
  593. // directory listing format - constants are defined in nsIDirectoryListing.idl
  594. // Do not set this to 0...
  595. pref("network.dir.format", 2);
  596.  
  597. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  598. pref("network.prefetch-next", true);
  599.  
  600. // sspitzer:  change this back to "news" when we get to beta.
  601. // for now, set this to news.mozilla.org because you can only
  602. // post to the server specified by this pref.
  603. pref("network.hosts.nntp_server",           "news.mozilla.org");
  604.  
  605. pref("network.hosts.socks_server",          "");
  606. pref("network.hosts.socks_serverport",      1080);
  607. pref("network.hosts.socks_conf",            "");
  608. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  609. pref("network.image.warnAboutImages",       false);
  610. pref("network.proxy.autoconfig_url",        "");
  611. pref("network.proxy.type",                  0);
  612. pref("network.proxy.ftp",                   "");
  613. pref("network.proxy.ftp_port",              0);
  614. pref("network.proxy.gopher",                "");
  615. pref("network.proxy.gopher_port",           0);
  616. pref("network.proxy.news",                  "");
  617. pref("network.proxy.news_port",             0);
  618. pref("network.proxy.http",                  "");
  619. pref("network.proxy.http_port",             0);
  620. pref("network.proxy.wais",                  "");
  621. pref("network.proxy.wais_port",             0);
  622. pref("network.proxy.ssl",                   "");
  623. pref("network.proxy.ssl_port",              0);
  624. pref("network.proxy.socks",                 "");
  625. pref("network.proxy.socks_port",            0);
  626. pref("network.proxy.socks_version",         5);
  627. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  628. pref("network.online",                      true); //online/offline
  629. pref("network.cookie.cookieBehavior",       3); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p
  630. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  631. pref("network.cookie.warnAboutCookies",     false);
  632. pref("network.cookie.lifetime.enabled",     false);
  633. pref("network.cookie.lifetime.behavior",    0);
  634. pref("network.cookie.lifetime.days",        90);
  635.  
  636. // The following default value is for p3p medium mode.
  637. // See extensions/cookie/resources/content/p3p.xul for the definitions of low/medium/hi
  638. pref("network.cookie.p3p",                  "ffffaaaa");
  639. pref("network.cookie.p3plevel",             1); // 0=low, 1=medium, 2=high, 3=custom
  640.  
  641. pref("signon.rememberSignons",              true);
  642. pref("signon.expireMasterPassword",         false);
  643. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  644. pref("network.enableIDN",                   false); // Turn on/off IDN (Internationalized Domain Name) resolution
  645. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  646. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  647. pref("wallet.captureForms",                 true);
  648. pref("wallet.notified",                     false);
  649. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  650. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  651. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  652. pref("wallet.version",                      "1");
  653. pref("wallet.enabled",                      true);
  654. pref("wallet.crypto",                       false);
  655. pref("wallet.crypto.autocompleteoverride",  false); // Ignore 'autocomplete=off' - available only when wallet.crypto is enabled. 
  656. pref("wallet.namePanel.hide",               false);
  657. pref("wallet.addressPanel.hide",            false);
  658. pref("wallet.phonePanel.hide",              false);
  659. pref("wallet.creditPanel.hide",             false);
  660. pref("wallet.employPanel.hide",             false);
  661. pref("wallet.miscPanel.hide",               false);
  662. pref("imageblocker.enabled",                true);
  663. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  664. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  665. pref("intl.collationOption",                "chrome://navigator-platform/locale/navigator.properties");
  666. pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
  667. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  668. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  669. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  670. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  671. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  672. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  673. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  674. pref("intl.charsetmenu.browser.cache",      "");
  675. pref("intl.charsetmenu.mailview.cache",     "");
  676. pref("intl.charsetmenu.composer.cache",     "");
  677. pref("intl.charsetmenu.browser.cache.size", 5);
  678. pref("intl.charset.detector",               "chrome://navigator/locale/navigator.properties");
  679. pref("intl.charset.default",                "chrome://navigator-platform/locale/navigator.properties");
  680. pref("intl.content.langcode",               "chrome://communicator-region/locale/region.properties");
  681. pref("intl.locale.matchOS",                 false);
  682. // fallback charset list for Unicode conversion (converting from Unicode)
  683. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  684. // for ISO-8859-1
  685. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  686. pref("font.language.group",                 "chrome://navigator/locale/navigator.properties");
  687.  
  688. // -- folders (Mac: these are binary aliases.)
  689. pref("mail.signature_file",             "");
  690. pref("mail.directory",                  "");
  691.  
  692. pref("images.dither", "auto");
  693. pref("news.directory",                  "");
  694. pref("security.directory",              "");
  695.  
  696. pref("autoupdate.enabled",              true);
  697.  
  698. pref("browser.editor.disabled", false);
  699.  
  700. pref("spellchecker.dictionary", "");
  701.  
  702. pref("signed.applets.codebase_principal_support", false);
  703. pref("security.checkloaduri", true);
  704. pref("security.xpconnect.plugin.unrestricted", true);
  705.  
  706. // Modifier key prefs: default to Windows settings,
  707. // menu access key = alt, accelerator key = control.
  708. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  709. pref("ui.key.accelKey", 17);
  710. pref("ui.key.generalAccessKey", 18);
  711. pref("ui.key.menuAccessKey", 18);
  712. pref("ui.key.menuAccessKeyFocuses", false);
  713. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  714.  
  715. // Middle-mouse handling
  716. pref("middlemouse.paste", false);
  717. pref("middlemouse.openNewWindow", true);
  718. pref("middlemouse.contentLoadURL", false);
  719. pref("middlemouse.scrollbarPosition", false);
  720.  
  721. // Clipboard behavior
  722. pref("clipboard.autocopy", false);
  723.  
  724. // 0=lines, 1=pages, 2=history , 3=text size
  725. pref("mousewheel.withnokey.action",0);
  726. pref("mousewheel.withnokey.numlines",1);    
  727. pref("mousewheel.withnokey.sysnumlines",true);
  728. pref("mousewheel.withcontrolkey.action",0);
  729. pref("mousewheel.withcontrolkey.numlines",1);
  730. pref("mousewheel.withcontrolkey.sysnumlines",true);
  731. pref("mousewheel.withshiftkey.action",0);
  732. pref("mousewheel.withshiftkey.numlines",1);
  733. pref("mousewheel.withshiftkey.sysnumlines",false);
  734. pref("mousewheel.withaltkey.action",2);
  735. pref("mousewheel.withaltkey.numlines",1);
  736. pref("mousewheel.withaltkey.sysnumlines",false);
  737.  
  738. pref("profile.confirm_automigration",true);
  739.  
  740. // the amount of time (in seconds) that must elapse
  741. // before we think your mozilla profile is defunct
  742. // and you'd benefit from re-migrating from 4.x
  743. // see bug #137886 for more details
  744. //
  745. // if -1, we never think your profile is defunct
  746. // and users will never see the remigrate UI.
  747. pref("profile.seconds_until_defunct", -1);
  748.  
  749. // Customizable toolbar stuff
  750. pref("custtoolbar.personal_toolbar_folder", "");
  751.  
  752. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  753. pref("sidebar.customize.directory.url", "http://dmoz.org/Netscape/Sidebar/");
  754. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  755. pref("sidebar.num_tabs_in_view", 8);
  756.  
  757. pref("prefs.converted-to-utf8",false);
  758. // --------------------------------------------------
  759. // IBMBIDI 
  760. // --------------------------------------------------
  761. //
  762. // ------------------
  763. //  Text Direction
  764. // ------------------
  765. // 1 = directionLTRBidi *
  766. // 2 = directionRTLBidi
  767. pref("bidi.direction", 1);
  768. // ------------------
  769. //  Text Type
  770. // ------------------
  771. // 1 = charsettexttypeBidi *
  772. // 2 = logicaltexttypeBidi
  773. // 3 = visualtexttypeBidi
  774. pref("bidi.texttype", 1);
  775. // ------------------
  776. //  Controls Text Mode
  777. // ------------------
  778. // 1 = logicalcontrolstextmodeBidiCmd
  779. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  780. // 3 = containercontrolstextmodeBidi *
  781. pref("bidi.controlstextmode", 1);
  782. // ------------------
  783. //  Clipboard Text Mode
  784. // ------------------
  785. //  1 = logicalclipboardtextmodeBidi
  786. // 2 = visiualclipboardtextmodeBidi
  787. // 3 = sourceclipboardtextmodeBidi *
  788. pref("bidi.clipboardtextmode", 3);
  789. // ------------------
  790. //  Numeral Style
  791. // ------------------
  792. // 1 = regularcontextnumeralBidi *
  793. // 2 = hindicontextnumeralBidi
  794. // 3 = arabicnumeralBidi
  795. // 4 = hindinumeralBidi
  796. pref("bidi.numeral", 1);
  797. // ------------------
  798. //  Support Mode
  799. // ------------------
  800. // 1 = mozillaBidisupport *
  801. // 2 = OsBidisupport
  802. // 3 = disableBidisupport
  803. pref("bidi.support", 1);
  804. // ------------------
  805. //  Charset Mode
  806. // ------------------
  807. // 1 = doccharactersetBidi *
  808. // 2 = defaultcharactersetBidi
  809. pref("bidi.characterset", 1);
  810.  
  811.  
  812. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  813.  
  814. // used for double-click word selection behavior. Win will override.
  815. pref("layout.word_select.eat_space_to_next_word", false);
  816. pref("layout.word_select.stop_at_punctuation", true);
  817.  
  818. // pref to force frames to be resizable
  819. pref("layout.frames.force_resizability", false);
  820.  
  821. // pref to permit users to make verified SOAP calls by default
  822. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  823.  
  824. // pref to control the alert notification 
  825. pref("alerts.slideIncrement", 1);
  826. pref("alerts.slideIncrementTime", 10);
  827. pref("alerts.totalOpenTime", 4000);
  828. pref("alerts.height", 50);
  829.  
  830. // update notifications prefs
  831. pref("update_notifications.enabled", true);
  832. pref("update_notifications.provider.0.frequency", 7); // number of days
  833. pref("update_notifications.provider.0.datasource", "chrome://communicator-region/locale/region.properties");
  834.  
  835. // 0 opens the download manager
  836. // 1 opens a progress dialog
  837. // 2 and other values, no download manager, no progress dialog. 
  838. pref("browser.downloadmanager.behavior", 0);
  839.  
  840. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  841. pref("plugin.override_internal_types", false);
  842. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  843.  
  844. // See bug 136985.  Gives embedders a pref to hook into to show
  845. // a popup blocker if they choose.
  846. pref("browser.popups.showPopupBlocker", true);
  847.  
  848. // Pref to control whether the viewmanager code does double-buffering or not
  849. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  850. pref("viewmanager.do_doublebuffering", true);
  851.  
  852. pref("privacy.popups.sound_enabled",              false);
  853. pref("privacy.popups.sound_url",                  "");
  854. pref("privacy.popups.statusbar_icon_enabled",     true);
  855.