1

Amélioration de la détection de liens morts

This commit is contained in:
2025-12-08 00:23:22 +01:00
parent 9f1a81f8f5
commit cb7cd917d7
3 changed files with 209 additions and 30 deletions

View File

@@ -14,7 +14,16 @@
"outputFile": "tools/cache/external_links_report.md",
"userAgent": null,
"enableCookies": true,
"cookieJar": "tools/cache/curl_cookies.txt"
"cookieJar": "tools/cache/curl_cookies.txt",
"ignoreHosts": [
"10.0.2.1",
"web.archive.org",
"localhost",
"nas",
"selenium",
"ci.athaliasoft.com",
"rebrickable.com"
]
},
"weather": {
"timezone": "Europe/Paris",
@@ -98,4 +107,4 @@
"goaccess": {
"url": null
}
}
}