shell-command-on-url: docstring
[conkeror.git] / defaults / preferences / uri.js
blob6ec0855b4f1468539eed2bea76d796d74bae4653
1 /**
2  * (C) Copyright 2007f Jeremy Maitin-Shepard
3  *
4  * Use, modification, and distribution are subject to the terms specified in the
5  * COPYING file.
6 **/
8 // 0=default window, 1=current window/tab, 2=new window, 3=new tab in most recent window
10 pref("browser.link.open_external", 3); // open externally-launched links in a new window
12 // handle links targeting new windows
14 pref("browser.link.open_newwindow", 3);
17 // 0: no restrictions - divert everything
18 // 1: don't divert window.open at all
19 // 2: don't divert window.open with features
20 pref("browser.link.open_newwindow.restriction", 0);