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 /src/prefs.h | |
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 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index a12e5a37..67607533 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -57,6 +57,7 @@ struct _DilloPrefs { bool_t show_progress_box; bool_t fullwindow_start; bool_t load_images; + bool_t load_stylesheets; int32_t buffered_drawing; char *vw_fontname; char *fw_fontname; |