mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove stackoverflow from external link check
It returns FORBIDDEN, so can not be checked it seems
This commit is contained in:
@ -26,6 +26,7 @@ skip_prefixes = [
|
|||||||
"/openapi",
|
"/openapi",
|
||||||
"https://www.abisource.com", # has bad ssl config
|
"https://www.abisource.com", # has bad ssl config
|
||||||
"https://chromewebstore.google.com" # too many redirects reported
|
"https://chromewebstore.google.com" # too many redirects reported
|
||||||
|
"https://stackoverflow.com/" # forbidden
|
||||||
]
|
]
|
||||||
skip_anchor_prefixes = [
|
skip_anchor_prefixes = [
|
||||||
"https://github.com",
|
"https://github.com",
|
||||||
|
Reference in New Issue
Block a user