disable external images crawl by default

This commit is contained in:
ghost 2023-11-25 00:24:52 +02:00
parent a881791827
commit 33f6256836

View File

@ -44,7 +44,7 @@
"image":
{
"attribute":"src",
"external":true,
"external":false,
"regex":"/.*/ui"
},
"audio":