aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-09-20 12:43:23 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-09-20 12:48:08 +0000
commite6685efe1cf95c7f4235025dac1d1cf476fa0cf1 (patch)
tree6dfc80d6af126472144c738e5afced05a44bd27d /README
parent0ef9a6cb1eaa1be5ac396db8908e80591fb8d05f (diff)
BREAKING CHANGE: disable_{plugins,scripts} -> enable_{plugins,scripts}
(this changed earlier, i just forgot to document it)
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index dd3dc3a..8ea01ac 100644
--- a/README
+++ b/README
@@ -348,8 +348,8 @@ file).
* `monospace_size`: The default size of monospaced font (default 1).
* `minimum_font_size`: The minimum font size used to display text (default 1).
* `enable_pagecache`: Enable the webkit pagecache (it caches rendered pages for a speedup when you go back or forward in history) (default 0).
-* `disable_plugins`: Disable embedded plugin objects (default 0).
-* `disable_scripts`: Disable embedded scripting languages (default 0).
+* `enable_plugins`: Disable embedded plugin objects (default 0).
+* `enable_scripts`: Disable embedded scripting languages (default 0).
* `autoload_images`: Automatically load images (default 1).
* `autoshrink_images`: Shrink images to window size (default 0).
* `enable_spellcheck`: Whether to enable spell checking while typing (default