From 4ca80d0be53d50c0db7de7f81a3df8dbb1565f98 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 8 Dec 2024 16:34:26 +0100 Subject: 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 --- src/prefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.c') diff --git a/src/prefs.c b/src/prefs.c index d6a3ff12..4a68e4c9 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -76,6 +76,7 @@ void a_Prefs_init(void) prefs.adjust_min_width = TRUE; prefs.adjust_table_min_width = TRUE; prefs.load_images=TRUE; + prefs.ignore_image_formats = NULL; prefs.load_background_images=FALSE; prefs.load_stylesheets=TRUE; prefs.middle_click_drags_page = TRUE; -- cgit v1.2.3