From 9771289b726b8c741a3bd04730b4f425a22fe4f0 Mon Sep 17 00:00:00 2001 From: PC-Heini Date: Tue, 12 Mar 2024 03:50:25 +0100 Subject: [PATCH] Set mixed_content=true for Linux mirrors --- cache_domains.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cache_domains.json b/cache_domains.json index 8610e2e..ba9eefb 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -3,6 +3,7 @@ { "name": "arch", "description": "Arch Linux based repositories", + "mixed_content": true, "domain_files": ["arch.txt"] }, { @@ -33,6 +34,7 @@ { "name": "debian", "description": "Debian based repositories", + "mixed_content": true, "domain_files": ["debian.txt"] }, {