From 5aac42d5b672a2cc023c0abab75e0e1bcaadffaa Mon Sep 17 00:00:00 2001 From: RibatTRW Date: Tue, 25 Aug 2026 22:07:42 +0800 Subject: [PATCH] fix(lightnovelwp): mark Baca Light Novel as down (#2457) bacalightnovel.co serves a Cloudflare bot challenge (HTTP 403, Cf-Mitigated: challenge) to automated clients, and challenge-exempt relays receive Cloudflare error 522 (origin connection timeout), so safeFecth throws and readers see an error or empty chapter list. Flag the source down instead of removing it, following the existing convention from PR #1978: user libraries stay intact and re-enabling the site later is a one-line revert. --- plugins/multisrc/lightnovelwp/sources.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/multisrc/lightnovelwp/sources.json b/plugins/multisrc/lightnovelwp/sources.json index f1fc708a4..b10e9b184 100644 --- a/plugins/multisrc/lightnovelwp/sources.json +++ b/plugins/multisrc/lightnovelwp/sources.json @@ -44,7 +44,9 @@ "sourceName": "Baca Light Novel", "options": { "lang": "Indonesian", - "reverseChapters": true + "reverseChapters": true, + "down": true, + "downSince": 1787666612560 } }, {