From c92846dca894a97459fe99e43e0bdd060f116744 Mon Sep 17 00:00:00 2001 From: Austin-Olacsi <138650713+Austin-Olacsi@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:49:01 -0600 Subject: [PATCH] [fix] dead URL in settings.yml --- searx/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index 628b8cd85..ce725d7e7 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1374,10 +1374,10 @@ engines: disabled: true inactive: true pixiv_image_proxies: - - pximg.example.org + - https://pximg.example.org # A proxy is required to load the images. Hosting an image proxy server # for Pixiv: - # --> https://codeberg.org/VnPower/PixivFE/wiki/Hosting-an-image-proxy-server-for-Pixiv + # --> https://pixivfe.pages.dev/hosting-image-proxy-server/ # Proxies from public instances. Ask the public instances owners if they # agree to receive traffic from SearXNG! # --> https://codeberg.org/VnPower/PixivFE#instances