From 33f62568365f1147ed0d7dcc43634e24a850ed17 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 25 Nov 2023 00:24:52 +0200 Subject: [PATCH] disable external images crawl by default --- example/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/config.json b/example/config.json index 2f52990..531fa79 100644 --- a/example/config.json +++ b/example/config.json @@ -44,7 +44,7 @@ "image": { "attribute":"src", - "external":true, + "external":false, "regex":"/.*/ui" }, "audio":