Make enable_js_autorun a runtime setting. Missed this one before as
[xxxterm.git] / xxxterm.conf
blobcc81ded18280738c57cc3b0225766bdd6a938667
1 ##
2 ## GENERAL SETTINGS
3 ##
6 # The strategy for the config file is as follows:
8 # Boolean values are the opposite of the default and need to simply be
9 # uncommented to alter the default.
11 # Text values *are* set to the default and in order to change them one must
12 # uncomment the option *and* change the value.
15 # NOTE: browser_mode and gui_mode MUST be the first entries in this
16 # file!
18 # Normal browser operation (default).
19 # browser_mode          = normal
21 # Prevent tracking operation.
22 # browser_mode          = whitelist
24 # Classic GUI (default).
25 # gui_mode              = classic
27 # Minimalistic GUI.
28 # gui_mode              = minimal
30 # home                  = https://www.cyphertite.com
31 # download_dir          = ~/downloads
32 # download_mode         = start
33 # window_maximize       = 1
34 # window_width          = 1024
35 # window_height         = 768
36 # enable_spell_checking = 1
37 # spell_check_languages = en_US
38 # default_zoom_level    = 1.0
39 # encoding              = UTF-8
40 # ssl_ca_file           = /etc/ssl/cert.pem
41 # ssl_strict_certs      = 1
42 # enable_strict_transport = 0
43 # ctrl_click_focus      = 1
44 # append_next           = 0
45 # save_global_history   = 1
46 # color_visited_uris    = 0
47 # guess_search          = 1
48 # enable_autoscroll     = 1
49 # session_autosave      = 1
50 # history_autosave      = 1
51 # autofocus_onload      = 1
52 # xterm_workaround      = 1
53 # single_instance       = 1
54 # enable_socket         = 1
55 # js_autorun_enabled    = 0
56 # auto_load_images      = 0
57 # enable_localstorage   = 0
58 # userstyle_global      = 1
59 # enable_favicon_entry  = 0
60 # enable_favicon_tabs   = 1
61 # referer               = always
63 # See http://www.xroxy.com/proxylist.php for a good list of open
64 # proxies.
66 # http_proxy = http://127.0.0.1:80
68 # Search engines; uncomment one of these lines for you favorite search
69 # engine.
71 # Scroogle (default)
72 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
73 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
75 # Google
76 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
78 # Yahoo
79 # search_string         = http://search.yahoo.com/search?p=%s
81 # Start Page
82 # search_string         = https://startpage.com/do/search?language=english_us&cat=web&query=%s
84 # Duck Duck Go
85 # search_string         = https://www.duckduckgo.com/html/?q=%s
87 # External editor.
88 # NOTE: The editor specified here must not fork into the background.
90 # Examples of editors:
91 # external_editor       = gvim -f <file>
92 # external_editor       = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
93 # external_editor       = emacsclient -c <file>
95 # "default_script" points to a script executed by the run_script
96 # command. The only argument passed to this script is the current URI.
98 # default_script        = ~/.xxxterm/playflash.sh
100 # "user_agent" can be set to just about anything, for a comprehensive
101 # list see: http://www.useragentstring.com/pages/All/ . If more than one
102 # "user_agent" is given, then xxxterm will use them in a round-robin
103 # fashion for each request.
105 #user_agent             = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
106 #user_agent             = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
107 #user_agent             = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
108 #user_agent             = Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7C144 Safari/528.16
112 ## ALIASES
115 # Aliases are given in the following format:
117 #   alias = <alias>, <link>
119 # Where the link part might contain "%s", the "%s" will be substituted
120 # with the user's input when the alias is expanded.
122 # alias = s,      https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
123 # alias = w,      https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
124 # alias = ports,  http://openports.se/search.php?so=%s
128 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
131 # Add the domains you trust.
133 # cookie_wl             = .conformal.com
134 # cookie_wl             = .peereboom.us
136 # js_wl                 = .conformal.com
137 # js_wl                 = .peereboom.us
139 # pl_wl                 = .conformal.com
140 # pl_wl                 = .peereboom.us
144 ## MIME TYPES
147 # PDF, note that xpdf can't load a URI directly; use "@" in front of
148 # mime_type to indicate to download the file first.
150 # mime_type             = application/pdf,kpdf
151 # mime_type             = @application/pdf,xpdf
153 # Specific MIME type for video.
154 # mime_type             = video/x-ms-wmv,mplayer
155 # mime_type             = video/quicktime,mplayer
157 # Default MIME type for video.
158 # mime_type             = video/*,mplayer
160 # Default MIME type for audio.
161 # mime_type             = audio/*,vlc
163 # Word documents.
164 # mime_type             = application/msword,soffice
166 # Ignoring flash can be done by using a non-existent binary name.
167 # mime_type             = application/x-shockwave-flash,donothing
171 ## ADVANCED SETTINGS
174 # resource_dir          = /usr/local/share/xxxterm/
175 # refresh_interval      = 10
176 # url_regex             = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
178 # NOTE: webkit 1.4.x overwrites these values!
179 # max_host_connections  = 5
180 # max_connections       = 25
184 ## ADVANCED GUI SETTINGS
187 # The following low-level GUI settings are set by the high-level setting
188 # "gui_mode".
190 # The settings for "gui_mode = classic" are as follows:
192 # fancy_bar             = 1
193 # show_tabs             = 1
194 # tab_style             = normal
195 # userstyle_global      = 0
196 # show_url              = 1
197 # show_statusbar        = 0
199 # The settings for "gui_mode = minimal" are as follows:
201 # fancy_bar             = 0
202 # show_tabs             = 1
203 # tab_style             = compact
204 # show_url              = 0
205 # show_statusbar        = 1
207 # The following are settings shared between "classic" and "minimal"
208 # "gui_mode":
210 # statusbar_elems       = BP
211 # icon_size             = 2
212 # cmd_font              = monospace normal 9
213 # oops_font             = monospace normal 9
214 # statusbar_font        = monospace normal 9
215 # tabbar_font           = monospace normal 9
219 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
222 # The following low-level settings are set by the high-level setting
223 # "browser_mode", and shouldn't be tweaked manually unless you know what
224 # you are doing.
226 # The settings for "browser_mode = normal" are as follows:
228 # allow_volatile_cookies        = 0
229 # cookie_policy                 = allow
230 # cookies_enabled               = 1
231 # enable_cookie_whitelist       = 0
232 # read_only_cookies             = 0
233 # save_rejected_cookies         = 0
234 # session_timeout               = 3600
235 # enable_scripts                = 1
236 # enable_js_whitelist           = 0
237 # enable_localstorage           = 1
238 # enable_plugins                = 1
239 # enable_plugin_whitelist       = 0
241 # The settings for "browser_mode = whitelist" are as follows:
243 # allow_volatile_cookies        = 0
244 # cookie_policy                 = no3rdparty
245 # cookies_enabled               = 1
246 # enable_cookie_whitelist       = 1
247 # read_only_cookies             = 0
248 # save_rejected_cookies         = 0
249 # session_timeout               = 3600
250 # enable_scripts                = 0
251 # enable_js_whitelist           = 1
252 # enable_localstorage           = 0
253 # enable_plugins                = 0
254 # enable_plugin_whitelist       = 1
258 ## KEY BINDINGS
261 # To delete all default keybindings use "keybinding = clearall".
263 # keybinding    = clearall
265 # Key names can be found at:
267 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
269 # Just chop off the "GDK_" part and you have the keyname. Or look at:
271 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
273 # and chop off "GDK_KEY_".
275 # Be aware that the names are case sensitive!
277 # The default keybindings are the following:
279 # keybinding    = command,colon
280 # keybinding    = search,slash
281 # keybinding    = searchb,question
282 # keybinding    = command_mode,Escape
283 # keybinding    = insert_mode,i
284 # keybinding    = cookiejar,M1-j
285 # keybinding    = downloadmgr,M1-d
286 # keybinding    = history,M1-h
287 # keybinding    = print,C-p
288 # keybinding    = quitall,C-q
289 # keybinding    = restart,M1-q
290 # keybinding    = run_script,M1-r
291 # keybinding    = js toggle,C-j
292 # keybinding    = cookie toggle,M1-c
293 # keybinding    = togglesrc,C-s
294 # keybinding    = yankuri,y
295 # keybinding    = pasteuricur,p
296 # keybinding    = pasteurinew,P
297 # keybinding    = toplevel toggle,F4
298 # keybinding    = help,F1
299 # keybinding    = proxy toggle,F2
300 # keybinding    = searchnext,n
301 # keybinding    = searchprevious,N
302 # keybinding    = focusaddress,F6
303 # keybinding    = focussearch,F7
304 # keybinding    = promptopen,F9
305 # keybinding    = promptopencurrent,F10
306 # keybinding    = prompttabnew,F11
307 # keybinding    = prompttabnewcurrent,F12
308 # keybinding    = hinting,f
309 # keybinding    = hinting,period
310 # keybinding    = hinting_newtab,S-F
311 # keybinding    = hinting_newtab,comma
312 # keybinding    = userstyle,s
313 # keybinding    = userstyle_global,S
314 # keybinding    = goback,BackSpace
315 # keybinding    = goback,M1-Left
316 # keybinding    = goforward,S-BackSpace
317 # keybinding    = goforward,M1-Right
318 # keybinding    = reload,F5
319 # keybinding    = reload,C-r
320 # keybinding    = reload,C-l
321 # keybinding    = favorites,!M1-f
322 # keybinding    = scrolldown,j
323 # keybinding    = scrolldown,Down
324 # keybinding    = scrollup,k
325 # keybinding    = scrollup,Up
326 # keybinding    = scrollbottom,G
327 # keybinding    = scrollbottom,End
328 # keybinding    = scrolltop,Home
329 # keybinding    = scrollpagedown,space
330 # keybinding    = scrollpagedown,C-f
331 # keybinding    = scrollpagedown,Page_Down
332 # keybinding    = scrollhalfdown,C-d
333 # keybinding    = scrollpageup,Page_Up
334 # keybinding    = scrollpageup,C-b
335 # keybinding    = scrollhalfup,C-u
336 # keybinding    = scrollright,l
337 # keybinding    = scrollright,Right
338 # keybinding    = scrollfarright,dollar
339 # keybinding    = scrollleft,h
340 # keybinding    = scrollleft,Left
341 # keybinding    = scrollfarleft,0
342 # keybinding    = statustoggle,C-n
343 # keybinding    = stop,S-F5
344 # keybinding    = tabnew,C-t
345 # keybinding    = tabclose,!C-w
346 # keybinding    = tabundoclose,U
347 # keybinding    = tabnext 1,C-1
348 # keybinding    = tabnext 2,C-2
349 # keybinding    = tabnext 3,C-3
350 # keybinding    = tabnext 4,C-4
351 # keybinding    = tabnext 5,C-5
352 # keybinding    = tabnext 6,C-6
353 # keybinding    = tabnext 7,C-7
354 # keybinding    = tabnext 8,C-8
355 # keybinding    = tabnext 9,C-9
356 # keybinding    = tabfirst,C-less
357 # keybinding    = tablast,C-greater
358 # keybinding    = tabprevious,C-Left
359 # keybinding    = tabnext,C-Right
360 # keybinding    = focusout,C-minus
361 # keybinding    = focusin,C-equal
362 # keybinding    = focusin,C-plus
363 # keybinding    = focusreset,C-0
364 # keybinding    = editelement,!C-i
365 # keybinding    = passthrough,C-z