From 78003c727f7eae3a593260941aa4db6627dd1e75 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 2 Oct 2012 19:59:45 +0000 Subject: rm filter_auto_requests --- src/cache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cache.c') diff --git a/src/cache.c b/src/cache.c index ea9d9a1f..97cbc458 100644 --- a/src/cache.c +++ b/src/cache.c @@ -682,8 +682,7 @@ static void Cache_parse_header(CacheEntry_t *entry) /* 30x: URL redirection */ DilloUrl *location_url = a_Url_new(location_str,URL_STR_(entry->Url)); - if (prefs.filter_auto_requests == PREFS_FILTER_SAME_DOMAIN && - !a_Url_same_organization(entry->Url, location_url)) { + if (0) { /* don't redirect; just show body like usual (if any) */ MSG("Redirection not followed from %s to %s\n", URL_HOST(entry->Url), URL_STR(location_url)); -- cgit v1.2.3