From: Vsevolod Stakhov Date: Sun, 26 Feb 2023 09:55:05 +0000 (+0000) Subject: [Minor] Allow content URLs in the url_redirector X-Git-Tag: 3.5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497dd9e2cc2c458c2384e123139a0932db4252d0;p=thirdparty%2Frspamd.git [Minor] Allow content URLs in the url_redirector Issue: #4411 --- diff --git a/src/plugins/lua/url_redirector.lua b/src/plugins/lua/url_redirector.lua index 512e6a0059..0fdc45193c 100644 --- a/src/plugins/lua/url_redirector.lua +++ b/src/plugins/lua/url_redirector.lua @@ -324,6 +324,7 @@ local function url_redirector_handler(task) end end, no_cache = true, + need_content = true, }) if sp_urls then