about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2010-02-26 04:48:47 +0000
committerMarco Peereboom <marco@conformal.com>2010-02-26 04:48:47 +0000
commit089c80def78f1ed8dabc4a8a65d4420697829155 (patch)
tree2f91d9dcde7ccb10b4a6b1b749498a4937b7b00a /xxxterm.c
parent74154c97358308c14455c917174643de27bac6bf (diff)
downloadxombrero-089c80def78f1ed8dabc4a8a65d4420697829155.tar.gz
disable scripts and plugins by default. WTF was I on?
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 5a7530e..5253060 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -176,8 +176,8 @@ int			tabless = 0;	/* allow only 1 tab */
 int			ctrl_click_focus = 0; /* ctrl click gets focus */
 int			cookies_enabled = 1; /* enable cookies */
 int			read_only_cookies = 0; /* enable to not write cookies */
-int			enable_scripts = 1;
-int			enable_plugins = 1;
+int			enable_scripts = 0;
+int			enable_plugins = 0;
 int			default_font_size = 12;
 int			fancy_bar = 1;	/* fancy toolbar */