From 662fb51002f670b9b2c2c4ad9a59efb0874a3bfd Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 21 Jan 2026 13:16:52 +0000 Subject: [PATCH] [Test] Set include_content_urls = false for functional tests Preserve backward compatibility in tests by using the old default behavior (exclude content URLs). --- test/functional/configs/merged-local.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/configs/merged-local.conf b/test/functional/configs/merged-local.conf index 95231fe4ed..96659d315f 100644 --- a/test/functional/configs/merged-local.conf +++ b/test/functional/configs/merged-local.conf @@ -139,6 +139,8 @@ mime_types { options = { pidfile = "{= env.TMPDIR =}/rspamd.pid"; url_tld = "{= env.TESTDIR =}/../lua/unit/test_tld.dat"; + # Use old default for tests to preserve backward compatibility + include_content_urls = false; dns { retransmits = 2; fake_records = [{ -- 2.47.3