feat: changes to image proxy, proxy favicons

This commit is contained in:
frosty
2026-03-28 15:01:13 -04:00
parent 86a9ebb90a
commit 1b9187b153
7 changed files with 212 additions and 16 deletions

View File

@@ -92,6 +92,8 @@ int load_config(const char *filename, Config *config) {
config->cache_ttl_search = atoi(value);
} else if (strcmp(key, "ttl_infobox") == 0) {
config->cache_ttl_infobox = atoi(value);
} else if (strcmp(key, "ttl_image") == 0) {
config->cache_ttl_image = atoi(value);
}
} else if (strcmp(section, "engines") == 0) {
if (strcmp(key, "engines") == 0) {