summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-09 16:36:08 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-09 16:36:08 +0100
commitfa2e7494ce8d023a51d888263f3027c5722037f6 (patch)
tree702e5c282041194ac7ff95cb0378f67223f9074d /dillorc
parentdf991c605ff706874363aa4fd103801a502addcc (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--dillorc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 0b22d74f..215cdfdf 100644
--- a/dillorc
+++ b/dillorc
@@ -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