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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index 5f8f393d..03bc1e56 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -97,6 +97,7 @@ typedef struct { bool_t show_quit_dialog; bool_t fullwindow_start; bool_t load_images; + char *ignore_image_formats; bool_t load_background_images; bool_t load_stylesheets; bool_t parse_embedded_css; -- cgit v1.2.3