add enable_cache example to xombrero.conf
[xombrero.git] / xombrero.conf
blobb9f5824a645bd69c2317101a542fa82d9379b249
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 # download_notifications = 1
34 # window_maximize       = 1
35 # window_width          = 1024
36 # window_height         = 768
37 # enable_spell_checking = 1
38 # spell_check_languages = en_US
39 # default_zoom_level    = 1.0
40 # encoding              = UTF-8
41 # ssl_ca_file           = /etc/ssl/cert.pem
42 # ssl_strict_certs      = 1
43 # enable_strict_transport = 0
44 # ctrl_click_focus      = 1
45 # append_next           = 0
46 # save_global_history   = 1
47 # color_visited_uris    = 0
48 # guess_search          = 1
49 # enable_autoscroll     = 1
50 # session_autosave      = 1
51 # history_autosave      = 1
52 # autofocus_onload      = 1
53 # single_instance       = 1
54 # enable_socket         = 1
55 # enable_js_autorun     = 0
56 # auto_load_images      = 0
57 # enable_localstorage   = 0
58 # userstyle             = /usr/local/share/xombrero/style.css
59 # userstyle_global      = 1
60 # enable_favicon_entry  = 0
61 # enable_favicon_tabs   = 1
62 # preload_strict_transport = 1
63 # referer               = always
64 # warn_cert_changes     = 1
65 # enable_cache          = 1
67 # See http://www.xroxy.com/proxylist.php for a good list of open
68 # proxies.
70 # polipo
71 # http_proxy                    = http://127.0.0.1:8123
73 # tsocks
74 # http_proxy                    = http://127.0.0.1:1080
76 # If you only occasionally use a proxy
77 # http_proxy_starts_enabled     = 0
79 # Search engines; uncomment one of these lines for you favorite search
80 # engine.
82 # Google
83 # search_string         = https://www.google.com/search?q=%s
85 # Yahoo
86 # search_string         = http://search.yahoo.com/search?p=%s
88 # Start Page
89 # search_string         = https://startpage.com/do/search?language=english_us&cat=web&query=%s
91 # DuckDuckGo
92 # search_string         = https://www.duckduckgo.com/?q=%s
94 # External editor.
95 # NOTE: The editor specified here must not fork into the background.
97 # Examples of editors:
98 # external_editor       = gvim -f <file>
99 # external_editor       = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
100 # external_editor       = emacsclient -c <file>
102 # "default_script" points to a script executed by the run_script
103 # command. The only argument passed to this script is the current URI.
105 # default_script        = ~/.xombrero/playflash.sh
107 # "user_agent" can be set to just about anything, for a comprehensive
108 # list see: http://www.useragentstring.com/pages/All/ . If more than one
109 # "user_agent" is given, then xombrero will use them in a round-robin
110 # fashion for each request.
112 #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)
113 #user_agent             = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
114 #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
115 #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
119 ## ALIASES
122 # Aliases are given in the following format:
124 #   alias = <alias>, <link>
126 # Where the link part might contain "%s", the "%s" will be substituted
127 # with the user's input when the alias is expanded.
129 # alias = s,      https://www.google.com/search?q=%s
130 # alias = w,      https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
131 # alias = ports,  http://openports.se/search.php?so=%s
135 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
138 # Add the domains you trust.
140 # cookie_wl             = .conformal.com
141 # cookie_wl             = .peereboom.us
143 # js_wl                 = .conformal.com
144 # js_wl                 = .peereboom.us
146 # pl_wl                 = .conformal.com
147 # pl_wl                 = .peereboom.us
151 ## FORCE HTTPS FOR SITES
154 # Add the domains of sites that should be only accesed over HTTPS.
156 # force_https           = .conformal.com
160 ## MIME TYPES
163 # PDF, note that xpdf can't load a URI directly; use "@" in front of
164 # mime_type to indicate to download the file first.
166 # mime_type             = application/pdf,kpdf
167 # mime_type             = @application/pdf,xpdf
169 # Specific MIME type for video.
170 # mime_type             = video/x-ms-wmv,mplayer
171 # mime_type             = video/quicktime,mplayer
173 # Default MIME type for video.
174 # mime_type             = video/*,mplayer
176 # Default MIME type for audio.
177 # mime_type             = audio/*,vlc
179 # Word documents.
180 # mime_type             = application/msword,soffice
182 # Ignoring flash can be done by using the donothing pseudo-binary.
183 # mime_type             = application/x-shockwave-flash,donothing
187 ## ADVANCED SETTINGS
190 # resource_dir          = /usr/local/share/xombrero/
191 # refresh_interval      = 10
192 # url_regex             = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
193 # gnutls_priority_string = NORMAL:%COMPAT
195 # NOTE: webkit 1.4.x overwrites these values!
196 # max_host_connections  = 5
197 # max_connections       = 25
201 ## ADVANCED GUI SETTINGS
204 # The following low-level GUI settings are set by the high-level setting
205 # "gui_mode".
207 # The settings for "gui_mode = classic" are as follows:
209 # fancy_bar             = 1
210 # show_tabs             = 1
211 # tab_style             = normal
212 # userstyle_global      = 0
213 # show_url              = 1
214 # show_statusbar        = 0
215 # show_scrollbars       = 1
217 # The settings for "gui_mode = minimal" are as follows:
219 # fancy_bar             = 0
220 # show_tabs             = 1
221 # tab_style             = compact
222 # show_url              = 0
223 # show_statusbar        = 1
224 # show_scrollbars       = 0
226 # The following are settings shared between "classic" and "minimal"
227 # "gui_mode":
229 # statusbar_elems       = BP
230 # icon_size             = 2
231 # cmd_font              = monospace normal 9
232 # oops_font             = monospace normal 9
233 # statusbar_font        = monospace normal 9
234 # tabbar_font           = monospace normal 9
238 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
241 # The following low-level settings are set by the high-level setting
242 # "browser_mode", and shouldn't be tweaked manually unless you know what
243 # you are doing.
245 # The settings for "browser_mode = normal" are as follows:
247 # allow_volatile_cookies        = 0
248 # cookie_policy                 = allow
249 # cookies_enabled               = 1
250 # enable_cookie_whitelist       = 0
251 # read_only_cookies             = 0
252 # save_rejected_cookies         = 0
253 # session_timeout               = 3600
254 # enable_scripts                = 1
255 # enable_js_whitelist           = 0
256 # enable_localstorage           = 1
257 # enable_plugins                = 1
258 # enable_plugin_whitelist       = 0
259 # allow_insecure_content        = 1
260 # allow_insecure_scripts        = 1
261 # do_not_track                  = 0
263 # The settings for "browser_mode = whitelist" are as follows:
265 # allow_volatile_cookies        = 0
266 # cookie_policy                 = no3rdparty
267 # cookies_enabled               = 1
268 # enable_cookie_whitelist       = 1
269 # read_only_cookies             = 0
270 # save_rejected_cookies         = 0
271 # session_timeout               = 3600
272 # enable_scripts                = 0
273 # enable_js_whitelist           = 1
274 # enable_localstorage           = 0
275 # enable_plugins                = 0
276 # enable_plugin_whitelist       = 1
277 # allow_insecure_content        = 0
278 # allow_insecure_scripts        = 0
279 # do_not_track                  = 1
283 ## KEY BINDINGS
286 # To delete all default keybindings use "keybinding = clearall".
288 # keybinding    = clearall
290 # Key names can be found at:
292 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
294 # Just chop off the "GDK_" part and you have the keyname. Or look at:
296 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
298 # and chop off "GDK_KEY_".
300 # Be aware that the names are case sensitive!
302 # The default keybindings are the following:
304 # keybinding    = command,colon
305 # keybinding    = search,slash
306 # keybinding    = searchb,question
307 # keybinding    = command_mode,!Escape
308 # keybinding    = insert_mode,i
309 # keybinding    = cookiejar,!M1-j
310 # keybinding    = downloadmgr,!M1-d
311 # keybinding    = history,!M1-h
312 # keybinding    = print,!C-p
313 # keybinding    = quitall,!C-q
314 # keybinding    = restart,!M1-q
315 # keybinding    = run_script,!M1-r
316 # keybinding    = js toggle,!C-j
317 # keybinding    = cookie toggle,!M1-c
318 # keybinding    = togglesrc,!C-s
319 # keybinding    = yankuri,y
320 # keybinding    = pasteuricur,p
321 # keybinding    = pasteurinew,P
322 # keybinding    = toplevel toggle,!F4
323 # keybinding    = help,!F1
324 # keybinding    = proxy toggle,!F2
325 # keybinding    = searchnext,n
326 # keybinding    = searchprevious,N
327 # keybinding    = focusaddress,!F6
328 # keybinding    = focussearch,!F7
329 # keybinding    = hinting,f
330 # keybinding    = hinting,period
331 # keybinding    = hinting_newtab,S-F
332 # keybinding    = hinting_newtab,comma
333 # keybinding    = userstyle,s
334 # keybinding    = userstyle_global,S
335 # keybinding    = goback,BackSpace
336 # keybinding    = goback,!M1-Left
337 # keybinding    = goforward,!S-BackSpace
338 # keybinding    = goforward,!M1-Right
339 # keybinding    = reload,!F5
340 # keybinding    = reload,!C-r
341 # keybinding    = reload,!C-l
342 # keybinding    = favorites,!M1-f
343 # keybinding    = scrolldown,j
344 # keybinding    = scrolldown,Down
345 # keybinding    = scrollup,k
346 # keybinding    = scrollup,Up
347 # keybinding    = scrollbottom,G
348 # keybinding    = scrollbottom,End
349 # keybinding    = scrolltop,Home
350 # keybinding    = scrollpagedown,space
351 # keybinding    = scrollpagedown,!C-f
352 # keybinding    = scrollpagedown,Page_Down
353 # keybinding    = scrollhalfdown,!C-d
354 # keybinding    = scrollpageup,Page_Up
355 # keybinding    = scrollpageup,!C-b
356 # keybinding    = scrollhalfup,!C-u
357 # keybinding    = scrollright,l
358 # keybinding    = scrollright,Right
359 # keybinding    = scrollfarright,dollar
360 # keybinding    = scrollleft,h
361 # keybinding    = scrollleft,Left
362 # keybinding    = scrollfarleft,0
363 # keybinding    = statustoggle,!C-n
364 # keybinding    = stop,!S-F5
365 # keybinding    = tabnew,!C-t
366 # keybinding    = tabclose,!C-w
367 # keybinding    = tabundoclose,U
368 # keybinding    = tabnext 1,!C-1
369 # keybinding    = tabnext 2,!C-2
370 # keybinding    = tabnext 3,!C-3
371 # keybinding    = tabnext 4,!C-4
372 # keybinding    = tabnext 5,!C-5
373 # keybinding    = tabnext 6,!C-6
374 # keybinding    = tabnext 7,!C-7
375 # keybinding    = tabnext 8,!C-8
376 # keybinding    = tabnext 9,!C-9
377 # keybinding    = tabfirst,!C-less
378 # keybinding    = tablast,!C-greater
379 # keybinding    = tabprevious,!C-Left
380 # keybinding    = tabnext,!C-Right
381 # keybinding    = focusout,!C-minus
382 # keybinding    = focusin,!C-equal
383 # keybinding    = focusin,!C-plus
384 # keybinding    = focusreset,!C-0
385 # keybinding    = editelement,!C-i
386 # keybinding    = passthrough,!C-z
387 # keybinding    = :open ,!F9
388 # keybinding    = :open <uri>,!F10
389 # keybinding    = :tabnew ,!F11
390 # keybinding    = :tabnew <uri>,!F12
392 # parse the contents of another configuration file
393 # include_config        = ~/.xombrero_alternate.conf