mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-08 11:48:10 +00:00
The existing pattern ^/images/[^/]+\.png$ only matched single-level image paths. Blog post images live under /images/blog/ — broaden the pattern to ^/images/ to cover all static image paths regardless of depth. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"timeout": "20s",
|
|
"retryOn429": true,
|
|
"retryCount": 3,
|
|
"fallbackRetryDelay": "30s",
|
|
"aliveStatusCodes": [200, 202, 206],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^https://localhost"
|
|
},
|
|
{
|
|
"pattern": "^http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "^http://192.168."
|
|
},
|
|
{
|
|
"pattern": "^http://10."
|
|
},
|
|
{
|
|
"pattern": "^http://172."
|
|
},
|
|
{
|
|
"pattern": "^https://pkg.go.dev.*badge"
|
|
},
|
|
{
|
|
"pattern": "^/images/"
|
|
},
|
|
{
|
|
"pattern": "https://www.contributor-covenant.org/version/2/0/code_of_conduct.html"
|
|
},
|
|
{
|
|
"pattern": "https://www.apkmirror.com/apk/bose-corporation/bose-soundtouch/"
|
|
},
|
|
{
|
|
"pattern": "https://apkpure.com/bose-soundtouch/com.bose.soundtouch"
|
|
},
|
|
{
|
|
"pattern": "^https://bose\\.fandom\\.com/"
|
|
},
|
|
{
|
|
"pattern": "^https://www\\.reddit\\.com/"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{BASEURL}}/"
|
|
}
|
|
],
|
|
"httpHeaders": [
|
|
{
|
|
"urls": ["https://github.com", "https://api.github.com"],
|
|
"headers": {
|
|
"Accept-Encoding": "zstd, br, gzip, deflate",
|
|
"User-Agent": "Mozilla/5.0 (compatible; LinkChecker)"
|
|
}
|
|
}
|
|
]
|
|
}
|