From d9c9640de0cf82ca2583dc1de6d4754171ef7be5 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:24:02 +0100 Subject: fix(etc/reflector): restore --protocol https; drop redundant flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pristine /etc/xdg/reflector/reflector.conf sets '--protocol https'. Dropping it reverts to reflector's permissive default (http, https, rsync, ftp), which could let non-HTTPS mirrors into the mirrorlist. Also drop '--completion-percent 100' — that's reflector's default. --- etc/xdg/reflector/reflector.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/xdg/reflector/reflector.conf b/etc/xdg/reflector/reflector.conf index a5dd94d..4ba2e2e 100644 --- a/etc/xdg/reflector/reflector.conf +++ b/etc/xdg/reflector/reflector.conf @@ -1,7 +1,7 @@ --save /etc/pacman.d/mirrorlist +--protocol https --country Spain,Portugal,France,Switzerland,Germany,Netherlands --age 12 ---completion-percent 100 --sort score --fastest 10 --threads 12 -- cgit v1.2.3-70-g09d2