summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-12-08 16:34:26 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-12-08 21:26:09 +0100
commit4ca80d0be53d50c0db7de7f81a3df8dbb1565f98 (patch)
treee00a6f4cb9a8dd563e22e82d092ffa36823e2446 /dillorc
parentd4f56d0d8d07dd45600eca76551c011e290e4520 (diff)
Allow image formats to be disabled from dillorc
Makes disabling certain formats posible without the need to rebuild Dillo from source. See: https://github.com/dillo-browser/dillo/pull/312
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 70695781..88afe11a 100644
--- a/dillorc
+++ b/dillorc
@@ -19,6 +19,12 @@
# menu.)
#load_images=YES
+# A space separated list of image formats that will be ignored (not viewed).
+# An option to download the image will be offered instead.
+# Available formats: gif, png, webp, jpeg and svg.
+# ignore_image_formats="webp svg"
+#ignore_image_formats=""
+
# Change this if you want background images to be loaded initially.
# (While browsing, this can be changed from the tools/settings menu.)
#load_background_images=NO