Kimarite

/usr/lib/firefox-3.6.23/defaults/pref - firefox.js

Oct 19th, 2011
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.59 KB | None | 0 0
  1. //@line 37 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  2.  
  3. // XXX Toolkit-specific preferences should be moved into toolkit.js
  4.  
  5. //@line 41 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  6.  
  7. //@line 44 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  8.  
  9. //@line 50 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  10.  
  11. pref("general.startup.browser", true);
  12.  
  13. pref("browser.chromeURL","chrome://browser/content/");
  14. pref("browser.hiddenWindowChromeURL", "chrome://browser/content/hiddenWindow.xul");
  15. pref("xpinstall.dialog.confirm", "chrome://mozapps/content/xpinstall/xpinstallConfirm.xul");
  16. pref("xpinstall.dialog.progress.skin", "chrome://mozapps/content/extensions/extensions.xul");
  17. pref("xpinstall.dialog.progress.chrome", "chrome://mozapps/content/extensions/extensions.xul");
  18. pref("xpinstall.dialog.progress.type.skin", "Extension:Manager");
  19. pref("xpinstall.dialog.progress.type.chrome", "Extension:Manager");
  20.  
  21. // Developers can set this to |true| if they are constantly changing files in their
  22. // extensions directory so that the extension system does not constantly think that
  23. // their extensions are being updated and thus reregistered every time the app is
  24. // started.
  25. pref("extensions.ignoreMTimeChanges", false);
  26. // Enables some extra Extension System Logging (can reduce performance)
  27. pref("extensions.logging.enabled", false);
  28. // Hides the install button in the add-ons mgr
  29. pref("extensions.hideInstallButton", true);
  30.  
  31. // Preferences for the Get Add-ons pane
  32. pref("extensions.getAddons.showPane", true);
  33. pref("extensions.getAddons.browseAddons", "https://addons.mozilla.org/%LOCALE%/%APP%");
  34. pref("extensions.getAddons.maxResults", 5);
  35. pref("extensions.getAddons.recommended.browseURL", "https://addons.mozilla.org/%LOCALE%/%APP%/recommended");
  36. pref("extensions.getAddons.recommended.url", "https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/list/featured/all/10/%OS%/%VERSION%?src=firefox");
  37. pref("extensions.getAddons.search.browseURL", "https://addons.mozilla.org/%LOCALE%/%APP%/search?q=%TERMS%");
  38. pref("extensions.getAddons.search.url", "https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/search/%TERMS%/all/10/%OS%/%VERSION%?src=firefox");
  39.  
  40. // Blocklist preferences
  41. pref("extensions.blocklist.enabled", true);
  42. pref("extensions.blocklist.interval", 86400);
  43. // Controls what level the blocklist switches from warning about items to forcibly
  44. // blocking them.
  45. pref("extensions.blocklist.level", 2);
  46. pref("extensions.blocklist.url", "https://addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/%PRODUCT%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/");
  47. pref("extensions.blocklist.detailsURL", "https://www.mozilla.com/%LOCALE%/blocklist/");
  48.  
  49. // Dictionary download preference
  50. pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/%APP%/dictionaries/");
  51.  
  52. // Update Timer Manager preferences
  53. // Interval: When all registered timers should be checked (in milliseconds)
  54. // default=10 minutes
  55. pref("app.update.timer", 600000);
  56.  
  57. // App-specific update preferences
  58.  
  59. // The interval to check for updates (app.update.interval) is defined in
  60. // firefox-branding.js
  61.  
  62. // Whether or not app updates are enabled
  63. pref("app.update.enabled", true);
  64.  
  65. // This preference turns on app.update.mode and allows automatic download and
  66. // install to take place. We use a separate boolean toggle for this to make
  67. // the UI easier to construct.
  68. pref("app.update.auto", true);
  69.  
  70. // Defines how the Application Update Service notifies the user about updates:
  71. //
  72. // AUM Set to: Minor Releases: Major Releases:
  73. // 0 download no prompt download no prompt
  74. // 1 download no prompt download no prompt if no incompatibilities
  75. // 2 download no prompt prompt
  76. //
  77. // See chart in nsUpdateService.js.in for more details
  78. //
  79. pref("app.update.mode", 1);
  80.  
  81. // If set to true, the Update Service will present no UI for any event.
  82. pref("app.update.silent", false);
  83.  
  84. // Update service URL:
  85. pref("app.update.url", "https://aus2.mozilla.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");
  86. // app.update.url.manual is in branding section
  87. // app.update.url.details is in branding section
  88.  
  89. // User-settable override to app.update.url for testing purposes.
  90. //pref("app.update.url.override", "");
  91.  
  92. // app.update.interval is in branding section
  93.  
  94. // Interval: Time before prompting the user again to restart to install the
  95. // latest download (in seconds) default=1 day
  96. pref("app.update.nagTimer.restart", 86400);
  97.  
  98. // Give the user x seconds to react before showing the big UI. default=12 hours
  99. pref("app.update.promptWaitTime", 43200);
  100. // Show the Update Checking/Ready UI when the user was idle for x seconds
  101. pref("app.update.idletime", 60);
  102.  
  103. // Whether or not we show a dialog box informing the user that the update was
  104. // successfully applied. This is off in Firefox by default since we show a
  105. // upgrade start page instead! Other apps may wish to show this UI, and supply
  106. // a whatsNewURL field in their brand.properties that contains a link to a page
  107. // which tells users what's new in this new update.
  108. pref("app.update.showInstalledUI", false);
  109.  
  110. // 0 = suppress prompting for incompatibilities if there are updates available
  111. // to newer versions of installed addons that resolve them.
  112. // 1 = suppress prompting for incompatibilities only if there are VersionInfo
  113. // updates available to installed addons that resolve them, not newer
  114. // versions.
  115. pref("app.update.incompatible.mode", 0);
  116.  
  117. // Symmetric (can be overridden by individual extensions) update preferences.
  118. // e.g.
  119. // extensions.{GUID}.update.enabled
  120. // extensions.{GUID}.update.url
  121. // .. etc ..
  122. //
  123. pref("extensions.update.enabled", true);
  124. pref("extensions.update.url", "https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%");
  125. pref("extensions.update.interval", 86400); // Check for updates to Extensions and
  126. // Themes every day
  127. // Non-symmetric (not shared by extensions) extension-specific [update] preferences
  128. pref("extensions.getMoreThemesURL", "https://addons.mozilla.org/%LOCALE%/%APP%/getpersonas");
  129. pref("extensions.dss.enabled", false); // Dynamic Skin Switching
  130. pref("extensions.dss.switchPending", false); // Non-dynamic switch pending after next
  131. // restart.
  132.  
  133. pref("extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.name", "chrome://browser/locale/browser.properties");
  134. pref("extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.description", "chrome://browser/locale/browser.properties");
  135.  
  136. pref("xpinstall.whitelist.add", "addons.mozilla.org");
  137. pref("xpinstall.whitelist.add.36", "getpersonas.com");
  138.  
  139. pref("lightweightThemes.update.enabled", true);
  140.  
  141. pref("keyword.enabled", true);
  142. pref("keyword.URL", "chrome://browser-region/locale/region.properties");
  143.  
  144. pref("general.useragent.locale", "en-US");
  145. pref("general.skins.selectedSkin", "classic/1.0");
  146. pref("general.useragent.extra.firefox", "Firefox/3.6.23");
  147.  
  148. pref("general.smoothScroll", false);
  149. //@line 190 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  150. pref("general.autoScroll", false);
  151. //@line 194 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  152.  
  153. // Whether or not the application should check at startup each time if it
  154. // is the default browser.
  155. pref("browser.shell.checkDefaultBrowser", true);
  156.  
  157. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
  158. // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
  159. pref("browser.startup.page", 1);
  160. pref("browser.startup.homepage", "resource:/browserconfig.properties");
  161.  
  162. pref("browser.enable_automatic_image_resizing", true);
  163. pref("browser.chrome.site_icons", true);
  164. pref("browser.chrome.favicons", true);
  165. pref("browser.warnOnQuit", true);
  166. pref("browser.warnOnRestart", true);
  167. pref("browser.fullscreen.autohide", true);
  168. pref("browser.fullscreen.animateUp", 1);
  169.  
  170. //@line 213 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  171. pref("browser.urlbar.clickSelectsAll", false);
  172. //@line 218 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  173. pref("browser.urlbar.doubleClickSelectsAll", true);
  174. //@line 222 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  175. pref("browser.urlbar.autoFill", false);
  176. // 0: Match anywhere (e.g., middle of words)
  177. // 1: Match on word boundaries and then try matching anywhere
  178. // 2: Match only on word boundaries (e.g., after / or .)
  179. // 3: Match at the beginning of the url or title
  180. pref("browser.urlbar.matchBehavior", 1);
  181. pref("browser.urlbar.filter.javascript", true);
  182.  
  183. // the maximum number of results to show in autocomplete when doing richResults
  184. pref("browser.urlbar.maxRichResults", 12);
  185. // The amount of time (ms) to wait after the user has stopped typing
  186. // before starting to perform autocomplete. 50 is the default set in
  187. // autocomplete.xml.
  188. pref("browser.urlbar.delay", 50);
  189.  
  190. // The special characters below can be typed into the urlbar to either restrict
  191. // the search to visited history, bookmarked, tagged pages; or force a match on
  192. // just the title text or url.
  193. pref("browser.urlbar.restrict.history", "^");
  194. pref("browser.urlbar.restrict.bookmark", "*");
  195. pref("browser.urlbar.restrict.tag", "+");
  196. pref("browser.urlbar.restrict.typed", "~");
  197. pref("browser.urlbar.match.title", "#");
  198. pref("browser.urlbar.match.url", "@");
  199.  
  200. // The default behavior for the urlbar can be configured to use any combination
  201. // of the restrict or match filters with each additional filter restricting
  202. // more (intersection). Add the following values to set the behavior as the
  203. // default: 1: history, 2: bookmark, 4: tag, 8: title, 16: url, 32: typed
  204. // E.g., 0 = show all results (no filtering), 1 = only visited pages in history,
  205. // 2 = only bookmarks, 3 = visited bookmarks, 1+16 = history matching in the url
  206. pref("browser.urlbar.default.behavior", 0);
  207.  
  208. // Number of milliseconds to wait for the http headers (and thus
  209. // the Content-Disposition filename) before giving up and falling back to
  210. // picking a filename without that info in hand so that the user sees some
  211. // feedback from their action.
  212. pref("browser.download.saveLinkAsFilenameTimeout", 1000);
  213.  
  214. pref("browser.download.useDownloadDir", true);
  215.  
  216. //@line 267 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  217. pref("browser.download.folderList", 1);
  218. //@line 269 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  219. pref("browser.download.manager.showAlertOnComplete", true);
  220. pref("browser.download.manager.showAlertInterval", 2000);
  221. pref("browser.download.manager.retention", 2);
  222. pref("browser.download.manager.showWhenStarting", true);
  223. pref("browser.download.manager.closeWhenDone", false);
  224. pref("browser.download.manager.focusWhenStarting", false);
  225. pref("browser.download.manager.flashCount", 2);
  226. pref("browser.download.manager.addToRecentDocs", true);
  227. pref("browser.download.manager.quitBehavior", 0);
  228. pref("browser.download.manager.scanWhenDone", true);
  229. pref("browser.download.manager.resumeOnWakeDelay", 10000);
  230.  
  231. // search engines URL
  232. pref("browser.search.searchEnginesURL", "https://addons.mozilla.org/%LOCALE%/%APP%/search-engines/");
  233.  
  234. // pointer to the default engine name
  235. pref("browser.search.defaultenginename", "chrome://browser-region/locale/region.properties");
  236.  
  237. // disable logging for the search service by default
  238. pref("browser.search.log", false);
  239.  
  240. // Ordering of Search Engines in the Engine list.
  241. pref("browser.search.order.1", "chrome://browser-region/locale/region.properties");
  242. pref("browser.search.order.2", "chrome://browser-region/locale/region.properties");
  243.  
  244. // search bar results always open in a new tab
  245. pref("browser.search.openintab", false);
  246.  
  247. // send ping to the server to update
  248. pref("browser.search.update", true);
  249.  
  250. // disable logging for the search service update system by default
  251. pref("browser.search.update.log", false);
  252.  
  253. // Check whether we need to perform engine updates every 6 hours
  254. pref("browser.search.updateinterval", 6);
  255.  
  256. // Whether or not microsummary and generator updates are enabled
  257. pref("browser.microsummary.enabled", true);
  258. pref("browser.microsummary.updateGenerators", true);
  259.  
  260. // enable search suggestions by default
  261. pref("browser.search.suggest.enabled", true);
  262.  
  263. pref("browser.history.showSessions", false);
  264. pref("browser.sessionhistory.max_entries", 50);
  265. //@line 316 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  266. pref("browser.history_expire_days", 180);
  267. pref("browser.history_expire_days_min", 90);
  268. //@line 322 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  269. pref("browser.history_expire_sites", 40000);
  270.  
  271. // handle links targeting new windows
  272. // 0=default window, 1=current window/tab, 2=new window, 3=new tab in most recent window
  273. pref("browser.link.open_newwindow", 3);
  274.  
  275. // 0: no restrictions - divert everything
  276. // 1: don't divert window.open at all
  277. // 2: don't divert window.open with features
  278. pref("browser.link.open_newwindow.restriction", 2);
  279.  
  280. // Tabbed browser
  281. //@line 335 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  282. pref("browser.tabs.autoHide", false);
  283. //@line 339 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  284. pref("browser.tabs.closeWindowWithLastTab", true);
  285. pref("browser.tabs.insertRelatedAfterCurrent", true);
  286. pref("browser.tabs.warnOnClose", true);
  287. pref("browser.tabs.warnOnOpen", true);
  288. pref("browser.tabs.maxOpenBeforeWarn", 15);
  289. pref("browser.tabs.loadInBackground", true);
  290. pref("browser.tabs.loadFolderAndReplace", true);
  291. pref("browser.tabs.opentabfor.middleclick", true);
  292. pref("browser.tabs.loadDivertedInBackground", false);
  293. pref("browser.tabs.loadBookmarksInBackground", false);
  294. pref("browser.tabs.tabMinWidth", 100);
  295. pref("browser.tabs.tabMaxWidth", 250);
  296. pref("browser.tabs.tabClipWidth", 140);
  297.  
  298. // Where to show tab close buttons:
  299. // 0 on active tab only
  300. // 1 on all tabs until tabClipWidth is reached, then active tab only
  301. // 2 no close buttons at all
  302. // 3 at the end of the tabstrip
  303. pref("browser.tabs.closeButtons", 1);
  304.  
  305. // When tabs opened by links in other tabs via a combination of
  306. // browser.link.open_newwindow being set to 3 and target="_blank" etc are
  307. // closed:
  308. // true return to the tab that opened this tab (its owner)
  309. // false return to the adjacent tab (old default)
  310. pref("browser.tabs.selectOwnerOnClose", true);
  311.  
  312. pref("browser.allTabs.previews", false);
  313. pref("browser.ctrlTab.previews", false);
  314. pref("browser.ctrlTab.recentlyUsedLimit", 7);
  315.  
  316. // Default bookmark sorting
  317. pref("browser.bookmarks.sort.direction", "descending");
  318. pref("browser.bookmarks.sort.resource", "rdf:http://home.netscape.com/NC-rdf#Name");
  319.  
  320. // By default, do not export HTML at shutdown.
  321. // If true, at shutdown the bookmarks in your menu and toolbar will
  322. // be exported as HTML to the bookmarks.html file.
  323. pref("browser.bookmarks.autoExportHTML", false);
  324.  
  325. // The maximum number of daily bookmark backups to
  326. // keep in {PROFILEDIR}/bookmarkbackups. Special values:
  327. // -1: unlimited
  328. // 0: no backups created (and deletes all existing backups)
  329. pref("browser.bookmarks.max_backups", 5);
  330.  
  331. // Scripts & Windows prefs
  332. pref("dom.disable_open_during_load", true);
  333. //@line 392 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  334. pref("javascript.options.showInConsole", false);
  335. //@line 394 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  336.  
  337. //@line 399 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  338.  
  339. // Make the status bar reliably present and unaffected by pages
  340. pref("dom.disable_window_open_feature.status", true);
  341. // This is the pref to control the location bar, change this to true to
  342. // force this instead of or in addition to the status bar - this makes
  343. // the origin of popup windows more obvious to avoid spoofing. We would
  344. // rather not do it by default because it affects UE for web applications, but
  345. // without it there isn't a really good way to prevent chrome spoofing, see bug 337344
  346. pref("dom.disable_window_open_feature.location", true);
  347. pref("dom.disable_window_status_change", true);
  348. // allow JS to move and resize existing windows
  349. pref("dom.disable_window_move_resize", false);
  350. // prevent JS from monkeying with window focus, etc
  351. pref("dom.disable_window_flip", true);
  352.  
  353. // popups.policy 1=allow,2=reject
  354. pref("privacy.popups.policy", 1);
  355. pref("privacy.popups.usecustom", true);
  356. pref("privacy.popups.firstTime", true);
  357. pref("privacy.popups.showBrowserMessage", true);
  358.  
  359. pref("privacy.item.cookies", false);
  360.  
  361. pref("privacy.clearOnShutdown.history", true);
  362. pref("privacy.clearOnShutdown.formdata", true);
  363. pref("privacy.clearOnShutdown.passwords", false);
  364. pref("privacy.clearOnShutdown.downloads", true);
  365. pref("privacy.clearOnShutdown.cookies", true);
  366. pref("privacy.clearOnShutdown.cache", true);
  367. pref("privacy.clearOnShutdown.sessions", true);
  368. pref("privacy.clearOnShutdown.offlineApps", false);
  369. pref("privacy.clearOnShutdown.siteSettings", false);
  370.  
  371. pref("privacy.cpd.history", true);
  372. pref("privacy.cpd.formdata", true);
  373. pref("privacy.cpd.passwords", false);
  374. pref("privacy.cpd.downloads", true);
  375. pref("privacy.cpd.cookies", true);
  376. pref("privacy.cpd.cache", true);
  377. pref("privacy.cpd.sessions", true);
  378. pref("privacy.cpd.offlineApps", false);
  379. pref("privacy.cpd.siteSettings", false);
  380.  
  381. // What default should we use for the time span in the sanitizer:
  382. // 0 - Clear everything
  383. // 1 - Last Hour
  384. // 2 - Last 2 Hours
  385. // 3 - Last 4 Hours
  386. // 4 - Today
  387. pref("privacy.sanitize.timeSpan", 1);
  388. pref("privacy.sanitize.sanitizeOnShutdown", false);
  389.  
  390. pref("privacy.sanitize.migrateFx3Prefs", false);
  391.  
  392. pref("network.proxy.share_proxy_settings", false); // use the same proxy settings for all protocols
  393.  
  394. pref("network.cookie.cookieBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  395.  
  396. // l12n and i18n
  397. pref("intl.accept_languages", "chrome://global/locale/intl.properties");
  398. pref("intl.charsetmenu.browser.static", "chrome://global/locale/intl.properties");
  399. pref("intl.charsetmenu.browser.more1", "chrome://global/locale/intl.properties");
  400. pref("intl.charsetmenu.browser.more2", "chrome://global/locale/intl.properties");
  401. pref("intl.charsetmenu.browser.more3", "chrome://global/locale/intl.properties");
  402. pref("intl.charsetmenu.browser.more4", "chrome://global/locale/intl.properties");
  403. pref("intl.charsetmenu.browser.more5", "chrome://global/locale/intl.properties");
  404. pref("intl.charsetmenu.browser.unicode", "UTF-8, UTF-16LE, UTF-16BE, UTF-32, UTF-32LE, UTF-32BE");
  405. pref("intl.charset.detector", "chrome://global/locale/intl.properties");
  406. pref("intl.charset.default", "chrome://global-platform/locale/intl.properties");
  407. pref("font.language.group", "chrome://global/locale/intl.properties");
  408. pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
  409. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
  410.  
  411. // simple gestures support
  412. pref("browser.gesture.swipe.left", "Browser:BackOrBackDuplicate");
  413. pref("browser.gesture.swipe.right", "Browser:ForwardOrForwardDuplicate");
  414. pref("browser.gesture.swipe.up", "cmd_scrollTop");
  415. pref("browser.gesture.swipe.down", "cmd_scrollBottom");
  416. //@line 481 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  417. pref("browser.gesture.pinch.latched", false);
  418. pref("browser.gesture.pinch.threshold", 25);
  419. //@line 484 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  420. pref("browser.gesture.pinch.out", "cmd_fullZoomEnlarge");
  421. pref("browser.gesture.pinch.in", "cmd_fullZoomReduce");
  422. pref("browser.gesture.pinch.out.shift", "cmd_fullZoomReset");
  423. pref("browser.gesture.pinch.in.shift", "cmd_fullZoomReset");
  424. pref("browser.gesture.twist.latched", false);
  425. pref("browser.gesture.twist.threshold", 25);
  426. pref("browser.gesture.twist.right", "");
  427. pref("browser.gesture.twist.left", "");
  428. pref("browser.gesture.tap", "cmd_fullZoomReset");
  429.  
  430. // 0=lines, 1=pages, 2=history , 3=text size
  431. //@line 509 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  432. pref("mousewheel.withshiftkey.action",2);
  433. pref("mousewheel.withshiftkey.sysnumlines",false);
  434. pref("mousewheel.withshiftkey.numlines",1);
  435. pref("mousewheel.withaltkey.action",0);
  436. pref("mousewheel.withaltkey.sysnumlines",false);
  437. pref("mousewheel.withaltkey.numlines",1);
  438. pref("mousewheel.withmetakey.action",0);
  439. pref("mousewheel.withmetakey.sysnumlines",true);
  440. pref("mousewheel.withmetakey.numlines",1);
  441. //@line 519 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  442. pref("mousewheel.withcontrolkey.action",3);
  443. pref("mousewheel.withcontrolkey.sysnumlines",false);
  444. pref("mousewheel.withcontrolkey.numlines",1);
  445.  
  446. pref("profile.allow_automigration", false); // setting to false bypasses automigration in the profile code
  447.  
  448. // Customizable toolbar stuff
  449. pref("custtoolbar.personal_toolbar_folder", "");
  450.  
  451. // pref to control the alert notification
  452. pref("alerts.slideIncrement", 1);
  453. pref("alerts.slideIncrementTime", 10);
  454. pref("alerts.totalOpenTime", 4000);
  455.  
  456. pref("browser.xul.error_pages.enabled", true);
  457. pref("browser.xul.error_pages.expert_bad_cert", false);
  458.  
  459. // We want to make sure mail URLs are handled externally...
  460. pref("network.protocol-handler.external.mailto", true); // for mail
  461. pref("network.protocol-handler.external.news", true); // for news
  462. pref("network.protocol-handler.external.snews", true); // for secure news
  463. pref("network.protocol-handler.external.nntp", true); // also news
  464. // ...without warning dialogs
  465. pref("network.protocol-handler.warn-external.mailto", false);
  466. pref("network.protocol-handler.warn-external.news", false);
  467. pref("network.protocol-handler.warn-external.snews", false);
  468. pref("network.protocol-handler.warn-external.nntp", false);
  469.  
  470. // By default, all protocol handlers are exposed. This means that
  471. // the browser will respond to openURL commands for all URL types.
  472. // It will also try to open link clicks inside the browser before
  473. // failing over to the system handlers.
  474. pref("network.protocol-handler.expose-all", true);
  475. pref("network.protocol-handler.expose.mailto", false);
  476. pref("network.protocol-handler.expose.news", false);
  477. pref("network.protocol-handler.expose.snews", false);
  478. pref("network.protocol-handler.expose.nntp", false);
  479.  
  480. // Default security warning dialogs to show once.
  481. pref("security.warn_entering_secure.show_once", false);
  482. pref("security.warn_entering_weak.show_once", true);
  483. pref("security.warn_leaving_secure.show_once", false);
  484. pref("security.warn_viewing_mixed.show_once", true);
  485. pref("security.warn_submit_insecure.show_once", false);
  486.  
  487. pref("accessibility.typeaheadfind", false);
  488. pref("accessibility.typeaheadfind.timeout", 5000);
  489. pref("accessibility.typeaheadfind.linksonly", false);
  490. pref("accessibility.typeaheadfind.flashBar", 1);
  491.  
  492. // Disable the default plugin for firefox
  493. pref("plugin.default_plugin_disabled", true);
  494.  
  495. // plugin finder service url
  496. pref("pfs.datasource.url", "https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%");
  497.  
  498. // by default we show an infobar message when pages require plugins the user has not installed, or are outdated
  499. pref("plugins.hide_infobar_for_missing_plugin", false);
  500. pref("plugins.hide_infobar_for_outdated_plugin", false);
  501.  
  502. pref("plugins.update.url", "https://www.mozilla.com/%LOCALE%/plugincheck/");
  503. pref("plugins.update.notifyUser", false);
  504.  
  505. //@line 585 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  506. pref("browser.preferences.instantApply", true);
  507. //@line 590 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  508. pref("browser.preferences.animateFadeIn", false);
  509. //@line 592 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  510.  
  511. pref("browser.download.show_plugins_in_list", true);
  512. pref("browser.download.hide_plugins_without_extensions", true);
  513.  
  514. // Backspace and Shift+Backspace behavior
  515. // 0 goes Back/Forward
  516. // 1 act like PgUp/PgDown
  517. // 2 and other values, nothing
  518. //@line 601 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  519. pref("browser.backspace_action", 2);
  520. //@line 605 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  521.  
  522. // this will automatically enable inline spellchecking (if it is available) for
  523. // editable elements in HTML
  524. // 0 = spellcheck nothing
  525. // 1 = check multi-line controls [default]
  526. // 2 = check multi/single line controls
  527. pref("layout.spellcheckDefault", 1);
  528.  
  529. pref("browser.send_pings", false);
  530.  
  531. /* initial web feed readers list */
  532. pref("browser.contentHandlers.types.0.title", "chrome://browser-region/locale/region.properties");
  533. pref("browser.contentHandlers.types.0.uri", "chrome://browser-region/locale/region.properties");
  534. pref("browser.contentHandlers.types.0.type", "application/vnd.mozilla.maybe.feed");
  535. pref("browser.contentHandlers.types.1.title", "chrome://browser-region/locale/region.properties");
  536. pref("browser.contentHandlers.types.1.uri", "chrome://browser-region/locale/region.properties");
  537. pref("browser.contentHandlers.types.1.type", "application/vnd.mozilla.maybe.feed");
  538. pref("browser.contentHandlers.types.2.title", "chrome://browser-region/locale/region.properties");
  539. pref("browser.contentHandlers.types.2.uri", "chrome://browser-region/locale/region.properties");
  540. pref("browser.contentHandlers.types.2.type", "application/vnd.mozilla.maybe.feed");
  541. pref("browser.contentHandlers.types.3.title", "chrome://browser-region/locale/region.properties");
  542. pref("browser.contentHandlers.types.3.uri", "chrome://browser-region/locale/region.properties");
  543. pref("browser.contentHandlers.types.3.type", "application/vnd.mozilla.maybe.feed");
  544. pref("browser.contentHandlers.types.4.title", "chrome://browser-region/locale/region.properties");
  545. pref("browser.contentHandlers.types.4.uri", "chrome://browser-region/locale/region.properties");
  546. pref("browser.contentHandlers.types.4.type", "application/vnd.mozilla.maybe.feed");
  547. pref("browser.contentHandlers.types.5.title", "chrome://browser-region/locale/region.properties");
  548. pref("browser.contentHandlers.types.5.uri", "chrome://browser-region/locale/region.properties");
  549. pref("browser.contentHandlers.types.5.type", "application/vnd.mozilla.maybe.feed");
  550.  
  551. pref("browser.feeds.handler", "ask");
  552. pref("browser.videoFeeds.handler", "ask");
  553. pref("browser.audioFeeds.handler", "ask");
  554.  
  555. // At startup, if the handler service notices that the version number in the
  556. // region.properties file is newer than the version number in the handler
  557. // service datastore, it will add any new handlers it finds in the prefs (as
  558. // seeded by this file) to its datastore.
  559. pref("gecko.handlerService.defaultHandlersVersion", "chrome://browser-region/locale/region.properties");
  560.  
  561. // The default set of web-based protocol handlers shown in the application
  562. // selection dialog for webcal: ; I've arbitrarily picked 4 default handlers
  563. // per protocol, but if some locale wants more than that (or defaults for some
  564. // protocol not currently listed here), we should go ahead and add those.
  565.  
  566. // webcal
  567. pref("gecko.handlerService.schemes.webcal.0.name", "chrome://browser-region/locale/region.properties");
  568. pref("gecko.handlerService.schemes.webcal.0.uriTemplate", "chrome://browser-region/locale/region.properties");
  569. pref("gecko.handlerService.schemes.webcal.1.name", "chrome://browser-region/locale/region.properties");
  570. pref("gecko.handlerService.schemes.webcal.1.uriTemplate", "chrome://browser-region/locale/region.properties");
  571. pref("gecko.handlerService.schemes.webcal.2.name", "chrome://browser-region/locale/region.properties");
  572. pref("gecko.handlerService.schemes.webcal.2.uriTemplate", "chrome://browser-region/locale/region.properties");
  573. pref("gecko.handlerService.schemes.webcal.3.name", "chrome://browser-region/locale/region.properties");
  574. pref("gecko.handlerService.schemes.webcal.3.uriTemplate", "chrome://browser-region/locale/region.properties");
  575.  
  576. // mailto
  577. pref("gecko.handlerService.schemes.mailto.0.name", "chrome://browser-region/locale/region.properties");
  578. pref("gecko.handlerService.schemes.mailto.0.uriTemplate", "chrome://browser-region/locale/region.properties");
  579. pref("gecko.handlerService.schemes.mailto.1.name", "chrome://browser-region/locale/region.properties");
  580. pref("gecko.handlerService.schemes.mailto.1.uriTemplate", "chrome://browser-region/locale/region.properties");
  581. pref("gecko.handlerService.schemes.mailto.2.name", "chrome://browser-region/locale/region.properties");
  582. pref("gecko.handlerService.schemes.mailto.2.uriTemplate", "chrome://browser-region/locale/region.properties");
  583. pref("gecko.handlerService.schemes.mailto.3.name", "chrome://browser-region/locale/region.properties");
  584. pref("gecko.handlerService.schemes.mailto.3.uriTemplate", "chrome://browser-region/locale/region.properties");
  585.  
  586. // irc
  587. pref("gecko.handlerService.schemes.irc.0.name", "chrome://browser-region/locale/region.properties");
  588. pref("gecko.handlerService.schemes.irc.0.uriTemplate", "chrome://browser-region/locale/region.properties");
  589. pref("gecko.handlerService.schemes.irc.1.name", "chrome://browser-region/locale/region.properties");
  590. pref("gecko.handlerService.schemes.irc.1.uriTemplate", "chrome://browser-region/locale/region.properties");
  591. pref("gecko.handlerService.schemes.irc.2.name", "chrome://browser-region/locale/region.properties");
  592. pref("gecko.handlerService.schemes.irc.2.uriTemplate", "chrome://browser-region/locale/region.properties");
  593. pref("gecko.handlerService.schemes.irc.3.name", "chrome://browser-region/locale/region.properties");
  594. pref("gecko.handlerService.schemes.irc.3.uriTemplate", "chrome://browser-region/locale/region.properties");
  595.  
  596. // ircs
  597. pref("gecko.handlerService.schemes.ircs.0.name", "chrome://browser-region/locale/region.properties");
  598. pref("gecko.handlerService.schemes.ircs.0.uriTemplate", "chrome://browser-region/locale/region.properties");
  599. pref("gecko.handlerService.schemes.ircs.1.name", "chrome://browser-region/locale/region.properties");
  600. pref("gecko.handlerService.schemes.ircs.1.uriTemplate", "chrome://browser-region/locale/region.properties");
  601. pref("gecko.handlerService.schemes.ircs.2.name", "chrome://browser-region/locale/region.properties");
  602. pref("gecko.handlerService.schemes.ircs.2.uriTemplate", "chrome://browser-region/locale/region.properties");
  603. pref("gecko.handlerService.schemes.ircs.3.name", "chrome://browser-region/locale/region.properties");
  604. pref("gecko.handlerService.schemes.ircs.3.uriTemplate", "chrome://browser-region/locale/region.properties");
  605.  
  606. // By default, we don't want protocol/content handlers to be registered from a different host, see bug 402287
  607. pref("gecko.handlerService.allowRegisterFromDifferentHost", false);
  608.  
  609. //@line 694 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  610. // Safe browsing does nothing unless this pref is set
  611. pref("browser.safebrowsing.enabled", true);
  612.  
  613. // Prevent loading of pages identified as malware
  614. pref("browser.safebrowsing.malware.enabled", true);
  615.  
  616. // Non-enhanced mode (local url lists) URL list to check for updates
  617. pref("browser.safebrowsing.provider.0.updateURL", "http://safebrowsing.clients.google.com/safebrowsing/downloads?client={moz:client}&appver={moz:version}&pver=2.2");
  618.  
  619. pref("browser.safebrowsing.dataProvider", 0);
  620.  
  621. // Does the provider name need to be localizable?
  622. pref("browser.safebrowsing.provider.0.name", "Google");
  623. pref("browser.safebrowsing.provider.0.lookupURL", "http://safebrowsing.clients.google.com/safebrowsing/lookup?sourceid=firefox-antiphish&features=TrustRank&client={moz:client}&appver={moz:version}&");
  624. pref("browser.safebrowsing.provider.0.keyURL", "https://sb-ssl.google.com/safebrowsing/newkey?client={moz:client}&appver={moz:version}&pver=2.2");
  625. pref("browser.safebrowsing.provider.0.reportURL", "http://safebrowsing.clients.google.com/safebrowsing/report?");
  626. pref("browser.safebrowsing.provider.0.gethashURL", "http://safebrowsing.clients.google.com/safebrowsing/gethash?client={moz:client}&appver={moz:version}&pver=2.2");
  627.  
  628. // HTML report pages
  629. pref("browser.safebrowsing.provider.0.reportGenericURL", "http://{moz:locale}.phish-generic.mozilla.com/?hl={moz:locale}");
  630. pref("browser.safebrowsing.provider.0.reportErrorURL", "http://{moz:locale}.phish-error.mozilla.com/?hl={moz:locale}");
  631. pref("browser.safebrowsing.provider.0.reportPhishURL", "http://{moz:locale}.phish-report.mozilla.com/?hl={moz:locale}");
  632. pref("browser.safebrowsing.provider.0.reportMalwareURL", "http://{moz:locale}.malware-report.mozilla.com/?hl={moz:locale}");
  633. pref("browser.safebrowsing.provider.0.reportMalwareErrorURL", "http://{moz:locale}.malware-error.mozilla.com/?hl={moz:locale}");
  634.  
  635. // FAQ URLs
  636. pref("browser.safebrowsing.warning.infoURL", "http://www.mozilla.com/%LOCALE%/%APP%/phishing-protection/");
  637. pref("browser.geolocation.warning.infoURL", "http://www.mozilla.com/%LOCALE%/%APP%/geolocation/");
  638.  
  639. // Name of the about: page contributed by safebrowsing to handle display of error
  640. // pages on phishing/malware hits. (bug 399233)
  641. pref("urlclassifier.alternate_error_page", "blocked");
  642.  
  643. // The number of random entries to send with a gethash request.
  644. pref("urlclassifier.gethashnoise", 4);
  645.  
  646. // The list of tables that use the gethash request to confirm partial results.
  647. pref("urlclassifier.gethashtables", "goog-phish-shavar,goog-malware-shavar");
  648.  
  649. // If an urlclassifier table has not been updated in this number of seconds,
  650. // a gethash request will be forced to check that the result is still in
  651. // the database.
  652. pref("urlclassifier.confirm-age", 2700);
  653.  
  654. //@line 744 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  655.  
  656. // Maximum size of the sqlite3 cache during an update, in bytes
  657. //@line 747 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  658. pref("urlclassifier.updatecachemax", 104857600);
  659. //@line 751 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  660.  
  661. // URL for checking the reason for a malware warning.
  662. pref("browser.safebrowsing.malware.reportURL", "http://safebrowsing.clients.google.com/safebrowsing/diagnostic?client=%NAME%&hl=%LOCALE%&site=");
  663.  
  664. //@line 756 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  665.  
  666. pref("browser.EULA.version", 3);
  667. pref("browser.rights.version", 3);
  668. pref("browser.rights.3.shown", false);
  669.  
  670. //@line 765 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  671.  
  672. //@line 769 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  673. pref("browser.sessionstore.resume_from_crash", true);
  674. //@line 771 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  675. pref("browser.sessionstore.resume_session_once", false);
  676.  
  677. // minimal interval between two save operations in milliseconds
  678. pref("browser.sessionstore.interval", 10000);
  679. // maximum amount of POSTDATA to be saved in bytes per history entry (-1 = all of it)
  680. // (NB: POSTDATA will be saved either entirely or not at all)
  681. pref("browser.sessionstore.postdata", 0);
  682. // on which sites to save text data, POSTDATA and cookies
  683. // 0 = everywhere, 1 = unencrypted sites, 2 = nowhere
  684. pref("browser.sessionstore.privacy_level", 1);
  685. // how many tabs can be reopened (per window)
  686. pref("browser.sessionstore.max_tabs_undo", 10);
  687. // how many windows can be reopened (per session) - on non-OS X platforms this
  688. // pref may be ignored when dealing with pop-up windows to ensure proper startup
  689. pref("browser.sessionstore.max_windows_undo", 3);
  690. // number of crashes that can occur before the about:sessionrestore page is displayed
  691. // (this pref has no effect if more than 6 hours have passed since the last crash)
  692. pref("browser.sessionstore.max_resumed_crashes", 1);
  693.  
  694. // allow META refresh by default
  695. pref("accessibility.blockautorefresh", false);
  696.  
  697. // the (maximum) number of the recent visits to sample
  698. // when calculating frecency
  699. pref("places.frecency.numVisits", 10);
  700.  
  701. // buckets (in days) for frecency calculation
  702. pref("places.frecency.firstBucketCutoff", 4);
  703. pref("places.frecency.secondBucketCutoff", 14);
  704. pref("places.frecency.thirdBucketCutoff", 31);
  705. pref("places.frecency.fourthBucketCutoff", 90);
  706.  
  707. // weights for buckets for frecency calculations
  708. pref("places.frecency.firstBucketWeight", 100);
  709. pref("places.frecency.secondBucketWeight", 70);
  710. pref("places.frecency.thirdBucketWeight", 50);
  711. pref("places.frecency.fourthBucketWeight", 30);
  712. pref("places.frecency.defaultBucketWeight", 10);
  713.  
  714. // bonus (in percent) for visit transition types for frecency calculations
  715. pref("places.frecency.embedVisitBonus", 0);
  716. pref("places.frecency.linkVisitBonus", 100);
  717. pref("places.frecency.typedVisitBonus", 2000);
  718. pref("places.frecency.bookmarkVisitBonus", 75);
  719. pref("places.frecency.downloadVisitBonus", 0);
  720. pref("places.frecency.permRedirectVisitBonus", 0);
  721. pref("places.frecency.tempRedirectVisitBonus", 0);
  722. pref("places.frecency.defaultVisitBonus", 0);
  723.  
  724. // bonus (in percent) for place types for frecency calculations
  725. pref("places.frecency.unvisitedBookmarkBonus", 140);
  726. pref("places.frecency.unvisitedTypedBonus", 200);
  727.  
  728. // Controls behavior of the "Add Exception" dialog launched from SSL error pages
  729. // 0 - don't pre-populate anything
  730. // 1 - pre-populate site URL, but don't fetch certificate
  731. // 2 - pre-populate site URL and pre-fetch certificate
  732. pref("browser.ssl_override_behavior", 2);
  733.  
  734. // Controls the display of domain in the identity box for SSL connections.
  735. // 0 - do not show domain
  736. // 1 - show effectiveTLD + 1 (e.g. mozilla.org)
  737. // 2 - show full domain (e.g. bugzilla.mozilla.org)
  738. pref("browser.identity.ssl_domain_display", 1);
  739.  
  740. // True if the user should be prompted when a web application supports
  741. // offline apps.
  742. pref("browser.offline-apps.notify", true);
  743.  
  744. // if true, use full page zoom instead of text zoom
  745. pref("browser.zoom.full", true);
  746.  
  747. // Whether or not to save and restore zoom levels on a per-site basis.
  748. pref("browser.zoom.siteSpecific", true);
  749.  
  750. // Whether or not to update background tabs to the current zoom level.
  751. pref("browser.zoom.updateBackgroundTabs", true);
  752.  
  753. // replace newlines with spaces when pasting into <input type="text"> fields
  754. pref("editor.singleLine.pasteNewlines", 2);
  755.  
  756. // The breakpad report server to link to in about:crashes
  757. pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");
  758.  
  759. // base URL for web-based support pages
  760. pref("app.support.baseURL", "http://support.mozilla.com/1/%APP%/%VERSION%/%OS%/%LOCALE%/");
  761.  
  762. // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror)
  763. pref("security.alternate_certificate_error_page", "certerror");
  764.  
  765. // Whether to start the private browsing mode at application startup
  766. pref("browser.privatebrowsing.autostart", false);
  767.  
  768. // Whether we should skip prompting before starting the private browsing mode
  769. pref("browser.privatebrowsing.dont_prompt_on_enter", false);
  770.  
  771. // Don't try to alter this pref, it'll be reset the next time you use the
  772. // bookmarking dialog
  773. pref("browser.bookmarks.editDialog.firstEditField", "namePicker");
  774.  
  775. // base url for the wifi geolocation network provider
  776. pref("geo.wifi.uri", "https://www.google.com/loc/json");
  777.  
  778. //@line 904 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  779.  
  780. // Whether to use a panel that looks like an OS X sheet for customization
  781. //@line 909 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  782. pref("toolbar.customization.usesheet", false);
  783. //@line 911 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  784.  
  785. // Whitelist the test plugin, Flash, Silverlight, and QuickTime
  786.  
  787. pref("dom.ipc.plugins.enabled.libnptest.so", true);
  788. //@line 921 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  789. pref("dom.ipc.plugins.enabled.libflashplayer.so", true);
  790. //@line 923 "/build/buildd/firefox-3.6.23+build1+nobinonly/build-tree/mozilla/browser/app/profile/firefox.js"
  791.  
  792. pref("dom.ipc.plugins.enabled", false);
  793.  
Advertisement
Add Comment
Please, Sign In to add comment