diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-09 16:36:08 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-09 16:36:08 +0100 |
commit | fa2e7494ce8d023a51d888263f3027c5722037f6 (patch) | |
tree | 702e5c282041194ac7ff95cb0378f67223f9074d /dillorc | |
parent | df991c605ff706874363aa4fd103801a502addcc (diff) |
add load_stylesheets option
Setting load_stylesheets=NO will disable loading of remote CSS
stylesheets.
CSS style information embedded in the page with <style></style> elements
will still be used.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ # (there's a toggle button near the bug meter to change this on-the-fly) #load_images=YES +# Change this if you want to disable loading of CSS stylesheets. +#load_stylesheets=YES # Change the buffering scheme for drawing # 0 no double buffering - useful for debugging |